Ramp

Read and manage Ramp transactions, reimbursements, bills, cards, and vendors, including spend analysis and budget-compliance review.

Ramp (opens in new tab)See the Ramp connector page

Read and manage Ramp transactions, reimbursements, bills, cards, and vendors, including spend analysis and budget-compliance review.

View config snippet
# Ramp's MCP is open source — clone it from
# https://github.com/ramp-public/ramp_mcp, enable the matching
# OAuth scopes on your Ramp developer app, then register the
# server in Claude so Claude launches it for you.
#
# claude_desktop_config.json (Claude Desktop):
{
  "mcpServers": {
    "ramp": {
      "command": "uv",
      "args": [
        "--directory", "/absolute/path/to/ramp_mcp",
        "run", "ramp-mcp",
        "-s", "transactions:read,reimbursements:read,bills:read,departments:read,vendors:read,users:read"
      ],
      "env": {
        "RAMP_CLIENT_ID": "your_client_id",
        "RAMP_CLIENT_SECRET": "your_client_secret",
        "RAMP_ENV": "prd"
      }
    }
  }
}

Authentication: Unknown — Ramp's connector page doesn't state how you authenticate it.

Capabilities

  • Read and write access to transactions, reimbursements, bills, purchase orders, cards, and vendors.
  • Analyze vendor spend and review budget compliance.
  • Track expenses, triage bills by amount threshold, and compare spend trends.

Limitations

  • Ramp describes the connector as read-write without listing which write actions it exposes, so it is unknown whether approving a bill or issuing a card is actually available.

1 skill or agent uses this connector