McpMux
Back to Registry

Ramp (uvx) MCP Server

Community

Contributed by Ramp

Connect to the Ramp Developer API to retrieve and analyze corporate card transactions, reimbursements, bills, vendors, departments, limits, and spend programs. Loads Ramp financial data into an in-memory SQLite database for analysis by an LLM.

About the Ramp (uvx) MCP Server

The Ramp (uvx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Connect to the Ramp Developer API to retrieve and analyze corporate card transactions, reimbursements, bills, vendors, departments, limits, and spend programs. Loads Ramp financial data into an in-memory SQLite database for analysis by an LLM. This is a community-contributed MCP server by Ramp.

Install the Ramp (uvx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "uvx",
  "args": [
    "ramp-mcp",
    "-s",
    "transactions:read,reimbursements:read,bills:read,vendors:read,departments:read,locations:read,entities:read,limits:read,spend_programs:read,users:read"
  ],
  "env": {
    "RAMP_CLIENT_ID": "${input:RAMP_CLIENT_ID}",
    "RAMP_CLIENT_SECRET": "${input:RAMP_CLIENT_SECRET}",
    "RAMP_ENV": "${input:RAMP_ENV}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "RAMP_CLIENT_ID",
        "label": "Ramp Client ID",
        "description": "Client ID of your Ramp developer app. Used with the client secret for the client-credentials OAuth flow against the Ramp Developer API.",
        "type": "text",
        "required": true,
        "secret": false,
        "placeholder": "ramp_id_xxxxxxxxxxxxxxxx",
        "obtain": {
          "url": "https://app.ramp.com/developer",
          "instructions": "1. Sign in to Ramp\n2. Go to Profile (top right) > Developer\n3. Click 'Create app'\n4. Select the client-credentials grant and the scopes you need (e.g. transactions:read, reimbursements:read)\n5. Copy the Client ID",
          "button_label": "Open Ramp Developer"
        }
      },
      {
        "id": "RAMP_CLIENT_SECRET",
        "label": "Ramp Client Secret",
        "description": "Client secret of your Ramp developer app, paired with the client ID for the client-credentials OAuth flow. Keep this secret.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "ramp_sec_************************",
        "obtain": {
          "url": "https://app.ramp.com/developer",
          "instructions": "1. Sign in to Ramp\n2. Go to Profile (top right) > Developer\n3. Open (or create) your app\n4. Copy the Client Secret (shown once at creation)",
          "button_label": "Open Ramp Developer"
        }
      },
      {
        "id": "RAMP_ENV",
        "label": "Ramp Environment",
        "description": "Which Ramp API environment to target.",
        "type": "select",
        "required": false,
        "secret": false,
        "default": "demo",
        "options": [
          {
            "value": "demo",
            "label": "Demo",
            "description": "Ramp demo/sandbox environment"
          },
          {
            "value": "qa",
            "label": "QA",
            "description": "Ramp QA environment"
          },
          {
            "value": "prd",
            "label": "Production",
            "description": "Ramp production environment (live data)"
          }
        ]
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

rampfinancecorporate-cardsspend-managementtransactionsaccounting

Supported AI Clients

The Ramp (uvx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Ramp (uvx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.