Two access modes sit on the same routes — an API key if you have one, or pay-per-request if you do not, which is what makes this usable by an agent nobody signed up for. Pricing on the DeFi brief is dynamic, so read the payment header for the live quote rather than assuming the base rate.
A hosted server for agent-paid API access. The commerce tools do multi-source price comparison and produce a buyer-ready quote; a secondary set covers DEX and Meteora pool data.
- search_products — price comparison across several sources
- best_offer and best_offer_under_budget — the cheapest in-stock offer, or the best one under a ceiling you set
- product_detail — the full record for something returned by a search
- commerce_quote — an agent-buyer listings envelope
- service_meta — the capabilities, limits and coverage of the service itself
- dex_overview and dex_top_movers — protocol rankings by 24h volume and the biggest one-day movers
- solana_dex_brief, meteora_brief and meteora_pool_detail — ecosystem brief, pool verdict with a risk score, and per-pool bin depth and current price
- Freshness and trust metadata on every response
The endpoint is https://agentshare.dev/mcp over Streamable HTTP. Gated routes take either an API key header or per-request settlement: with no key the call returns HTTP 402 with the price and receiving address, and you retry with a payment signature. Discovery is free.
Build from source — clone the repository and build it, then deploy it and point your client at the endpoint
