Connect Claude Code, Cursor, and other AI agents to Sanka with MCP.
https://mcp.sanka.com/mcp
Use mcp-remote so the client can complete browser-based OAuth against the hosted server instead of pasting an API key into the config.
{
"mcpServers": {
"sanka": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.sanka.com/mcp",
"--resource",
"https://mcp.sanka.com/mcp"
]
}
}
}
On first use, the client opens a browser window for sign-in and consent. mcp-remote stores the resulting tokens locally in ~/.mcp-auth.
npx sanka-sdk mcp --api-key sk_xxx
Use this when you need custom local networking, debugging, or controlled runtime environments.
create_deallist_dealsupdate_dealcreate_contactcreate_invoicesend_outreach~/.mcp-auth if re-authentication gets stuck.