AI-powered crypto-to-Naira cash-out agent on Solana. One message with your AI AGENT, USDC → NGN to your Bank Account
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"grampay-mcp-server": {
"command": "npx",
"args": [
"-y",
"TopeGramms/grampay-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add grampay-mcp-server npx -y TopeGramms/grampay-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"grampay-mcp-server": {
"command": "npx",
"args": [
"-y",
"TopeGramms/grampay-mcp-server"
]
}
}
}