Availability
Overview
MCP is a documentation type alongside OpenAPI and GraphQL SDL. Once an operator has added MCP documentation to a Product, that content is reachable to developers from the Product’s catalogue card and from its detail page, the same way OpenAPI and GraphQL documentation already are.Prerequisites
- Developer Portal v1.19.0 or later
- A Product with an MCP proxy and authored MCP documentation. See API Reference Documentation to add MCP content to a Product.
- The Product published to a Catalog the developer has access to
The Service Explorer Tab
On a Product’s detail page, the Service explorer tab renders documentation for each of the Product’s Services. What it renders depends on the Service’s type:- An OpenAPI-documented API renders its specification in Redoc.
- A GraphQL-documented API renders the GraphQL Playground.
- An MCP proxy renders the operator-authored markdown content and the MCP server URL.
The MCP Documentation Page
Each MCP proxy also has its own documentation page, reachable from the catalogue card’s Docs dropdown or from the Service explorer tab. The page shows:- The MCP server URL, with a control to copy it
- The operator-authored documentation, rendered from markdown
Documentation-only MCP Products (no access policy) are fully supported: their documentation page is reachable the same way as a regular Product’s.
Content Sanitization
Operator-authored MCP markdown is sanitized before it renders on the Live Portal: scripts, event handlers, andjavascript: URLs are stripped. Standard Markdown and GitHub-Flavored Markdown formatting, including tables and task lists, render as authored.
What this page does not cover
There is no interactive tool testing on this page. Executing an MCP proxy’s tools from the Portal is covered by the embedded MCP Inspector.Troubleshooting
The Service explorer tab shows no documentation for an MCP proxy
The Service explorer tab shows no documentation for an MCP proxy
No markdown has been authored for that MCP proxy yet. Add documentation from the Product’s API Reference Documentation section in the Admin Portal.
A Product has multiple MCP proxies but only one is visible
A Product has multiple MCP proxies but only one is visible
Use the Select an API dropdown above the rendered content on the Service explorer tab to switch between the MCP proxies in the Product.