AiAgentKarl/agent-commerce-mcp-server
Agent commerce protocol — how AI agents buy things
Platform-specific configuration:
{
"mcpServers": {
"agent-commerce-mcp-server": {
"command": "npx",
"args": [
"-y",
"agent-commerce-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP Server for agent commerce — a protocol for how AI agents create, compare, and track purchases. Enables structured buying workflows with offer comparison and merchant verification.
pip install agent-commerce-mcp-serverAdd to your .mcp.json:
{
"mcpServers": {
"agent-commerce": {
"command": "uvx",
"args": ["agent-commerce-mcp-server"]
}
}
}| Tool | Description | |------|-------------| | create_purchase_intent | Create a structured purchase request | | compare_offers | Compare offers from multiple sources | | track_purchase | Track or update purchase status | | list_purchases | List purchase history with optional filters | | verify_merchant | Check or update merchant reliability score |
create_purchase_intent — Define what you want to buycompare_offers — Add and compare offers from different merchantsverify_merchant — Check merchant reliability before orderingtrack_purchase — Update status as the order progressesAll purchase data is stored locally in SQLite at ~/.agent-commerce/purchases.db.
---
| Category | Servers | |----------|---------| | 🔗 Blockchain | Solana | | 🌍 Data | Weather · Germany · Agriculture · Space · [Aviation](https://github.com/
Loading reviews...