A Model Context Protocol (MCP) server that connects to [Heurist Mesh](https://github.com/heurist-network/heurist-agent-framework/tree/main/mesh) APIs
Connect Heurist Mesh to Claude, Cursor or any other MCP client and it stops being a tab you switch to. A Model Context Protocol (MCP) server that connects to Heurist Mesh APIs - your gateway to Web3 intelligence. The heurist mesh mcp server is what makes that connection.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
token_search — Find tokens by address, symbol, name, or CoinGecko IDtoken_profile — Get comprehensive token profile with market data, socials, and top poolsget_trending_tokens — Aggregated trending tokens from multiple sourcesget_market_summary — AI-generated market summary across all trending sourcestwitter_search — Smart Twitter search for crypto topicsuser_timeline — Get recent tweets from a Twitter usertweet_detail — Get detailed info about a specific tweetexa_web_search — Web search with AI summarizationexa_scrape_url — Scrape and summarize webpage contentget_all_funding_rates — Get funding rates for all Binance perpetual contractsget_symbol_oi_and_funding — Get open interest and funding for a specific symbolfind_spot_futures_opportunities — Find arbitrage opportunities between spot and futuresBecause this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
Configuration is passed through the environment: HEURIST_API_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.
This sits in the search and retrieval group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Heurist Mesh's toolset — token_search, token_profile, get_trending_tokens and 11 more — is a fair guide to whether it matches your workflow. It is maintained by heurist-network; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Heurist Mesh's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| token_search | Find tokens by address, symbol, name, or CoinGecko ID |
| token_profile | Get comprehensive token profile with market data, socials, and top pools |
| get_trending_tokens | Aggregated trending tokens from multiple sources |
| get_market_summary | AI-generated market summary across all trending sources |
| twitter_search | Smart Twitter search for crypto topics |
| user_timeline | Get recent tweets from a Twitter user |
| tweet_detail | Get detailed info about a specific tweet |
| exa_web_search | Web search with AI summarization |
| exa_scrape_url | Scrape and summarize webpage content |
| get_all_funding_rates | Get funding rates for all Binance perpetual contracts |
| get_symbol_oi_and_funding | Get open interest and funding for a specific symbol |
| find_spot_futures_opportunities | Find arbitrage opportunities between spot and futures |
| search_projects | Search trending projects with fundamental analysis |
| fetch_wallet_tokens | Get EVM wallet token holdings |
| Variable | Description | Required |
|---|---|---|
| HEURIST_API_KEY | Credential the server authenticates with. | Yes |
The simplest web tool that matters — fetch any URL and get model-ready markdown back.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Put 6,000+ pre-built scrapers at your assistant's fingertips through one MCP endpoint.