Project MCP gives AI agents live access to your Kapso project without shell access. Use it when an MCP-capable agent needs to inspect setup, create setup links, manage customers, read conversations, send messages, manage templates, or configure webhooks. Endpoint:Documentation Index
Fetch the complete documentation index at: https://docs.kapso.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Use a project API key from the Kapso dashboard. Accepted headers:Authorization: Bearer for clients that support bearer tokens. Use X-API-Key when your MCP client lets you configure custom headers.
Connect
Set your project API key:Tools
Project MCP exposes grouped tools. Most tools accept anaction and params.
| Tool | Actions |
|---|---|
status | Shows auth, project status, customer count, WhatsApp number count, and next steps |
search_docs | Searches Kapso and WhatsApp docs |
customers | help, list, get, create, update, delete |
setup_links | help, list, create, update, revoke |
whatsapp_numbers | help, list, get, resolve, health, start_setup, create, update, delete |
whatsapp_conversations | help, list, get, set_status |
whatsapp_messages | help, list, get, send, mark_read |
whatsapp_templates | help, list, get, create |
whatsapp_webhooks | help, list, get, create, update, delete |
action: "help" on grouped tools to get required params, optional params, and examples.
Examples
Ask your agent to check setup:Project MCP vs Docs MCP
| Server | Endpoint | Use it for |
|---|---|---|
| Project MCP | https://api.kapso.ai/mcp | Live project operations with a project API key |
| Docs MCP | https://docs.kapso.ai/mcp | Documentation lookup only |

