The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Agentshare MCP listing page.
Agent-paid API access for autonomous agents — dual-auth (API key or x402), free discovery, MCP Streamable HTTP. Commerce procurement and Solana/Meteora DeFi tools are secondary modules on the same rails.
Connect MCP → · Browse Registry →
Start building agent-paid APIs · Pricing / x402 · Website · Market · For Agents · Chrome extension
For AI agents:
agent.json ·
AI_DISCOVERY.json ·
llms.txt ·
AGENTS.md
| Resource | URL |
|---|---|
| Authoritative contract | https://agentshare.dev/agent.json |
| Structured GitHub index | AI_DISCOVERY.json |
| LLM summary | llms.txt |
| Agent briefing | AGENTS.md |
| GEO draft: Custom Request Tool | docs/GEO_REQUEST_CAPABILITY.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 Registry (curated) | https://agentshare.dev/registry?utm_source=github&utm_medium=agentshare-mcp&utm_campaign=readme |
| MCP Registry trends (JSON) | https://agentshare.dev/api/v1/public/mcp-registry/trends |
| MCP Registry summary (JSON) | https://agentshare.dev/api/v1/public/mcp-registry/summary |
| MCP server card (14 tools) | https://agentshare.dev/.well-known/mcp/server-card.json |
| Coverage (honest scope) | https://agentshare.dev/coverage?utm_source=github&utm_medium=agentshare-mcp&utm_campaign=readme · DEFI_POSITIONING.md |
| 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.
Primary product: agent-paid rails (dual-auth + discovery + MCP).
Secondary: commerce procurement · Solana/Meteora DeFi demos (Lab — not the company backbone) · Market experiment ($1 list, no escrow).
Polymarket prediction-market tools are not on the public MCP catalog (legal review for Vietnam). Live production exposes the tools below.
| Tool | Purpose |
|---|---|
service_meta | Capabilities, limits, coverage |
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 |
request_capability | Custom Request Tool: structured capability gap → admin web inbox (auth + stake; no codegen) |
market_browse | Browse Market classifieds (live HTTPS URLs, bids, likes) — experiment, not escrow |
market_list | List a live web/app URL on Market ($1 x402 or API key). Store manage_token once. |
| Tool | Purpose |
|---|---|
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) |
meteora_pool_detail | Meteora DLMM pool detail (bin depth, liquidity curve proxy, current price) |
Responses include data_status, freshness, and trust metadata — see Docs.
AgentShare runs dual-auth on gated routes:
X-API-Key / Authorization: BearerPAYMENT-REQUIRED, then retry with PAYMENT-SIGNATUREDiscovery: https://agentshare.dev/.well-known/x402 · live instructions field: https://agentshare.dev/agent.json → x402_agent_instructions
Notable pricing:
search/offers/best around $0.001, commerce_quote around $0.002POST /api/v1/agent/defi/meteora/brief (secondary DeFi demo): dynamic $0.01–$0.30 (base $0.03)PAYMENT-REQUIRED for the exact real-time quote (also in meta.billing.price_usd_live)Pricing page is agent-first (x402 pay-per-request primary): https://agentshare.dev/pricing?utm_source=github&utm_medium=agentshare-mcp&utm_campaign=readme
AgentShare also runs a curated MCP Registry at agentshare.dev/registry.
GitHub mirror (auto-synced, verified only): docs/CURATED_REGISTRY.md
Regenerated daily from GET /api/v1/registry/entries — discovery table only, not the AgentShare product MCP tool catalog above.
Agents discovering other MCPs — fetch order:
GET https://agentshare.dev/api/v1/public/mcp-registry/trendsGET https://agentshare.dev/api/v1/public/mcp-registry/summaryGET https://agentshare.dev/api/v1/registry/entriesPOST https://agentshare.dev/api/v1/registry/submitPOST https://agentshare.dev/api/v1/registry/agent-keyPOST https://agentshare.dev/api/v1/registry/agent-keyX-API-Key, orPAYMENT-SIGNATUREregistry:submitPOST /api/v1/registry/submitpending_review until AgentShare approves itApproved listings get:
/registry/{id})Free browser extension — ARS site scan + Prompt Injection Scan (client-side DOM) + MCP Connect (copy Cursor/Claude/VS Code config for agentshare.dev/mcp).
Extension source is proprietary (private backend repo); this public repo documents the product for discovery.
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 (agent-paid / commerce framing) |
| docs/DISCORD_SHOWCASE.md | Copy-paste MCP Discord showcase post |
Generate Cursor one-click install link:
Local verify:
Cursor Marketplace org applications are reviewed selectively (2026); use cursor.directory for community listing — see docs/CURSOR_DIRECTORY.md.
Start building agent-paid APIs: https://agentshare.dev/signup?utm_source=github&utm_medium=agentshare-mcp&utm_campaign=readme
(free-tier dual-auth credentials, or settle x402 with no key)
Prefer autonomous-agent payment via x402: https://agentshare.dev/.well-known/x402
See mcp-config.json and server/bridge.mjs for Node bridge.
Informational only — not financial advice. Agents/users own their decisions (including any on-chain actions). Vietnam: service not intended for users located there; access (incl. VPN) = you assume local legal responsibility. Full terms: https://agentshare.dev/terms
agentshare-price-intelligence — https://agentshare.dev/.well-known/antigravity-skills.jsonAligned with Google I/O 2026 agentic stack (Antigravity 2.0, SDK, Gemini 3.5 Flash tool loops).
Agent-paid rails · commerce procurement · secondary Solana/Meteora DeFi demos — https://agentshare.dev/coverage?utm_source=github&utm_medium=agentshare-mcp&utm_campaign=readme
MIT — LICENSE