← Back to Plugins
MCP Server MCP

io.github.armandocodecr/ramp-kit

github By github 👁 1 views ▲ 0 votes

LATAM fiat ramps on Stellar for AI agents: live quotes, sandbox orders, PIX/SPEI simulation, docs

Homepage Verified source GitHub

Install

npx -y @ramp-kit/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@ramp-kit/mcp",
      "version": "0.1.9",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Etherfuse API key (sandbox key from sandbox.etherfuse.com enables live tools; omit to use the mock provider)",
          "isSecret": true,
          "name": "ETHERFUSE_API_KEY"
        },
        {
          "description": "Manteca API key (optional, enables the Manteca provider)",
          "isSecret": true,
          "name": "MANTECA_API_KEY"
        },
        {
          "description": "Manteca userAnyId used as customer for quotes/orders and multi-anchor comparison",
          "name": "MANTECA_USER_ID"
        },
        {
          "description": "sandbox (default) or production",
          "name": "RAMPKIT_ENV"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...