Agent Price API MCP Server

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

Documentation

AgentShare — Price API + MCP for AI agents

AgentShare MCP — public reference

For AI agents: agent.json · AI_DISCOVERY.json · llms.txt · AGENTS.md

Commerce & price infrastructure for autonomous agents — MCP Streamable HTTP + REST.

Website · For Agents · Docs · API key


AI agents — start here

ResourceURL
Authoritative contracthttps://agentshare.dev/agent.json
Structured GitHub indexAI_DISCOVERY.json
LLM summaryllms.txt
Agent briefingAGENTS.md
For-agents (JSON)GET https://agentshare.dev/for-agents + Accept: application/json
Managed Agents templatehttps://agentshare.dev/api/v1/examples?template=managed-agent
MCP endpointhttps://agentshare.dev/mcp
MCP server card (6 tools)https://agentshare.dev/.well-known/mcp/server-card.json
Antigravity skill manifesthttps://agentshare.dev/.well-known/antigravity-skills.json

This repository is the public, lightweight face on GitHub. Production API implementation is private; behavior is defined by the live URLs above.


MCP tools (6)

ToolPurpose
search_productsMulti-source price comparison
best_offerSingle cheapest in-stock offer
best_offer_under_budgetBest offer under max price
product_detailFull product by id from search
commerce_quoteACP / agent-buyer listings envelope
service_metaCapabilities, limits, coverage

Responses include data_status, freshness, and trust metadata — see https://agentshare.dev/docs


Quick connect (MCP)

{
  "mcpServers": {
    "agentshare": {
      "url": "https://agentshare.dev/mcp",
      "headers": { "X-API-Key": "YOUR_AGENTSHARE_KEY" }
    }
  }
}

Free key (~100 req/month): https://agentshare.dev/signup

See mcp-config.json and server/bridge.mjs for Node bridge.


Antigravity & Gemini (2026)

Aligned with Google I/O 2026 agentic stack (Antigravity 2.0, SDK, Gemini 3.5 Flash tool loops).


Coverage

AI hardware, robotics, mini PCs, robot/RC power — https://agentshare.dev/coverage


License

MIT — LICENSE