AgentShare — Solana DeFi Intelligence MCP
The AgentShare Price API lets AI agents search and compare structured marketplace prices and offers via MCP (stdio or Streamable HTTP) or direct REST calls.
price_search: Search across connected marketplaces using free-text queries (product name, model, brand, or category) to get multiple structured offers with prices, sources, and freshness metadata. Supports optional result limits (1–50).best_offer: Get the single cheapest in-stock offer for a product query.best_offer_under_budget: Find the best offer constrained by a specified maximum price (e.g. "under $X").service_meta: Retrieve API capabilities, rate limits, and integration hints. Safe to call without an API key — useful for onboarding or pre-flight checks.
Additional details:
Results include freshness metadata (
crawled_at,data_age_seconds,freshness_status) for reliability assessment.Current marketplace coverage available via
GET /coverage.Requires an API key (free tier: 100 requests/month).
Provides access to structured marketplace prices and offers from AliExpress, enabling AI agents to retrieve product data, pricing information, and availability with freshness metadata for reliability assessment.
Provides access to structured marketplace prices and offers from Amazon, enabling AI agents to retrieve product data, pricing information, and availability with freshness metadata for reliability assessment.
Provides access to structured marketplace prices and offers from eBay, enabling AI agents to retrieve product data, pricing information, and availability with freshness metadata for reliability assessment.
AI agents — start here
Resource | URL |
Authoritative contract | |
Structured GitHub index | |
LLM summary | |
Agent briefing | |
For-agents (JSON) |
|
Managed Agents template | https://agentshare.dev/api/v1/examples?template=managed-agent |
MCP endpoint | |
MCP Registry (curated) | |
MCP Registry trends (JSON) | |
MCP Registry summary (JSON) | |
MCP server card (11 tools) | |
Antigravity skill manifest |
This repository is the public, lightweight face on GitHub. Production API implementation is private; behavior is defined by the live URLs above.
Related MCP server: Sylex Search
MCP tools (11) — catalog v1.0.9
Polymarket prediction-market tools are not on the public MCP catalog (legal review for Vietnam). Live production exposes the tools below.
Tool | Purpose |
| Multi-source price comparison |
| Single cheapest in-stock offer |
| Best offer under max price |
| Full product by id from search |
| ACP / agent-buyer listings envelope |
| Capabilities, limits, coverage |
| DEX protocol rankings by 24h volume (DefiLlama) |
| DEX protocols with largest 1d volume-change % (DefiLlama) |
| Solana DEX ecosystem brief (Raydium, Orca, Meteora, …) |
| Meteora DLMM pool brief (verdict, risk_score, top pools) |
| Meteora DLMM pool detail (bin depth, liquidity curve proxy, current price) |
Responses include data_status, freshness, and trust metadata — see https://agentshare.dev/docs
Auth & x402 (live)
AgentShare runs dual-auth on gated routes:
API key mode:
X-API-Key/Authorization: Bearerx402 mode: no key → HTTP 402 +
PAYMENT-REQUIRED, then retry withPAYMENT-SIGNATURE
Discovery: https://agentshare.dev/.well-known/x402 · live instructions field: https://agentshare.dev/agent.json → x402_agent_instructions
Notable pricing:
POST /api/v1/agent/defi/meteora/brief(hot path): dynamic$0.01–$0.30(base$0.03)Dynamic pricing applies based on market volatility and resource velocity — always check
PAYMENT-REQUIREDfor the exact real-time quote (also inmeta.billing.price_usd_live)Commerce pilot paths:
search/offers/bestaround$0.001,commerce_quotearound$0.002
Pricing page is now agent-first (x402 pay-per-request primary): https://agentshare.dev/pricing
If you receive HTTP 402 (agents — follow exactly)
This platform is agent-first and monetized with HTTP 402 (x402).
If you receive HTTP 402 with a PAYMENT-REQUIRED header:
1) Base64-decode PAYMENT-REQUIRED (JSON: x402Version, resource, accepts[]).
2) Pay the listed USDC amount via Circle Gateway on the stated network
(pilot: Base Sepolia eip155:84532), then retry with header PAYMENT-SIGNATURE.
3) Or skip payment by sending X-API-Key / Authorization: Bearer (agshp_…).
Dynamic pricing (meteora_brief): $0.01–$0.30 USDC from market volatility + fee/demand velocity.
PAYMENT-REQUIRED is the live quote — never hard-code a fixed price.
Discovery: GET /.well-known/x402 · Pricing: GET /pricingMCP registry for builders and autonomous agents
AgentShare also runs a curated MCP Registry at https://agentshare.dev/registry
Agents discovering other MCPs — fetch order:
Hot list:
GET https://agentshare.dev/api/v1/public/mcp-registry/trendsCompact verified list:
GET https://agentshare.dev/api/v1/public/mcp-registry/summaryFull entries:
GET https://agentshare.dev/api/v1/registry/entries
Human submit page: https://agentshare.dev/registry#submit
Agent/self-serve submit API:
POST https://agentshare.dev/api/v1/registry/submitAgent key mint (tiny x402 or full API key):
POST https://agentshare.dev/api/v1/registry/agent-keyPlatform pin: AgentShare — Solana DeFi Intelligence is always list/rank position #1
Agent submit flow
Call
POST https://agentshare.dev/api/v1/registry/agent-keyAuthenticate either with:
a normal
X-API-Key, orx402: no key → receive HTTP 402 → pay tiny USDC amount → retry with
PAYMENT-SIGNATURE
Receive a short-lived scoped key with scope
registry:submitUse that key on
POST /api/v1/registry/submitListing stays
pending_reviewuntil AgentShare approves it
Approved listings get:
a public detail page (
/registry/{id})owner analytics (opens, referrers, countries, client types)
quick-share actions for X, LinkedIn, Facebook, GitHub README snippets, and copy-link
Chrome extension (Agent Readiness + Prompt Injection Scan + MCP Connect)
Free browser extension — ARS site scan + Prompt Injection Scan (client-side DOM) + MCP Connect (copy Cursor/Claude/VS Code config for agentshare.dev/mcp).
Resource | URL |
Chrome Web Store | https://chromewebstore.google.com/detail/agentshare-agent-readiness/nimndnhajfkicbnipbfdkmgencjejjed |
Docs | |
ARS spec | |
Prompt Injection Fix Guide |
Extension source is proprietary (private backend repo); this public repo documents the product for discovery.
Cursor Marketplace plugin
Official Cursor plugin scaffold: agentshare-commerce-mcp/
Path | Purpose |
| Cursor plugin manifest |
| MCP server wiring (Node bridge + |
| Open Plugins / cursor.directory auto-detect (Streamable HTTP URL) |
| Same at repo root for directory scanners |
| Stdio ↔ Streamable HTTP bridge |
| Multi-plugin index (repo root) |
Discovery & listing (do these while Marketplace is closed):
Guide | Action |
Submit cursor.directory/mcp/new + plugins/new | |
PR line for awesome-mcp-servers (prefer DeFi/Finance section if available; otherwise DeFi-first description) | |
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" }
}
}
}Get API key (secondary human plan): https://agentshare.dev/signup
Prefer autonomous-agent payment via x402: https://agentshare.dev/.well-known/x402
See mcp-config.json and server/bridge.mjs for Node bridge.
Disclaimers (important)
Informational only. AgentShare provides data analytics and DeFi intelligence for informational purposes only. Content generated by our API/MCP tools does not constitute financial, investment, or trading advice. Users and autonomous agents are solely responsible for their own decisions and on-chain actions.
Miễn trừ trách nhiệm (VN): Sản phẩm chỉ cung cấp dữ liệu/phân tích tham khảo, không phải lời khuyên đầu tư/giao dịch. Người dùng/agent tự chịu trách nhiệm cho mọi quyết định và hành động on-chain.
Vietnam notice: This service is not intended for users located in Vietnam. Nếu truy cập từ Việt Nam (kể cả qua VPN), người dùng tự chịu hoàn toàn trách nhiệm pháp lý theo quy định địa phương.
Antigravity & Gemini (2026)
Antigravity skill:
agentshare-price-intelligence— https://agentshare.dev/.well-known/antigravity-skills.jsonGemini 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
License
MIT — LICENSE
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
Alicense-qualityBmaintenanceAgentic commerce infrastructure for AI agents. MCP-native product discovery, contextual ad matching, and purchase facilitation with European privacy compliance (nDSG/GDPR).Last updatedMIT- AlicenseAqualityFmaintenanceUniversal search engine for AI agents. Discover products, services, and businesses across every category. 10 MCP tools, zero LLM calls, millisecond responses.Last updated114AGPL 3.0
- Alicense-qualityCmaintenanceAffiliate product search for AI agents. Indexes structured merchant feeds — real prices, live stock, affiliate links built in. Works with any MCP client.Last updatedMIT
- AlicenseAqualityDmaintenanceKlarna-style product discovery for AI shopping agents. Makes product catalogs machine-readable so AI agents can search, compare, and purchase products programmatically.Last updated6MIT
Related MCP Connectors
Agent-native product catalog for AI shopping agents. 296M+ products, 28 countries.
Agent Commerce MCP — agent-native A2A storefront. Discovery, Stripe checkout, affiliate program.
Search and discover advertiser products through an open marketplace for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/anhmtk/agentshare-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server