Ramp

by dragonkhoi

Not rated
GitHub

About

Integrates with Ramp's API to enable credit card transaction querying and spend management data access for financial tracking and analysis workflows.

Details

Author
dragonkhoi
Repository
dragonkhoi/ramp-mcp
License
MIT License
Categories
Productivity, Developer Tools, Design, AI, Search, API, Infrastructure
Tags
#integration

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Ramp
    Command (node, npx, python, etc.) npx
    Arguments
    • Argument 1 @smithery/cli@latest
    • Argument 2 run
    • Argument 3 @dragonkhoi/mercury-mcp
    • Argument 4 --config
    • Argument 5 {"mercury_api_key":"YOUR_MERCURY_API_KEY"}

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Make sure to go to your Ramp Settings to get a Ramp API Key and Ramp Client ID.

To install mercury-mcp for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @dragonkhoi/mercury-mcp --client claude

To install mixpanel-mcp for Cursor, go to Settings -> Cursor Settings -> Features -> MCP Servers -> + Add

Select Type: command and paste the below, using the arguments <API_KEY> <CLIENT_ID> from Ramp

npx -y @smithery/cli@latest run @dragonkhoi/mercury-mcp --config "{\"mercury_api_key\":\"YOUR_MERCURY_API_KEY\",}"

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "ramp": {
            "env": {},
            "args": [
                "@smithery/cli@latest",
                "run",
                "@dragonkhoi/mercury-mcp",
                "--config",
                "{\"mercury_api_key\":\"YOUR_MERCURY_API_KEY\"}"
            ],
            "shell": false,
            "command": "npx"
        }
    }
}

Linux

{
    "env": [],
    "args": [
        "@smithery/cli@latest",
        "run",
        "@dragonkhoi/mercury-mcp",
        "--config",
        "{\"mercury_api_key\":\"YOUR_MERCURY_API_KEY\"}"
    ],
    "shell": false,
    "command": "npx"
}

Macos

{
    "env": [],
    "args": [
        "@smithery/cli@latest",
        "run",
        "@dragonkhoi/mercury-mcp",
        "--config",
        "{\"mercury_api_key\":\"YOUR_MERCURY_API_KEY\"}"
    ],
    "shell": false,
    "command": "npx"
}

Windows

{
    "env": [],
    "args": [
        "/c",
        "npx",
        "-y",
        "@smithery/cli@latest",
        "run",
        "@dragonkhoi/mercury-mcp",
        "--config",
        "{\"mercury_api_key\":\"YOUR_MERCURY_API_KEY\"}"
    ],
    "command": "cmd"
}

Ramp MCP

Simple MCP server that interfaces with the Ramp API, allowing you to talk to your Ramp data from any MCP client like Cursor or Claude Desktop.

I am adding more coverage of the Ramp API over time, let me know which tools you need or just open a PR.

Installation

Make sure to go to your Ramp Settings to get a Ramp API Key and Ramp Client ID.

Installing via Smithery

To install mercury-mcp for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @dragonkhoi/mercury-mcp --client claude

To install mixpanel-mcp for Cursor, go to Settings -> Cursor Settings -> Features -> MCP Servers -> + Add

Select Type: command and paste the below, using the arguments <API_KEY> <CLIENT_ID> from Ramp

npx -y @smithery/cli@latest run @dragonkhoi/mercury-mcp --config "{\"mercury_api_key\":\"YOUR_MERCURY_API_KEY\",}"

Clone and run locally

Clone this repo
Run npm run build
Paste this command into Cursor (or whatever MCP Client)
node /ABSOLUTE/PATH/TO/ramp-mcp/build/index.js RAMP_API_KEY RAMP_CLIENT_ID

Examples

Ask "What are my latest credit card transactions"

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.