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/mcp

Transport: streamable HTTP. Auth: OAuth 2.1 (PKCE) with dynamic client registration — no API keys, no pre-registration.

ChatGPT

  1. Settings → Apps & Connectors → enable developer mode under Advanced.
  2. Create a connector named Rise and paste the MCP endpoint above.
  3. Approve the Rise sign-in prompt, then start a new chat with Rise enabled.
  4. Say whoami first to confirm the right Rise account is connected.

Claude (claude.ai & desktop)

  1. Settings → Connectors → Add custom connector.
  2. Paste the MCP endpoint above and follow the Rise sign-in prompt.
  3. 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

  1. “How am I doing this month?” — budget vs actual, spending insights.
  2. “Log my Publix receipt: Cheerios $6.49 barcode 016000275287, milk $4.29” — receipts with line items, SKUs, and barcodes (grocery items auto-identified).
  3. “Import my receipts from email” — guided bulk import.
  4. “Clean up my uncategorized transactions” — guided review with questions.
  5. “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.