MCP bundle wrapper for AgentShare Streamable HTTP (do not publish to npm)
Most developer tooling work still happens through a UI a human drives. Agentshare MCP MCP server moves it into the conversation instead. MCP bundle wrapper for AgentShare Streamable HTTP (do not publish to npm).
DeFi-first intelligence for autonomous Solana agents (Meteora DLMM) — plus a secondary commerce procurement module.
The server publishes 11 tools. What each one is for:
search_products — Multi-source price comparisonbest_offer — Single cheapest in-stock offerbest_offer_under_budget — Best offer under max priceproduct_detail — Full product by id from searchcommerce_quote — ACP / agent-buyer listings envelopeservice_meta — Capabilities, limits, coveragedex_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)Configuration is passed through the environment: AGENTSHARE_API_KEY, YOUR_AGENTSHARE_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Agentshare MCP's toolset — search_products, best_offer, best_offer_under_budget and 8 more — is a fair guide to whether it matches your workflow. It is maintained by anhmtk; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| 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 |
| service_meta | Capabilities, limits, coverage |
| 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) |
{
"mcpServers": {
"agentshare": {
"url": "https://agentshare.dev/mcp",
"headers": { "X-API-Key": "YOUR_AGENTSHARE_KEY" }
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| AGENTSHARE_API_KEY | Credential the server authenticates with. | Yes |
| YOUR_AGENTSHARE_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.