Skip to main content
Glama

Ramp MCP

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"

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

An MCP server that connects to the Ramp API, allowing users to interact with their Ramp financial data through natural language using MCP clients like Cursor or Claude Desktop.

  1. Installation
    1. Installing via Smithery
    2. Clone and run locally
  2. Examples

    Related MCP Servers

    • -
      security
      F
      license
      -
      quality
      This is an MCP server that facilitates building tools for interacting with various APIs and workflows, supporting Python-based development with potential for customizable prompts and user configurations.
      Last updated 5 months ago
      Python
    • -
      security
      A
      license
      -
      quality
      An MCP server that connects any MCP client (like Claude or Cursor) with the browser using browser-use, allowing clients to utilize existing LLMs without requiring additional API keys.
      Last updated 4 months ago
      72
      Python
      Apache 2.0
    • -
      security
      A
      license
      -
      quality
      A Model Context Protocol server that enables access to Ramp financial data through an in-memory database, allowing LLMs to analyze transactions, reimbursements, bills, and other financial information from Ramp's platform.
      Last updated 4 months ago
      24
      Python
      MIT License
      • Apple
    • A
      security
      A
      license
      A
      quality
      An MCP server that provides comprehensive financial insights and analysis by leveraging real-time market data, news, and advanced analytics for stocks, options, financial statements, and economic indicators.
      Last updated 6 hours ago
      17
      43
      Python
      MIT License
      • Apple

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/dragonkhoi/ramp-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server