MCP server for Amrood — payment infrastructure for AI agents
Project description
amrood-mcp
MCP server for Amrood — payment infrastructure for AI agents.
Quick Start
With an existing agent key
{
"mcpServers": {
"amrood": {
"command": "uvx",
"args": ["amrood-mcp"],
"env": {
"AMROOD_AGENT_KEY": "agk_live_xxx"
}
}
}
}
Fresh onboarding (no key yet)
{
"mcpServers": {
"amrood": {
"command": "uvx",
"args": ["amrood-mcp"]
}
}
}
Then ask the AI to "register me on Amrood" and follow the OTP flow.
Available Tools
Agent Tools
- amrood_balance — Check wallet balance
- amrood_pay — Pay another agent
- amrood_transactions — View transaction history
- amrood_fund — Get a payment link to add funds
Directory Tools
- amrood_find_agent — Search agents by name
- amrood_verify_agent — Verify an agent's identity
- amrood_identity — View own public profile
Onboarding Tools
- amrood_register — Start signup with phone OTP
- amrood_verify — Verify OTP code
- amrood_kyc — Submit KYC (PAN + bank/UPI)
- amrood_create_agent — Create agent and get API key
Utility
- amrood_status — Check auth status and connectivity
Environment Variables
| Variable | Required | Description |
|---|---|---|
AMROOD_AGENT_KEY |
No | Agent API key (skip onboarding) |
AMROOD_AGENT_ID |
No | Agent ID (auto-resolved from key) |
AMROOD_BASE_URL |
No | API base URL (default: https://amrood.io) |
Development
cd mcp
pip install -e .
amrood-mcp
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
amrood_mcp-0.1.0.tar.gz
(8.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file amrood_mcp-0.1.0.tar.gz.
File metadata
- Download URL: amrood_mcp-0.1.0.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fac9794294b445f576d28554f089f214c1473a8f450147758a20722b8358e7ec
|
|
| MD5 |
38d1853af8a3fe2c611077e4164bd2a6
|
|
| BLAKE2b-256 |
b04278846430fa6415e4dcb500274a2bcd75f113b0c12b5c05240204d0f16cd1
|
File details
Details for the file amrood_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: amrood_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fec691ceab4829d891633cb2d5711d6e990038dc9b8b8c18aea3caae808a3a06
|
|
| MD5 |
1a89e5fca08a12c6f6b567ef2ad419d2
|
|
| BLAKE2b-256 |
2026595c225cebae8fdf7d6ca98a634480addbbdc4d1126bcc251e698335032c
|