
Agent Price API
โ 1from anhmtk
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.
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
| Resource | URL |
|---|---|
| Authoritative contract | https://agentshare.dev/agent.json |
| Structured GitHub index | AI_DISCOVERY.json |
| LLM summary | llms.txt |
| Agent briefing | AGENTS.md |
| For-agents (JSON) | GET https://agentshare.dev/for-agents + Accept: application/json |
| Managed Agents template | https://agentshare.dev/api/v1/examples?template=managed-agent |
| MCP endpoint | https://agentshare.dev/mcp |
| MCP server card (10 tools) | https://agentshare.dev/.well-known/mcp/server-card.json |
| Antigravity skill manifest | https://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 (10) โ catalog v1.0.8
Polymarket prediction-market tools are not on the public MCP catalog (legal review for Vietnam). Live production exposes the tools below.
| Tool | Purpose |
|---|---|
search_products | Multi-source price comparison |
best_offer | Single cheapest in-stock offer |
best_offer_under_budget | Best offer under max price |
product_detail | Full product by id from search |
commerce_quote | ACP / agent-buyer listings envelope |
service_meta | Capabilities, limits, coverage |
dex_overview | DEX protocol rankings by 24h volume (DefiLlama) |
dex_top_movers | DEX protocols with largest 1d volume-change % (DefiLlama) |
solana_dex_brief | Solana DEX ecosystem brief (Raydium, Orca, Meteora, โฆ) |
meteora_brief | Meteora DLMM pool brief (verdict, risk_score, top pools) |
Responses include data_status, freshness, and trust metadata โ see https://agentshare.dev/docs
Cursor Marketplace plugin
Official Cursor plugin scaffold: agentshare-commerce-mcp/
| Path | Purpose |
|---|---|
agentshare-commerce-mcp/.cursor-plugin/plugin.json | Cursor plugin manifest |
agentshare-commerce-mcp/mcp.json | MCP server wiring (Node bridge + AGENTSHARE_API_KEY) |
agentshare-commerce-mcp/.mcp.json | Open Plugins / cursor.directory auto-detect (Streamable HTTP URL) |
.mcp.json | Same at repo root for directory scanners |
agentshare-commerce-mcp/server/bridge.mjs | Stdio โ Streamable HTTP bridge |
.cursor-plugin/marketplace.json | Multi-plugin index (repo root) |
Discovery & listing (do these while Marketplace is closed):
| Guide | Action |
|---|---|
| docs/CURSOR_DIRECTORY.md | Submit cursor.directory/mcp/new + plugins/new |
| docs/AWESOME_MCP_PR.md | PR line for awesome-mcp-servers (E-Commerce) |
| docs/DISCORD_SHOWCASE.md | Copy-paste MCP Discord showcase post |
Generate Cursor one-click install link:
node scripts/cursor-deeplink.mjsLocal verify:
cd agentshare-commerce-mcp
npm install --omit=dev
npm run verify
# optional live probe:
# set AGENTSHARE_API_KEY=agshp_... (Windows)
npm run verifyCursor Marketplace org applications are reviewed selectively (2026); use cursor.directory for community listing โ see docs/CURSOR_DIRECTORY.md.
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)
- Antigravity skill:
agentshare-price-intelligenceโ https://agentshare.dev/.well-known/antigravity-skills.json - Gemini Managed Agents: https://agentshare.dev/api/v1/examples?template=managed-agent
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
cd agentshare-commerce-mcp
npm install --omit=dev
npm run verify
# optional live probe:
# set AGENTSHARE_API_KEY=agshp_... (Windows)
npm run verifyBefore it works, you'll need: AGENTSHARE_API_KEY
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MITโ you can use, modify, and redistribute it under that license's terms.
License
MIT โ LICENSE