VOOZH about

URL: https://mcp.so/server/agent-price-api/anhmtk

⇱ Agent Price Api MCP Server


Agent Price Api

@anhmtk

A high-performance MCP server providing structured, real-time price data for AI hardware, robotics, and robot/RC power across global marketplaces, built with a focus on agent-native discovery over hardcoded endpoints.
Overview

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-Key or Authorization: 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

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"
 }
 }
 }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.