Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.clearspend.ai/llms.txt

Use this file to discover all available pages before exploring further.

ClearSpend exposes a read-only Model Context Protocol server at 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.
ToolWhat it returns
whoamiThe user / org / scope the current connection resolves to.
get_org_metricsHigh-level counts — subscriptions, integrations, apps.
list_subscriptionsSubscriptions with billing cycle, cost, renewal date, owner. Optional search / limit.
list_app_usersSeat-holders for a given subscription’s underlying app.
list_transactionsPer-transaction line items over a date window (defaults to the last 30 days).
list_upcoming_renewalsSubscriptions renewing within the next N days (default 30, max 365).

Adding ClearSpend to Claude

1

Open Claude's connector settings

In Claude Desktop, open Settings → Connectors. On claude.ai, the entry point is Settings → Connectors → Add custom connector.
2

Paste the server URL

Name the connector ClearSpend and paste https://api.clearspend.ai/mcp as the URL. Authentication mode is OAuth.
3

Authorise

Claude redirects you to sign in with the same account you use for the webapp.
4

Start asking questions

Try “What ClearSpend subscriptions renew in the next 30 days?” or “Who uses our Figma subscription?” The assistant will pick the right tool automatically.