@karzounchat/mcp-server package maps the public GraphQL API to MCP tools one-to-one. When an agent calls customers, it runs the same operation you would send from the Playground or your backend.
Package: @karzounchat/mcp-server
Source: KarzounApps/mcp-server
Choose your setup
Prerequisites
- App token — Create in Developer → Apps (authentication guide)
- GraphQL URL —
https://{subdomain}.api.karzoun.chat/graphql(quickstart) - Permissions — Scope the app to the operations your agent needs
Start here
Configuration reference
Older environment variable names from previous releases are still accepted as fallbacks.
Related
- Security — Token handling and permissions
- Troubleshooting — Common MCP errors
- GraphQL API — API guides, webhooks, playground