Agent Commerce Framework
This repository has moved to JudyaiLab/agentictrade.
All future development, issues, and releases are at the new location.
- Website: agentictrade.io
- PyPI: agentictrade-mcp
- MCP Registry:
io.github.miranttie/agentictrade
by JudyaiLab · Python
AI service marketplace — agents discover, call, and pay for API services automatically.
Marketplace enabling AI agents to discover, invoke, and pay for services autonomously.
Captured live from the server via tools/list.
Search marketplace services by query string, category, or tags. Returns a list of matching active service listings.
Free-text search term for service name or description.
Filter by service category.
Filter by one or more tags.
Maximum results to return (default 20, max 100).
Pagination offset (default 0).
Get full details of a single marketplace service by its ID.
The unique service ID.
List all service categories with the number of active services in each.
No parameters.
Get an agent identity by agent ID.
The unique agent ID.
Get reputation records for an agent or service. Provide agent_id for agent reputation, service_id for service reputation.
Agent ID to look up reputation for.
Service ID to look up reputation for.
Period filter, e.g. '2026-03' or 'all-time'.
This repository has moved to JudyaiLab/agentictrade.
All future development, issues, and releases are at the new location.
io.github.miranttie/agentictradeHosted server - connect over the network, no local install.
https://agentictrade.io/api/v1/mcpclaude_desktop_config.json
{
"mcpServers": {
"agentictrade": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agentictrade.io/api/v1/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.