cURL
curl --request GET \ --url https://api.parse.bot/dispatch/tasks/{task_id}/export/mcp \ --header 'X-API-Key: <api-key>'
{ "tools": [ { "name": "<string>", "description": "<string>", "inputSchema": {}, "annotations": {} } ], "server_info": { "name": "<string>", "description": "<string>", "base_url": "<string>", "auth_header": "<string>" } }
Export a completed API as MCP (Model Context Protocol) tool definitions. Returns tool names, input schemas, and endpoint metadata.
API key for programmatic access. Get yours at https://parse.bot or via POST /account/api-key with JWT auth.
MCP tool definitions
Show child attributes
Was this page helpful?