Overview
Sanka provides an MCP server so AI agents can safely read and update sales data with natural language. With MCP, your agent can:- create and update deals
- create contacts and invoices
- run outreach actions
- orchestrate multi-step sales workflows
Hosted MCP server (recommended)
Use the hosted endpoint:Example config (Claude Code / Cursor style)
Local MCP server (alternative)
If you prefer local execution:Core MCP tools
Common tools include:create_deallist_dealsupdate_dealcreate_contactcreate_invoicesend_outreach
Security and operations
- Create separate API keys per environment (dev/staging/prod).
- Rotate keys regularly.
- Keep agent scope minimal (least privilege).
- Log critical mutations and review agent-triggered changes.
Suggested prompts
- “Create a new deal for Acme Corp at $50K in discovery stage.”
- “Find open deals with no activity in 14 days and draft outreach.”
- “Generate an invoice for the latest closed-won Acme deal.”