ramp kit for Cursor
io.github.armandocodecr/ramp-kit
LATAM fiat ramps on Stellar for AI agents: live quotes, sandbox orders, PIX/SPEI simulation, docs
client:Cursor
transport:stdio
runtime:npm
Install ramp kit in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ramp-kit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ramp-kit/mcp"
],
"env": {
"ETHERFUSE_API_KEY": "<ETHERFUSE_API_KEY>",
"MANTECA_API_KEY": "<MANTECA_API_KEY>",
"MANTECA_USER_ID": "<MANTECA_USER_ID>",
"RAMPKIT_ENV": "<RAMPKIT_ENV>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs