anhmtk/agentshare-mcp

🛒 E-Commerce
0 Views
0 Installs

📇 ☁️ - Solana DeFi intelligence MCP (Meteora DLMM meteorabrief + meteorapooldetail, Solana DEX + DefiLlama scout). Commerce tools are secondary. Hosted at https://agentshare.dev/mcp

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "anhmtk-agentshare-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "anhmtk-agentshare-mcp"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

AgentShare — Price API + MCP for AI agents

AgentShare MCP — public reference

For AI agents: agent.json · AI_DISCOVERY.json · llms.txt · AGENTS.md

DeFi-first intelligence for autonomous Solana agents (Meteora DLMM) — plus a secondary commerce procurement module.

Website · For Agents · Docs · API key · Chrome extension

agentshare-mcp MCP server

Glama score


AI agents — start here

ResourceURL
Authoritative contracthttps://agentshare.dev/agent.json
Structured GitHub indexAI_DISCOVERY.json
LLM summaryllms.txt
Agent briefingAGENTS.md
For-agents (JSON)GET https://agentshare.dev/for-agents + Accept: application/json
Managed Agents templatehttps://agentshare.dev/api/v1/examples?template=managed-agent
MCP endpointhttps://agentshare.dev/mcp
MCP server card (11 tools)https://agentshare.dev/.well-known/mcp/server-card.json
Antigravity skill manifesthttps://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 (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.

ToolPurpose
search_productsMulti-source price comparison
best_offerSingle cheapest in-stock offer
best_offer_under_budgetBest offer under max price
product_detailFull product by id from search
commerce_quoteACP / agent-buyer listings envelope
service_metaCapabilities, limits, coverage
dex_overviewDEX protocol rankings by 24h volume (DefiLlama)
dex_top_moversDEX protocols with largest 1d volume-change % (DefiLlama)
solana_dex_briefSolana DEX ecosystem brief (Raydium, Orca, Meteora, …)
meteora_briefMeteora DLMM pool brief (verdict, risk_score, top pools)
meteora_pool_detailMeteora 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: Bearer
  • x402 mode: no key → HTTP 402 + PAYMENT-REQUIRED, then retry with PAYMENT-SIGNATURE

Discovery: https://agentshare.dev/.well-known/x402 · live instructions field: https://agentshare.dev/agent.jsonx402_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-REQUIRED for the exact real-time quote (also in meta.billing.price_usd_live)
  • Commerce pilot paths: search/offers/best around $0.001, commerce_quote around $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 /pricing

MCP registry for builders and autonomous agents

AgentShare also runs a curated MCP Registry at https://agentshare.dev/registry

  • Browse verified listings: 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/submit
  • Agent key mint (tiny x402 or full API key): POST https://agentshare.dev/api/v1/registry/agent-key

Agent submit flow

  1. Call POST https://agentshare.dev/api/v1/registry/agent-key
  2. Authenticate either with:
    • a normal X-API-Key, or
    • x402: no key → receive HTTP 402 → pay tiny USDC amount → retry with PAYMENT-SIGNATURE
  3. Receive a short-lived scoped key with scope registry:submit
  4. Use that key on POST /api/v1/registry/submit
  5. Listing stays pending_review until 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).

ResourceURL
Chrome Web Storehttps://chromewebstore.google.com/detail/agentshare-agent-readiness/nimndnhajfkicbnipbfdkmgencjejjed
Docsdocs/CHROME_EXTENSION.md
ARS spechttps://agentshare.dev/docs#agent-readiness-score
Prompt Injection Fix Guidehttps://agentshare.dev/docs#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/

PathPurpose
agentshare-commerce-mcp/.cursor-plugin/plugin.jsonCursor plugin manifest
agentshare-commerce-mcp/mcp.jsonMCP server wiring (Node bridge + AGENTSHARE_API_KEY)
agentshare-commerce-mcp/.mcp.jsonOpen Plugins / cursor.directory auto-detect (Streamable HTTP URL)
.mcp.jsonSame at repo root for directory scanners
agentshare-commerce-mcp/server/bridge.mjsStdio ↔ Streamable HTTP bridge
.cursor-plugin/marketplace.jsonMulti-plugin index (repo root)

Discovery & listing (do these while Marketplace is closed):

GuideAction
docs/CURSOR_DIRECTORY.mdSubmit cursor.directory/mcp/new + plugins/new
docs/AWESOME_MCP_PR.mdPR line for awesome-mcp-servers (prefer DeFi/Finance section if available; otherwise DeFi-first description)
docs/DISCORD_SHOWCASE.mdCopy-paste MCP Discord showcase post

Generate Cursor one-click install link:

node scripts/cursor-deeplink.mjs

Local verify:

cd agentshare-commerce-mcp
npm install --omit=dev
npm run verify
# optional live probe:
# set AGENTSHARE_API_KEY=agshp_...   (Windows)
npm run verify

Cursor 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)

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

Related MCP Servers

agentcentral-to/agent-central-mcp

📇 ☁️ - Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, and other AI clients, exposing inventory, orders, catalog, finance, fulfillment, and advertising data through a remote MCP endpoint.

🛒 E-Commerce0 views
agentlux/agentlux-mcp

📇 ☁️ 🍎 🪟 🐧 - Agent marketplace and services MCP server for AgentLux. Browse marketplace items, manage agent identity, creator workflows, service hires, social flows, and Base/x402 commerce through 33 tools. Install via npx -y @agentlux/mcp-server.

🛒 E-Commerce0 views
BuyWhere/buywhere-mcp

📇 ☁️ 🍎 🪟 🐧 - Cross-border e-commerce product catalog for AI agents. Search 3M+ products across Singapore, SEA, and US markets with price comparison and deal discovery. Install via npx @buywhere/mcp-server.

🛒 E-Commerce0 views
cmcgrabby-hue/syndicate-links

📇 🏠 🍎 🪟 🐧 - Affiliate commission infrastructure for AI agents. 7 tools for program discovery, attribution tracking, commission status, and payouts. Search programs, get details, track conversions with signed attribution tokens, and trigger settlement cycles. Install via npx syndicate-links-mcp.

🛒 E-Commerce0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

Last checked: 7/28/2026, 12:26:55 PM

Unclaimed listing (imported or pending owner verification). Claim it →
★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.