● degraded
Official Kudosity Model Context Protocol (MCP) server for AI-powered editors (like Cursor and Windsurf) and assistants (like Claude Desktop) to directly explore and execute Kudosity APIs. With MCP, your AI can search API specs, generate code snippets, and run live requests; all without leaving your development environment.
Transport
streamable-http
Auth
smithery_api_key
Cost
—
How to connect
MCP endpoint (streamable-http)
https://server.smithery.ai/kudosity/MCP-Server/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/kudosity/MCP-Server/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Listed at (smithery)
https://developers.kudosity.com/docs/mcp