Expose APIs via MCP (Beta)
Our solution for exposing APIs via MCP (Model Context Protocol) allows you to easily expose your APIs managed in API Management (Sensedia Platform) as an MCP server, so that LLM-based agents can integrate with them effortlessly.
What is MCP?
MCP is an open protocol designed to facilitate the interaction between large language models (LLMs) and APIs by providing a standardized way to expose APIs as tools that AI agents can consume. It is an efficient and secure way to provide context to LLMs.
This way, MCP makes it possible to make your APIs understandable and discoverable to AI agents while making it easier for non-technical users to access its resources through natural language.
How our solution works
The solution is implemented as an API (MCP Admin) you can call to expose APIs managed in API Management (Sensedia Platform) via MCP.
Only APIs following the OpenAPI 3.0.x specifications can be exposed with this solution. |
To use the MCP Admin API, you first need to import it into your Platform by following the steps below:
Once the MCP Admin API is imported into your environment, you can use it to expose your APIs via MCP by following these steps:
API reference - MCP Admin API
Endpoint
-
POST /servers
This endpoint takes an array of API revision IDs and creates a new MCP server that exposes the APIs' operations as tools. It is callable from the following URL:
POST https://<your-tenant>.sensedia.com/mcp-admin/v1/servers
Replace <your-tenant> with your tenant name.
|
Share your suggestions with us!
Click here and then [+ Submit idea]