ClearSpend exposes a read-only Model Context Protocol server atDocumentation Index
Fetch the complete documentation index at: https://docs.clearspend.ai/llms.txt
Use this file to discover all available pages before exploring further.
https://api.clearspend.ai/mcp so you can ask Claude, ChatGPT, or any MCP-compatible client questions about your subscriptions, renewals, and transactions — straight from the assistant’s chat window. Authentication is OAuth 2.1 against the same account you use for the webapp.
Available tools
The MCP server is read-only. Every tool is scoped to the caller’s org.| Tool | What it returns |
|---|---|
whoami | The user / org / scope the current connection resolves to. |
get_org_metrics | High-level counts — subscriptions, integrations, apps. |
list_subscriptions | Subscriptions with billing cycle, cost, renewal date, owner. Optional search / limit. |
list_app_users | Seat-holders for a given subscription’s underlying app. |
list_transactions | Per-transaction line items over a date window (defaults to the last 30 days). |
list_upcoming_renewals | Subscriptions renewing within the next N days (default 30, max 365). |
Adding ClearSpend to Claude
Open Claude's connector settings
In Claude Desktop, open Settings → Connectors. On claude.ai, the entry point is Settings → Connectors → Add custom connector.
Paste the server URL
Name the connector ClearSpend and paste
https://api.clearspend.ai/mcp as the URL. Authentication mode is OAuth.