
web3-research-mcp
by aaronjmars·★ 153·Score 49
A local MCP server for comprehensive cryptocurrency research across multiple sources.
Overview
Web3 Research MCP provides a fully local cryptocurrency research tool that gathers information from multiple sources including CoinGecko, CoinMarketCap, and DeFiLlama. The server supports structured research with status tracking, resource management, and comprehensive reporting capabilities. It offers direct API access to avoid scraping limitations and includes tools for creating research plans, performing searches, fetching content, and updating research status.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this server when you need comprehensive cryptocurrency research capabilities without recurring API costs and want structured analysis of tokens and DeFi protocols.
When NOT to choose this
Avoid if you need real-time trading data or require API access to centralized exchanges, as this focuses on research rather than trading functionality.
Tools this server exposes
12 tools extracted from the READMEcreate-research-planCreates a structured research plan for a token.
searchPerforms a web search and returns the results.
research-with-keywordsSearches for a token with specific keywords and saves the results.
update-statusUpdates the status of a research section.
fetch-contentFetches content from a URL and saves it as a resource.
list-resourcesLists all available resources that have been saved.
search-sourceSearches for information about a token from a specific source.
coingecko-dataFetches live market data from CoinGecko public API.
coingecko-searchSearches CoinGecko's coin index for candidate matches.
defillama-dataFetches protocol data from DeFiLlama public API.
defillama-searchSearches DeFiLlama's protocol index for candidate matches.
token-researchInitiates comprehensive research on a cryptocurrency token.
Comparable tools
Installation
Installation
Using Smithery
npx -y @smithery/cli install web3-research-mcp --client claudeManual Installation
Add this to your Claude Desktop configuration file:
{
"mcpServers": {
"web3-research-mcp": {
"command": "npx",
"args": ["-y", "web3-research-mcp@latest"]
}
}
}Then restart Claude Desktop.
FAQ
- Does this require an API key?
- No API key is required as it uses free public tiers of CoinGecko and DeFiLlama APIs. However, you can optionally set COINGECKO_API_KEY for higher rate limits.
- Is the research truly local and private?
- Yes, all research is performed locally on your machine without sending data to external servers for processing.
Compare web3-research-mcp with
Last updated · Auto-generated from public README + GitHub signals.