目录 / Kudosity
MCP
鉴权未知
未评级
已上架
Kudosity
Official Kudosity Model Context Protocol (MCP) server that allows 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.
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://mcp-server--kudosity.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
"mcpServers": {
"Kudosity": {
"url": "https://mcp-server--kudosity.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| list-endpoints | Lists all API paths and their HTTP methods with summaries, organized by path. Results can be passed directly into 'get-endpoint'. |
| get-endpoint | Gets detailed information about a specific API endpoint, including security schemes and servers |
| search-endpoints | Performs a deep search through paths, operations, and parameters to discover relevant API endpoints. Use this tool to find specific API capabilities, required parameters, or data models based on search keywords. Results can be passed directly into 'get-endpoint'. |
| list-specs | Lists all available OpenAPI specs. Use the title to select a spec. |
| execute-request | Executes an API request with a given HAR request object. |
| route-kudosity-operations | Determine which Kudosity API version (V1 or V2) to use for each operation, based on what the user wants to do (send SMS, configure webhooks, update contacts, get reports, etc.) and their available authentication method. Always return a per-operation routing plan that specifies version, endpoint, auth, and example. Ask clarifying questions if info is missing. |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。