baremetrics.com
Baremetrics is a subscription analytics and revenue recovery platform for SaaS businesses. It connects billing data from systems like Stripe, Chargebee, and Recurly to provide metrics, dunning, cancellation insights, and forecasting.
Baremetrics exposes a REST API at `api.baremetrics.com` plus an MCP server at `app.baremetrics.com/mcp`; both use Bearer auth with a Baremetrics API key, and the REST API also supports OAuth 2.0 access tokens for approved apps.
- Baremetrics MCP serverdetected
- Baremetrics REST APIdiscovered
Sign in to your Baremetrics account, then open Settings → API to view your API keys. The docs say your live key starts with lk_, and the same settings page also exposes a sandbox API key for testing against https://api-sandbox.baremetrics.com.
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 · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://baremetrics.com/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