https://api.clearspend.ai/mcp/grepsr. Sign in with OAuth 2.1 using the same account as the webapp.
Available tools
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, and tags. Optional search, tag, or limit. |
list_tags | All tag names used in the workspace. Use before filtering list_subscriptions by tag. |
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/grepsr as the URL. Authentication mode is OAuth.Adding ClearSpend to ChatGPT
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.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.