Sanka
@sankaHQ
关于 Sanka
Sanka is the extension company. Plug AI into your sales lifecycle — deals, quotes, billing, and 100+ CRM/commerce integrations — directly from Claude or Codex.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"sanka": {
"url": "https://mcp.sanka.com/mcp"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Sanka?
Sanka is a hosted Model Context Protocol server that exposes Sanka's public API tools and read-only CRM tools through a single remote Streamable HTTP MCP endpoint. It is built as a TypeScript workspace and deployed on Fly.io. Developers building AI agents or assistants that need to interact with the Sanka platform use this server as the MCP bridge.
How to use Sanka?
Remote clients connect to the production endpoint at https://mcp.sanka.com/mcp (or the legacy alias https://mcp.sanka.com/sse) and authenticate with either an Authorization: Bearer <token> header or an x-sanka-api-key: <token> header. For local development, run pnpm install, pnpm build, then start the server with node packages/mcp-server/dist/index.js --transport=http --port=8080. The health of any instance can be verified via GET /health.
Key features of Sanka
- Remote Streamable HTTP MCP endpoint for the Sanka platform
- Exposes both general SDK tools and read-only CRM tools
- Authenticates via Bearer token or
x-sanka-api-keyheader - Health check endpoint at
GET /health - Production and staging environments hosted on Fly.io
- CI/CD pipeline with automatic staging deploys on push to
staging
Use cases of Sanka
- AI agents reading Sanka CRM records in a read-only fashion
- AI assistants that invoke Sanka platform SDK tools via MCP
- Developers prototyping MCP clients against a staging Sanka endpoint before production use
FAQ from Sanka
What authentication methods does Sanka support?
Clients authenticate with either an Authorization: Bearer <token> header or an x-sanka-api-key: <token> header. The server forwards those credentials to the Sanka public API.
What tools does Sanka expose?
The /mcp endpoint exposes both the general SDK tools and the read-only CRM tools from a single MCP surface.
Where is the Sanka MCP server deployed?
The production service runs on Fly.io as the sanka-mcp app. The staging environment runs as sanka-mcp-staging. Both use the same deployment pipeline from the packages/mcp-server/Dockerfile.
How do I run Sanka locally for development?
Install dependencies with pnpm install, build the project with pnpm build, then start the server with node packages/mcp-server/dist/index.js --transport=http --port=8080. Verify it works by curling the health endpoint and sending an MCP initialize request.
What is the recommended endpoint for MCP clients?
The primary endpoint is POST /mcp. Legacy clients that expect an SSE-style path can use POST /sse as a compatibility alias.
其他 分类下的更多 MCP 服务器
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论