Loading...
{
"mcpServers": {
"heurist-mesh-agent": {
"command": "uv",
"args": [
"--directory",
"/path/to/heurist-mesh-mcp-server/mesh_mcp_server", // Update this path
"run",
"mesh-tool-server"
],
"env": {
"HEURIST_API_KEY": "your-api-key-here" // Update this key
}
}
}
}token_searchFinds tokens by address, symbol, name, or CoinGecko ID.
Read-only operation, no side effects.
token_profileGets a comprehensive token profile with market data, socials, and top pools.
Read-only operation, no side effects.
get_trending_tokensAggregates trending tokens from multiple sources.
Read-only operation, no side effects.
get_market_summaryProvides an AI-generated market summary across all trending sources.
Read-only operation, no side effects.
twitter_searchPerforms a smart Twitter search for crypto topics.
Read-only operation, no side effects.
user_timelineGets recent tweets from a Twitter user.
Read-only operation, no side effects.
tweet_detailGets detailed info about a specific tweet.
Read-only operation, no side effects.
exa_web_searchPerforms a web search with AI summarization.
Read-only operation, no side effects.
exa_scrape_urlScrapes and summarizes webpage content.
Read-only operation, no side effects.
get_all_funding_ratesGets funding rates for all Binance perpetual contracts.
Read-only operation, no side effects.
get_symbol_oi_and_fundingGets open interest and funding for a specific symbol.
Read-only operation, no side effects.
find_spot_futures_opportunitiesFinds arbitrage opportunities between spot and futures.
Read-only operation, no side effects.
search_projectsSearches trending projects with fundamental analysis.
Read-only operation, no side effects.
fetch_wallet_tokensGets EVM wallet token holdings.
Read-only operation, no side effects.
fetch_wallet_nftsGets EVM wallet NFT holdings.
Read-only operation, no side effects.
This server is relatively safe for read-only operations, providing access to Web3 data through specialized agents. However, the reliance on external APIs and the potential for AI-generated inaccuracies introduce moderate risks. It is crucial to protect the API key and carefully evaluate the information provided by the agents.