Skip to main content
Glama

Ramp MCP

斜坡 MCP

简单的 MCP 服务器与 Ramp API 接口,允许您从任何 MCP 客户端(如 Cursor 或 Claude Desktop)与您的 Ramp 数据对话。

随着时间的推移,我会添加更多 Ramp API 的覆盖范围,请让我知道您需要哪些工具,或者只需打开 PR。

安装

确保转到您的 Ramp 设置以获取Ramp API 密钥和 Ramp 客户端 ID

通过 Smithery 安装

要通过Smithery自动为 Claude Desktop 安装 mercury-mcp:

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

要为 Cursor 安装 mixpanel-mcp,请转至“设置”->“Cursor 设置”->“功能”->“MCP 服务器”->“+ 添加”

选择类型:命令并粘贴以下内容,使用来自 Ramp 的参数<API_KEY> <CLIENT_ID>

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

克隆并在本地运行

克隆此 repo 运行npm run build将此命令粘贴到 Cursor(或任何 MCP 客户端) node /ABSOLUTE/PATH/TO/ramp-mcp/build/index.js RAMP_API_KEY RAMP_CLIENT_ID

示例

询问“我最近的信用卡交易是什么”

-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

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

连接到 Ramp API 的 MCP 服务器,允许用户使用 Cursor 或 Claude Desktop 等 MCP 客户端通过自然语言与他们的 Ramp 财务数据进行交互。

  1. 安装
    1. 通过 Smithery 安装
    2. 克隆并在本地运行
  2. 示例

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      An MCP server that lets AI assistants interact with your Lunchmoney data, enabling natural language queries about transactions, budgets, and spending patterns.
      Last updated -
      4
      3
      8
      TypeScript
      MIT License
    • A
      security
      A
      license
      A
      quality
      An MCP server implementation that integrates Claude with Salesforce, enabling natural language interactions with Salesforce data and metadata for querying, modifying, and managing objects and records.
      Last updated -
      7
      87
      15
      TypeScript
      MIT License
    • A
      security
      A
      license
      A
      quality
      An MCP server implementation that integrates Claude with Salesforce, enabling natural language interactions with Salesforce data and metadata for querying, modifying, and managing objects and records.
      Last updated -
      7
      18
      4
      TypeScript
      MIT License
      • Apple
      • Linux
    • A
      security
      F
      license
      A
      quality
      An MCP server implementation that enables interaction with the Unstructured API, providing tools to list, create, update, and manage sources, destinations, and workflows.
      Last updated -
      39
      28
      • 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