{"schema_version":"agentshare.mcp.tools.v1","count":11,"discovery_note":"Read-only tool catalog (no API key): GET /.well-known/mcp/server-card.json and GET /api/v1/mcp/tools. Live Streamable HTTP at /mcp requires X-API-Key (or Bearer) and keeps an SSE session — use the static catalog first (e.g. Gemini Side Panel, Smithery scans) before connecting.","streamable_http_url":"https://agentshare.dev/mcp","server_card_url":"https://agentshare.dev/.well-known/mcp/server-card.json","agent_json_url":"https://agentshare.dev/agent.json","tools":[{"name":"dex_overview","title":"DEX overview (24h volume)","description":"Rank DEX protocols by 24h volume or 1d change via DefiLlama (read-only macro scout).","mcp_tool":true,"input_schema":{"type":"object","properties":{"chain":{"type":"string","description":"Optional chain slug: ethereum, bsc, base, arbitrum, polygon, …","maxLength":40},"limit":{"type":"integer","description":"Max protocols (1–50).","minimum":1,"maximum":50,"default":20},"sort_by":{"type":"string","enum":["volume","change_1d"],"default":"volume","description":"Sort by 24h volume or absolute 1d volume change %."}}},"rest_equivalent":{"method":"GET","path":"/api/v1/dex/overview","url":"https://agentshare.dev/api/v1/dex/overview","requires_auth":false}},{"name":"dex_top_movers","title":"DEX top movers (24h volume change)","description":"Largest absolute 1d volume % change among liquid DEX protocols (DefiLlama).","mcp_tool":true,"input_schema":{"type":"object","properties":{"chain":{"type":"string","description":"Optional chain slug: ethereum, bsc, base, arbitrum, polygon, …","maxLength":40},"limit":{"type":"integer","description":"Max movers (1–50).","minimum":1,"maximum":50,"default":10},"min_volume_24h_usd":{"type":"number","minimum":0,"description":"Minimum 24h volume USD (default 100000)."}}},"rest_equivalent":{"method":"GET","path":"/api/v1/dex/top-movers","url":"https://agentshare.dev/api/v1/dex/top-movers","requires_auth":false}},{"name":"solana_dex_brief","title":"Solana DEX ecosystem brief","description":"Protocol-level Solana DEX intelligence (Raydium, Orca, Meteora, …): volume, 24h change, verdict/risk from DefiLlama aggregates.","mcp_tool":true,"input_schema":{"type":"object","properties":{"limit":{"type":"integer","description":"Max Solana DEX protocols to return (1–50).","minimum":1,"maximum":50,"default":15},"highlights_only":{"type":"boolean","description":"When true, only Raydium/Orca/Meteora-class venues.","default":false}}},"rest_equivalent":{"method":"GET","path":"/api/v1/agent/defi/solana/brief","url":"https://agentshare.dev/api/v1/agent/defi/solana/brief","requires_auth":false}},{"name":"meteora_brief","title":"Meteora DLMM pool brief","description":"Evidence-first Meteora DLMM pool brief: top pools by fee/TVL, volume, APR; Tier-A momentum_score, fee_velocity, bin_step_risk_tier; verdict SAFE/CAUTION/AVOID.","mcp_tool":true,"input_schema":{"type":"object","properties":{"kind":{"type":"string","enum":["top_pools","top_pools_safe","degen_pools"],"default":"top_pools"},"window":{"type":"string","description":"Metric window: 5m, 30m, 1h, 2h, 4h, 12h, 24h.","default":"24h"},"sort_by":{"type":"string","description":"Sort: fee_tvl_ratio | fee | volume | apr | tvl.","default":"fee_tvl_ratio"},"limit":{"type":"integer","minimum":1,"maximum":50,"default":10},"query":{"type":"string","maxLength":120,"description":"Optional token symbol/name/address filter."},"min_tvl":{"type":"number","minimum":0,"description":"Minimum pool TVL USD (defaults by kind: 1k / 10k / 0)."}}},"rest_equivalent":{"method":"POST","path":"/api/v1/agent/defi/meteora/brief","url":"https://agentshare.dev/api/v1/agent/defi/meteora/brief","requires_auth":true}},{"name":"meteora_pool_detail","title":"Meteora DLMM pool detail","description":"Single-pool depth: bin_step, current_price, bin_depth, liquidity_curve proxy, active_bin context; optional wallet_address for LP portfolio slice.","mcp_tool":true,"input_schema":{"type":"object","properties":{"pool_address":{"type":"string","description":"Base58 Meteora DLMM pool address.","minLength":32,"maxLength":64},"wallet_address":{"type":"string","description":"Optional wallet for LP portfolio / claims context.","minLength":32,"maxLength":64}},"required":["pool_address"]},"rest_equivalent":{"method":"POST","path":"/api/v1/agent/defi/meteora/pool-detail","url":"https://agentshare.dev/api/v1/agent/defi/meteora/pool-detail","requires_auth":true}},{"name":"search_products","title":"Search product listings","description":"Multi-listing search with prices, sources, and freshness metadata. Use to compare options.","mcp_tool":true,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Keywords: product name, model number, brand, or category.","minLength":1},"limit":{"type":"integer","description":"Maximum rows to return (1–50).","minimum":1,"maximum":50,"default":10}},"required":["query"]},"rest_equivalent":{"method":"GET","path":"/api/v1/search","url":"https://agentshare.dev/api/v1/search","requires_auth":true}},{"name":"best_offer","title":"Best single offer","description":"Single cheapest in-stock offer for a product intent — one clear recommendation.","mcp_tool":true,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"What to buy, e.g. product name + model or distinguishing keywords.","minLength":1}},"required":["query"]},"rest_equivalent":{"method":"GET","path":"/api/v1/offers/best","url":"https://agentshare.dev/api/v1/offers/best","requires_auth":true}},{"name":"best_offer_under_budget","title":"Best offer under budget","description":"Best deal within a max price (budget / “under $X”). Same unit as currency (USD or VND).","mcp_tool":true,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Product or deal to find within the budget.","minLength":1},"max_price":{"type":"number","description":"Strict upper bound on price (same unit as API currency: VND or USD).","exclusiveMinimum":0}},"required":["query","max_price"]},"rest_equivalent":{"method":"GET","path":"/api/v1/offers/best-under-budget","url":"https://agentshare.dev/api/v1/offers/best-under-budget","requires_auth":true}},{"name":"product_detail","title":"Product detail by ID","description":"Full product + per-source prices when you already have a product_id from search.","mcp_tool":true,"input_schema":{"type":"object","properties":{"product_id":{"type":"integer","description":"Product id from search results.","minimum":1},"currency":{"type":"string","enum":["VND","USD"],"default":"USD"},"include_analysis":{"type":"boolean","default":false}},"required":["product_id"]},"rest_equivalent":{"method":"GET","path":"/api/v1/products/{product_id}","url":"https://agentshare.dev/api/v1/products/{product_id}","requires_auth":true}},{"name":"commerce_quote","title":"Commerce quote (ACP)","description":"Stable agentshare.price.v1 envelope for autonomous buyers (search or best_offer mode).","mcp_tool":true,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Product search keywords.","minLength":1},"mode":{"type":"string","enum":["search","best_offer"],"default":"search"},"limit":{"type":"integer","minimum":1,"maximum":50,"default":5},"max_price_usd":{"type":"number","exclusiveMinimum":0,"description":"Budget ceiling when mode=best_offer."},"currency":{"type":"string","enum":["VND","USD"],"default":"USD"}},"required":["query"]},"rest_equivalent":{"method":"POST","path":"/api/v1/agent/commerce/quote","url":"https://agentshare.dev/api/v1/agent/commerce/quote","requires_auth":true}},{"name":"service_meta","title":"Service metadata","description":"Capabilities, rate limits, and integration hints (REST meta; MCP connect still needs your key).","mcp_tool":true,"input_schema":{"type":"object","properties":{},"additionalProperties":false},"rest_equivalent":{"method":"GET","path":"/api/v1/meta","url":"https://agentshare.dev/api/v1/meta","requires_auth":false}}]}