ramp kit for Grok
io.github.armandocodecr/ramp-kit
LATAM fiat ramps on Stellar for AI agents: live quotes, sandbox orders, PIX/SPEI simulation, docs
client:Grok
transport:stdio
runtime:npm
Install ramp kit in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs