SidekoMcpGeneration
An asynchronous job that produces a Model Context Protocol (MCP) server from an OpenAPI specification managed by Sideko. One MCP tool is generated per OpenAPI operation so AI agents (Claude, Cursor, ChatGPT, Copilot) can call the API through structured MCP tools.
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier of the MCP generation job |
| projectId | string | ID of the parent API project |
| versionId | string | ID of the API version used for generation |
| transport | string | Transport the generated MCP server runs over |
| status | string | Current status of the MCP generation job |
| downloadUrl | string | URL to download the generated MCP server archive (available when complete) |
| toolCount | integer | Number of MCP tools generated, one per OpenAPI operation |
| createdAt | string | Timestamp when the generation job was created |
| completedAt | string | Timestamp when the generation job completed |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/sideko/main/json-schema/sideko-mcp-generation-schema.json",
"title": "SidekoMcpGeneration",
"description": "An asynchronous job that produces a Model Context Protocol (MCP) server from an OpenAPI specification managed by Sideko. One MCP tool is generated per OpenAPI operation so AI agents (Claude, Cursor, ChatGPT, Copilot) can call the API through structured MCP tools.",
"type": "object",
"required": ["id", "projectId", "versionId", "transport", "status"],
"properties": {
"id": {
"type": "string",
"format": "uuid",
"description": "Unique identifier of the MCP generation job"
},
"projectId": {
"type": "string",
"format": "uuid",
"description": "ID of the parent API project"
},
"versionId": {
"type": "string",
"format": "uuid",
"description": "ID of the API version used for generation"
},
"transport": {
"type": "string",
"enum": ["stdio", "http", "sse"],
"description": "Transport the generated MCP server runs over"
},
"status": {
"type": "string",
"enum": ["pending", "running", "complete", "failed"],
"description": "Current status of the MCP generation job"
},
"downloadUrl": {
"type": "string",
"format": "uri",
"description": "URL to download the generated MCP server archive (available when complete)"
},
"toolCount": {
"type": "integer",
"minimum": 0,
"description": "Number of MCP tools generated, one per OpenAPI operation"
},
"createdAt": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the generation job was created"
},
"completedAt": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the generation job completed"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-schemas/sideko-mcp-generation"
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.