MCP Server

Your API Portal now speaks AI.
Natively.

MCP Server for any AI agent — your API knowledge as a tool. OAuth2-secured, multi-tenant, ready to go.

mcp.api-portal.io/sse

SSE Connection

$ sse connect mcp.api-portal.io
Connected
OAuth2: Bearer ****7f3a
Tenant: example-corp
> Tool Invocation
tool: list_capabilities
params: { domain: "PAYMENT" }
CapabilityMcpTool (4 Tools)
ApiSpecMcpTool (13 Tools)
ArazzoSpecMcpTool (6 Tools)
SoapSpecMcpTool (6 Tools)
ArtifactMcpTool (2 Tools)

Response: 200 OK

{
"capabilities": [
{
"id": "cap-001",
"name": "Payment API",
"version": "3.2.0",
"domain": "PAYMENT",
"visibility": "PUBLIC",
"criticality": "CRITICAL"
},
{
"id": "cap-002",
"name": "Refund API",
"version": "1.4.0",
"domain": "PAYMENT",
"visibility": "INTERNAL",
"criticality": "HIGH"
}
],
"total": 2,
"domain": "PAYMENT"
}

// Features

What MCP Server delivers.

30+ MCP Tools

From capability discovery to schema analysis to workflow intelligence. 30+ specialized tools for every AI agent task.

OAuth2-Secured

Token-based access control with multi-tenant isolation. Every agent authenticates via OAuth2 bearer token.

SSE Real-Time

Server-Sent Events for real-time communication. Streaming responses for long-running analyses and large API portfolios.

// 5 Tool Classes

Full coverage. From REST to SOAP.

The MCP Server provides five specialized tool classes that cover your entire API portfolio. From modern REST APIs to Arazzo workflows to legacy SOAP services — every AI agent gets the right tools for the job.

CapabilityMcpTool ApiSpecMcpTool ArazzoSpecMcpTool SoapSpecMcpTool ArtifactMcpTool
  • Capability Discovery (4 Tools)
  • API Spec Analysis (13 Tools)
  • Workflow Intelligence (6 Tools)
  • Legacy SOAP Support (6 Tools)
  • Artifact Access (2 Tools)
Tool Call

> tool: list_api_endpoints

> capabilityId: "cap-001"

 

{

"endpoints": [

{

"method": "POST",

"path": "/payments",

"summary": "Create Payment"

},

{

"method": "GET",

"path": "/payments/{id}",

"summary": "Get Payment"

}

]

}

AI Agent Claude / GPT / LangChain
SSE
MCP Server MCP Server Runtime
OAuth2
API Portal Backend
Capability ApiSpec Arazzo SOAP Artifact

// Architecture

Production-Ready. MCP-Compliant.

The MCP Server implements the official Model Context Protocol specification with SSE transport, OAuth2 Resource Server, and full compatibility with all major AI agents — from Claude to GPT to LangChain.

  • Official MCP server specification
  • Standard SSE transport
  • OAuth2 Resource Server
  • Compatible with Claude/GPT/LangChain

// Explore more

Related Features.

// Deep dive

Background articles on the MCP Server.

From protocol fundamentals to OpenAPI integration to the comparison with function calling — from the api-portal.io resources hub.

Ready for AI-driven API management?

Experience the platform for modern API management.