MCP Integrations
Manage remote MCP access from Creator Studio → Integrations.
What you can do here
- Create Creator MCP or Support MCP API keys
- Choose scopes (read-only vs write tools)
- Copy Cursor / Claude config snippets
- Review the last 20 tool calls (audit log)
- Revoke keys you no longer need
Create an API key
- Open Integrations → MCP.
- Pick Creator or Support server tab.
- Name the key (e.g.
cursor-laptop). - Click Create API key and copy the secret (
tg_mcp_…). It is shown once.
Store the secret in your MCP client or password manager. TG.app cannot show it again.
Server URLs
| Server | URL |
|---|---|
| Creator MCP | https://tg.app/mcp/creator |
| Support MCP | https://tg.app/mcp/support |
Use Bearer auth: Authorization: Bearer tg_mcp_…
Scopes
Default keys include the scopes needed for that server. You can trim scopes when creating a key for read-only exploration.
| Scope | Allows |
|---|---|
creator:read | Read listings, analytics, catalog search |
creator:write | Update drafts, submit listings |
support:read | Tickets, KB, suggest reply, analytics |
support:write | Reply, status changes, KB writes |
payments:order | Promotion catalog (Creator MCP) |
catalog:read | Public catalog search |
Full list: MCP quickstart scopes.
OAuth (advanced)
Some MCP hosts prefer OAuth over static keys:
POST /api/creator/mcp/oauth/authorize(while signed in) with{ "server": "creator", "client_id": "your-app" }.- Exchange the code at
POST /api/oauth/mcp/token.
See MCP quickstart.
Support MCP requirements
Support tools need an approved listing with Customer Support configured for that app. If Support is not set up, config and ticket tools return a clear error.
Docs and marketing
Troubleshooting
| Issue | Fix |
|---|---|
| 401 Unauthorized | Key revoked, wrong server URL, or typo in Bearer token |
| 403 Forbidden | Key missing scope for that tool |
| 429 Rate limited | Wait and retry; 120 req/min per key |
| Empty ticket list | Check appId and that Support is enabled for that listing |
Recent calls appear in the Integrations audit log with tool name and latency.