MCP Server for agent commerce — how AI agents create, compare, and track purchases
Project description
Agent Commerce MCP Server
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.
Features
- Purchase Intents — Create structured purchase requests with budget constraints
- Offer Comparison — Compare offers from multiple sources side by side
- Purchase Tracking — Track status from intent to delivery
- Merchant Verification — Build reliability scores based on order history
Installation
pip install agent-commerce-mcp-server
Usage with Claude Code
Add to your .mcp.json:
{
"mcpServers": {
"agent-commerce": {
"command": "uvx",
"args": ["agent-commerce-mcp-server"]
}
}
}
Tools
| 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 |
Purchase Flow
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 progresses
Data Storage
All purchase data is stored locally in SQLite at ~/.agent-commerce/purchases.db.
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 agent_commerce_mcp_server-0.1.0.tar.gz.
File metadata
- Download URL: agent_commerce_mcp_server-0.1.0.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f206fd6bd44410007860e0d5913ee65a1f00fb9e8e4e2cea71c742d854c8ef3
|
|
| MD5 |
b17b370e5b5fa387afdc21dfdc9b4c53
|
|
| BLAKE2b-256 |
040687ab85c47c053c68b6ca956a8a6aea96350987f116120db2f5649dfcd64a
|
File details
Details for the file agent_commerce_mcp_server-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agent_commerce_mcp_server-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12270bd6e0ac44b64d7ae855fcdf3f2781cd7c2de4d9fbd467c9c4893b098848
|
|
| MD5 |
bc1dcea576122a4be840ef1468059ab5
|
|
| BLAKE2b-256 |
edad1b1c5e15dfa62766074b249a9fa42cde92d6f32fe45b0a862e7cb7ece403
|