Amrood — INR Payments for AI Agents for Cursor
io.github.saurabh-karn/amrood-mcp
KYC-verified INR wallets for AI agents in India. Payments, escrow, and settlements.
client:Cursor
transport:stdio
runtime:pypi
Install Amrood — INR Payments for AI Agents in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"amrood-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"amrood-mcp"
],
"env": {
"AMROOD_API_KEY": "<AMROOD_API_KEY>",
"AMROOD_BASE_URL": "<AMROOD_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs