The
/mcp path is generated by Mintlify. Do not create a page at /mcp; use this guide page for setup instructions.What The MCP Server Provides
- Search across the Sinjapp Business documentation.
- Read full documentation pages through the docs filesystem tool.
- Access selected read-only Tenant API endpoints exposed from the OpenAPI specification.
- Use the custom
skill.mdinstructions to keep product naming, scope guidance, and safety rules consistent.
Accuracy Contract For AI Tools
When an AI tool uses this MCP server, it should:- Use Sinjapp Business as the product name.
- Search the docs before answering integration questions.
- Read the exact page or OpenAPI section before giving endpoint details.
- Say when a requested endpoint, field, scope, or workflow is not documented.
- Keep tenant API keys server-side and avoid exposing them in browser-only or mobile code.
- Treat message sending, sender-number registration, API key creation, and API key revocation as side-effectful actions.
- Invent SDK packages, dashboard paths, webhook events, rate limits, or response fields.
- Call the product
TGO Businessunless quoting legacy content. - Use
/mcpas a normal docs page. It is a generated MCP endpoint.
Claude
- Open Claude settings.
- Go to Connectors.
- Select Add custom connector.
- Use
Sinjapp Businessas the name. - Use
https://docs.sinjapp.org/mcpas the URL.
Claude Code
Cursor
Add this to your Cursor MCP configuration:VS Code
Add this to.vscode/mcp.json:
Kiro
Kiro can load MCP servers from a workspace config file:/mcp to view loaded MCP servers and tools.
API Tools
The MCP server exposes only read-only or lookup Tenant API operations by default:| Tool | Endpoint | Scope |
|---|---|---|
get-tenant-context | GET /me | Any active API key |
get-tenant-subscription | GET /subscription | Any active API key |
list-sender-numbers | GET /sender-numbers | Any active API key |
lookup-contact | GET /contacts/lookup | contacts.lookup |
list-message-logs | GET /messages | messages.read |
get-usage | GET /usage | usage.read |