Agent Price API (AgentShare)
Structured marketplace prices for AI agents — search, compare, and pick the best in-stock offer from connected sources. Built for bots and IDE integrations (Cursor, Claude, …), not as a consumer shopping site.
What you get
- MCP tools (same behavior as the REST API):
price_search,best_offer,best_offer_under_budget,service_meta - Streamable HTTP MCP at production:
https://agentshare.dev/mcp— use your AgentShare API key on every request (X-API-KeyorAuthorization: Bearer) - Discovery (no key): agent.json · mcp.json · GET /api/v1/meta
Focus & honesty
We prioritize AI local hardware (e.g. Raspberry Pi, NVIDIA Jetson, SBCs), mini PCs, components, robotics / maker kits, and robot & RC power (battery packs, connectors). Other categories may exist as beta coverage — responses can include freshness metadata (crawled_at, freshness_status, data_age_seconds) so agents can judge reliability.
Auth & limits
- Sign up for an API key: Pricing
- Human docs & MCP setup: Documentation
Public source pointer
Integration examples and MCP client notes live in the public repo: github.com/anhmtk/agentshare-mcp (implementation may remain private; production is agentshare.dev).
AgentShare — price infrastructure for AI agents.
Server Config
{
"mcpServers": {
"agent-price-api": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agentshare.dev/mcp",
"--header",
"X-API-Key:${AGENTSHARE_API_KEY}"
],
"env": {
"AGENTSHARE_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}