Serverless Model Context Protocol Gateway for tool discovery and invocation
Authorization: Bearer <jwt_token>X-API-Key: <your_api_key>curl -X GET "https://gateway.orcheo.ai/api/mcp/discover" \ -H "Authorization: Bearer <your_jwt_token>"
curl -X POST "https://gateway.orcheo.ai/api/mcp/search" \
-H "Authorization: Bearer <your_jwt_token>" \
-H "Content-Type: application/json" \
-d '{"query": "data processing", "limit": 10}'curl -X GET "https://gateway.orcheo.ai/api/mcp/tools/<tool_id>" \ -H "Authorization: Bearer <your_jwt_token>"