MCP Streamable HTTP · Pricing & API keys
Price API for AI agents (API-first)
AgentShare exposes structured price and offer data for autonomous agents and developers. This site is not a storefront: primary consumption is via JSON APIs and optionally MCP. Product scope favors AI hardware, robotics, mini PCs, and robot/RC power packs—see https://agentshare.dev/coverage.
Responses often include freshness metadata (freshness_status, data_age_seconds) so agents can reason about staleness—see live API payloads and OpenAPI.
Key public endpoints (typically no API key)
Use absolute URLs when configuring agents. These paths return JSON or plain text, not gated HTML dashboards.
https://agentshare.dev/openapi.json— OpenAPI 3 (agent-facing paths)https://agentshare.dev/llm.txt— LLM-oriented discovery (mirrors under/llms.txt,/api/llm.txt)https://agentshare.dev/llms-full.txt— Markdown outline derived from OpenAPIhttps://agentshare.dev/agent.json— agent discovery (/.well-known/agentshare.jsonidentical)https://agentshare.dev/mcp.json— MCP server directory JSONGET https://agentshare.dev/api/v1/meta— capabilities & live sources summaryGET https://agentshare.dev/api/v1/agent-capabilities— compact capabilitiesGET https://agentshare.dev/api/v1/health— liveness probeGET https://agentshare.dev/coverage— data-domain coverage specificationhttps://agentshare.dev/.well-known/discovery.json— compact URI pointer map
Sign up & free tier
- Register:
POST https://agentshare.dev/api/v1/auth/registerwith JSON body{"email":"…","password":"…"}(password minimum 8 characters). - The response includes your API key once—store it safely.
- Free-tier keys typically receive on the order of 100 requests per calendar month (exact quota may evolve; pricing page is authoritative).
- Send
X-API-Key: <key>orAuthorization: Bearer <key>on paid routes and on MCP Streamable HTTP.
For assistants and automated fetch tools
If a client fetched only HTML from this homepage, it still misses the canonical machine links listed above.
You can repeat GET https://agentshare.dev/ with header Accept: application/json to obtain the same discovery summary as JSON (Vary: Accept). No JavaScript required—this pattern works for crawlers and “web fetch” style connectors in general.
Live activity Live
Developer data
A tiny “heartbeat” from recent agent traffic — designed for humans. No raw queries, IPs, or keys.
Further discovery
https://agentshare.dev/mcp— MCP Streamable HTTP (requires API key; not meant for browsers)POST https://agentshare.dev/api/v1/registry/submit— community MCP listings (moderated pipeline)POST https://agentshare.dev/api/v1/products/submit— suggest catalogue URLs for review (Alpha)- _stdio MCP companion
llms.txton GitHub
Send X-API-Key or Authorization: Bearer; same key as REST.
Curated MCP registry (sample)
Curated, editor-reviewed MCP registry for data, operations, and commerce-adjacent tools—built to pair with AgentShare price and offer APIs, not as a generic open directory.
GET /api/v1/registry/entries — verified listings
Data coverage (honesty)
GET /coverage separates focus categories versus beta/expanding scopes.
Well-supported categories
- AI local hardware (Raspberry Pi, Jetson-class SBCs, accelerators)
- Mini PCs, PC components & accessories for SBCs
- Robotics kits, arms, servos (education/hobby skew)
- Robot & RC power (LiPo, LiFePO4, NiMH, common connectors)
Beta / incomplete
- Phones, tablets, appliances, broad consumer SKU sets
Live data sources
Every response surfaces its origin via source (per offer) and
accesstrade_live / freshness_status (per response).
The machine-readable summary is at
GET /api/v1/meta →
sources; see also
GET /coverage for the focus map.
AliExpress — official integration
Official Open Platform / IOP affiliate API
(aliexpress.affiliate.product.query,
productdetail.get). Signed requests, OAuth session,
structured rich product data with shipping & commission hints.
- Primary catalog for AI hardware, Mini PCs, components, robotics.
- Scheduled price refresh + on-demand reseed for focus keywords.
- Affiliate links use the configured tracking id.
Accesstrade — live partner feed
Authenticated datafeed access via Accesstrade.vn for Tiki, Shopee, and Lazada domains. Items merge into search results live, with response cache (DB-backed) + 429 circuit breaker to keep upstream pressure low.
- Live on-demand call per query (cached after first hit).
- Response includes
accesstrade_live: truewhen used. - Configured sources visible via
ACCESSTRADE_SOURCES.
Additional leading marketplaces will be connected when partnerships and policy allow.
We never claim coverage we do not actually serve — missing scope returns
status: no_data with a precise reason instead of fabricating an offer.
Representative authenticated REST routes
Authenticated with API key (X-API-Key).
GET https://agentshare.dev/api/v1/search?q=…GET https://agentshare.dev/api/v1/offers/best?q=…GET https://agentshare.dev/api/v1/offers/best-under-budget?q=…&max_price=…GET https://agentshare.dev/api/v1/products/{id}
Agent pattern
Ask for cheapest in-stock robotics battery pack.
Uses REST or MCP; reads freshness_status before answering.
Prices are illustrative; live data varies by crawler state.