Rise MCP
Connect Rise to your AI assistant
Rise speaks the open Model Context Protocol. Any MCP-capable assistant — ChatGPT, Claude, OpenClaw, Cursor, and more — can view your balances, budgets, and spending, log receipts with line items, and help categorize transactions. Sign-in uses OAuth with dynamic client registration: paste the endpoint, approve once, done.
Running a coding agent? See Rise for AI agents — built-in skills and bulk-import loops.
MCP endpoint
https://mcp.rise.cirqul.com/mcpTransport: streamable HTTP. Auth: OAuth 2.1 (PKCE) with dynamic client registration — no API keys, no pre-registration.
ChatGPT
- Settings → Apps & Connectors → enable developer mode under Advanced.
- Create a connector named Rise and paste the MCP endpoint above.
- Approve the Rise sign-in prompt, then start a new chat with Rise enabled.
- Say whoami first to confirm the right Rise account is connected.
Claude (claude.ai & desktop)
- Settings → Connectors → Add custom connector.
- Paste the MCP endpoint above and follow the Rise sign-in prompt.
- Enable the connector in any chat from the search-and-tools menu.
OpenClaw
Add Rise to the mcpServers section of your openclaw.json (HTTP transport), then restart OpenClaw:
{
"mcpServers": {
"rise": {
"url": "https://mcp.rise.cirqul.com/mcp"
}
}
}On first use OpenClaw opens the Rise OAuth sign-in in your browser; approve it and the tools appear automatically.
Claude Code
claude mcp add --transport http rise https://mcp.rise.cirqul.com/mcp
Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"rise": { "url": "https://mcp.rise.cirqul.com/mcp" }
}
}What you can do once connected
- “How am I doing this month?” — budget vs actual, spending insights.
- “Log my Publix receipt: Cheerios $6.49 barcode 016000275287, milk $4.29” — receipts with line items, SKUs, and barcodes (grocery items auto-identified).
- “Import my receipts from email” — guided bulk import.
- “Clean up my uncategorized transactions” — guided review with questions.
- “What do I usually pay for this?” — per-product price history.
Security
Every connection is scoped to your Rise sign-in via OAuth; row-level security enforces that assistants only ever see your own data. Rise exposes no money-movement tools — nothing can initiate payments or transfers.