-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathllms.txt
More file actions
80 lines (67 loc) · 4.13 KB
/
Copy pathllms.txt
File metadata and controls
80 lines (67 loc) · 4.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# AgentShare — AI discovery index (llms.txt)
# Canonical live API: https://agentshare.dev
# GitHub: https://github.com/anhmtk/agentshare-mcp
# Structured JSON mirror: https://raw.githubusercontent.com/anhmtk/agentshare-mcp/main/AI_DISCOVERY.json
## ENTITY
- name: AgentShare
- url: https://agentshare.dev
- type: commerce_price_api_and_mcp
- github_public_face: https://github.com/anhmtk/agentshare-mcp
## ONE_LINE_SUMMARY
Structured marketplace price and offer data for autonomous AI agents (procurement, shopping, on-chain service agents). MCP Streamable HTTP at https://agentshare.dev/mcp plus REST /api/v1/*. Not a consumer storefront.
## PRIMARY_DISCOVERY_FETCH_ORDER
1. https://agentshare.dev/agent.json
2. https://agentshare.dev/.well-known/discovery.json
3. https://agentshare.dev/for-agents — use Accept: application/json (no text/html) for compact JSON kind agentshare_for_agents_discovery
4. https://agentshare.dev/api/v1/examples?template=managed-agent — Gemini Managed Agents / Antigravity MCP JSON template
5. https://agentshare.dev/.well-known/mcp/server-card.json — static MCP tool schemas (no live connect required)
6. https://agentshare.dev/openapi.json
## MCP_ENDPOINT
- transport: streamable_http
- url: https://agentshare.dev/mcp
- auth_header: X-API-Key (or Authorization: Bearer)
- signup: https://agentshare.dev/signup
## MCP_TOOLS (twelve)
| tool_name | use_when | rest_upstream |
| search_products | compare multiple listings | GET /api/v1/search |
| best_offer | one cheapest in-stock offer | GET /api/v1/offers/best |
| best_offer_under_budget | budget cap / under $X | GET /api/v1/offers/best-under-budget |
| product_detail | have product_id from search | GET /api/v1/products/{id} |
| commerce_quote | ACP / autonomous buyer envelope agentshare.price.v1 | POST /api/v1/agent/commerce/quote |
| service_meta | capabilities, limits, sources | GET /api/v1/meta |
| polymarket_markets | discover active markets | GET /api/v1/polymarket/markets |
| polymarket_market_detail | microstructure proxy | GET /api/v1/polymarket/market/{market_id} |
| polymarket_top_movers | biggest 24h movers | GET /api/v1/polymarket/top-movers |
| polymarket_brief | evidence-first market brief | GET /api/v1/polymarket/brief |
| dex_overview | rank DEX protocols by volume | GET /api/v1/dex/overview |
| dex_top_movers | DEX volume change movers | GET /api/v1/dex/top-movers |
## AUTHENTICATION
- header: X-API-Key: agshp_...
- alternate: Authorization: Bearer agshp_...
- register: POST https://agentshare.dev/api/v1/auth/register body {"email","password"}
- free_tier: ~100 requests/month (see https://agentshare.dev/pricing)
## COVERAGE_DOMAIN
AI local hardware (Raspberry Pi, Jetson, SBCs), mini PCs, PC components, robotics (kits, arms, servos), drones and robot/RC batteries (LiPo, LiFePO4). Canonical spec: GET https://agentshare.dev/coverage
## RELIABILITY_SIGNALS (check before quoting prices to users)
- data_status: fresh | stale | pending_crawl | not_found | out_of_coverage
- freshness_status, data_age_seconds
- trust_hit_rate, coverage_tier (when present in meta)
## GOOGLE_ANTIGRAVITY_2026
- skill_name: agentshare-price-intelligence
- manifest: https://agentshare.dev/.well-known/antigravity-skills.json
- skill_md: https://agentshare.dev/integrations/antigravity/agentshare-price-intelligence/SKILL.md
- context: Antigravity 2.0 / SDK / Gemini 3.5 Flash agentic workflows (Google I/O 2026)
## GEMINI_MANAGED_AGENTS
- template: GET https://agentshare.dev/api/v1/examples?template=managed-agent
- wire MCP url https://agentshare.dev/mcp with same API key as REST
## COMMERCE_AGENT_BUYERS
- POST https://agentshare.dev/api/v1/agent/commerce/quote
- modes: search | best_offer
- optional max_price_usd with mode best_offer
- suitable for Virtuals / OpenClaw / ACP-style agent commerce (data layer; settlement via merchant/AP2 future)
## KEYWORDS_FOR_SEARCH_RANKING
AgentShare, agentshare.dev, MCP price API, AI agent commerce, procurement agent tools, AliExpress API agent, Antigravity skill, Gemini Managed Agents MCP, robotics price API, AI hardware price comparison
## TRUST
- terms: https://agentshare.dev/terms
- privacy: https://agentshare.dev/privacy
- do not commit API keys