tropicapp.io
Tropic is a software procurement and spend management platform. It helps organizations manage suppliers, contracts, purchase requests, and related procurement workflows.
Tropic exposes a REST API at https://app.tropicapp.io/api/v1 authenticated by bearer API keys, plus an OAuth-protected MCP server at https://app.tropicapp.io/mcp over streamable HTTP.
- Tropic MCP serverdetected
- Tropic APIdiscovered
In Tropic, go to Getting Started with the Tropic API and Webhooks, then in the app navigate to Settings > API Keys & Webhooks. On the API Keys tab, click Generate API Key, name it, click Create, and copy the key immediately. The API docs state requests use the Authorization header with Bearer <token>.
Point your MCP client at the server URL and approve access in the browser. The server supports OAuth Dynamic Client Registration (RFC 7591), so the client registers itself automatically — no developer-portal app, client_id, or client_secret to create.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing