Ramp (uvx) MCP Server
CommunityContributed 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
{
"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)"
}
]
}
]
}
}Categories
Tags
Supported AI Clients
The Ramp (uvx) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
GitHub (Docker)
Interact with GitHub repositories, issues, pull requests, and code security via Docker container. Supports both github.com and GitHub Enterprise instances. Requires Docker installed.
GitHub (Remote PAT)
Interact with GitHub repositories, issues, pull requests, actions, and code security through GitHub's hosted remote MCP server. Authenticates with a Personal Access Token.
Atlassian (Jira & Confluence)
Interact with Jira issues, Confluence pages, and Compass components through Atlassian's official remote MCP server.
Figma
Generate code from Figma designs, extract design context, variables, and components through Figma's official hosted MCP server. Supports Code Connect for design system consistency, FigJam content, and browser-to-Figma live capture.
Figma (npx)
Read and inspect Figma designs, components, and styles. Extract layout details, design tokens, and asset metadata from any Figma file. Translates auto-layout to CSS flexbox. Supports image downloads.
GitLab
GitLab's built-in MCP server for managing issues, merge requests, pipelines, and semantic code search. Requires GitLab 18.6+ with Duo enabled. Connects directly to any GitLab instance via OAuth.
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.