Skip to main content
Ask about subscriptions, renewals, and transactions from Claude, ChatGPT, or any MCP-compatible client. ClearSpend exposes a read-only Model Context Protocol server at https://api.clearspend.ai/mcp/grepsr. Sign in with OAuth 2.1 using the same account as the webapp.
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, and tags. Optional search, tag, or limit.
list_tagsAll tag names used in the workspace. Use before filtering list_subscriptions by tag.
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/grepsr as the URL. Authentication mode is OAuth.
3

Authorize

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.

Adding ClearSpend to ChatGPT

1

Open ChatGPT's connector settings

In ChatGPT, open Settings → Connectors → Add custom connector.
2

Paste the server URL

Name the connector ClearSpend and paste https://api.clearspend.ai/mcp/grepsr as the URL. Set the authentication mode to OAuth.
3

Authorize

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

Start asking questions

Try “List my upcoming renewals in the next 30 days” or “What’s our total SaaS spend this month?” ChatGPT will pick the right tool automatically.

Other MCP-compatible clients

Any client that supports the Model Context Protocol can connect using the same server URL (https://api.clearspend.ai/mcp/grepsr) and OAuth 2.1 flow. Refer to your client’s MCP documentation for exact steps.