Skip to main content
Glama

Ramp MCP

Rampa MCP

Servidor MCP simple que interactúa con la API de Ramp, lo que le permite comunicarse con sus datos de Ramp desde cualquier cliente MCP como Cursor o Claude Desktop.

Con el tiempo agregaré más cobertura de la API de Ramp, déjame saber qué herramientas necesitas o simplemente abre una solicitud PR.

Instalación

Asegúrate de ir a tu configuración de Ramp para obtener una clave de API de Ramp y un ID de cliente de Ramp .

Instalación mediante herrería

Para instalar mercury-mcp para Claude Desktop automáticamente a través de Smithery :

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

Para instalar mixpanel-mcp para Cursor, vaya a Configuración -> Configuración del cursor -> Características -> Servidores MCP -> + Agregar

Seleccione Tipo: comando y pegue lo siguiente, utilizando los argumentos <API_KEY> <CLIENT_ID> de Ramp

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

Clonar y ejecutar localmente

Clonar este repositorio Ejecutar npm run build Pegar este comando en el node /ABSOLUTE/PATH/TO/ramp-mcp/build/index.js RAMP_API_KEY RAMP_CLIENT_ID

Ejemplos

Pregunte "¿Cuáles son mis últimas transacciones con tarjeta de crédito?"

-
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.

Un servidor MCP que se conecta a la API de Ramp, lo que permite a los usuarios interactuar con sus datos financieros de Ramp a través del lenguaje natural utilizando clientes MCP como Cursor o Claude Desktop.

  1. Instalación
    1. Instalación mediante herrería
    2. Clonar y ejecutar localmente
  2. Ejemplos

    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