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.
Sanka MCP Server
This repository contains the hosted Sanka MCP service and the internal TypeScript API client it depends on. It is now maintained as a normal TypeScript workspace, not as a Stainless-managed repository.
The production service is a remote Streamable HTTP MCP endpoint:
POST /mcpas the primary endpointPOST /sseas a compatibility alias for clients that still expect an SSE-style pathPOST /as a compatibility aliasGET /healthfor health checks
The /mcp endpoint exposes both the general SDK tools and the read-only CRM tools from a single MCP surface.
Live endpoints:
https://mcp.sanka.com/mcphttps://mcp.sanka.com/sse
Staging endpoint:
https://sanka-mcp-staging.fly.dev/mcp
Repository layout
src/: internal Sanka API client used by the MCP servicepackages/mcp-server/: the MCP server application and Docker entrypoint.github/workflows/: CI plus staging and production Fly deployment workflowsfly.toml: production Fly app configurationfly.staging.toml: staging Fly app configurationdocs/openapi-maintenance.md: guidance for keeping API coverage current without Stainless
Auth
Remote clients authenticate with either:
Authorization: Bearer <token>x-sanka-api-key: <token>
The server forwards those credentials to the Sanka public API.
Local development
pnpm install
pnpm build
node packages/mcp-server/dist/index.js --transport=http --port=8080
Then verify:
curl http://127.0.0.1:8080/health
curl -sS -D - http://127.0.0.1:8080/mcp \
-H 'content-type: application/json' \
-H 'accept: application/json, text/event-stream' \
--data '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"curl","version":"0.1"}}}'
Deployment
This repo deploys to Fly from packages/mcp-server/Dockerfile.
- Manual production deploy:
fly deploy -c fly.toml - Manual staging deploy:
fly deploy -c fly.staging.toml - Automatic staging deploy: push to
staging - Automatic production deploy: publish a GitHub release that targets
main
Release Flow
Use the same promotion shape as the main Sanka app:
- Open feature PRs into
staging. - Merge
stagingafter CI passes to deploysanka-mcp-staging. - Validate the staging MCP endpoint.
- Open
staging -> main. - After
mainis ready, runCreate new Sanka MCP Tag and Release. - The published release deploys production.
Required Fly apps and secrets:
- Production app:
sanka-mcp - Staging app:
sanka-mcp-staging - Set the same
MCP_SERVER_*secrets on both apps unless staging intentionally uses a different auth stack.
Maintenance direction
This repository no longer depends on Stainless project access at runtime or for ongoing development. API coverage should be maintained directly in this repo.
The recommended next step is to adopt open-source OpenAPI tooling for updates to the internal client, rather than reintroducing a hosted generator dependency. See openapi-maintenance.md.
The repo now includes a starter typegen command:
pnpm generate:openapi-types
By default it reads the sibling Sanka spec at ../sanka-sdks/openapi.json.
Máy chủ liên quan
Kone.vc
nhà tài trợMonetize your AI agent with contextual product recommendations
Google Tasks
Interact with Google Tasks to manage your to-do lists and tasks.
McpMux
McpMux — configure MCP servers once, connect every AI client through one local gateway.
Doc Lib MCP
An MCP server for document ingestion, chunking, semantic search, and note management.
SpotDraft MCP Server
Integrate the SpotDraft API into agentic workflows. Requires SpotDraft API credentials.
Notion
Notion official MCP server
Notes
Centralized note store across AI clients: Claude, ChatGPT, Cursor, Codex, Windsurf. Save in one client, access in another instantly. Across devices — phone, desktop, everywhere. Cross-session context: 'catch me up' surfaces plans and findings from any prior session. AES-256-GCM encryption at rest, per-user key isolation. Soft delete with 30-day recovery window. Pin notes to exempt from cleanup and prioritize. Tag notes for categorization and filtering ('tag: auth'). Your mctx account is your identity — instant access from any AI tool.
Jira MCP
MCP server for connecting AI assistants to your own Jira instance
Google Sheets
A server for comprehensive Google Sheets integration, requiring Google OAuth credentials.
mcp-walmart-ads
MCP server for Walmart Connect Ads (Sponsored Search + Display) — automatic RSA-SHA256 signing, multi-region config, and bundled API docs.
GroundEffect
Hyper-fast, local Gmail and Google Calendar indexing for Claude Code, available as a Skill or MCP Server.