home / mcp / web3 research mcp server
Deep Research for crypto - free & fully local
Configuration
View docs{
"mcpServers": {
"aaronjmars-web3-research-mcp": {
"command": "npx",
"args": [
"-y",
"web3-research-mcp@latest"
]
}
}
}Web3 Research MCP is an MCP server that lets you run local, self-contained crypto research workflows. It coordinates multi-source lookups, structured reporting, and progress tracking for token research, all running in your environment to keep data private and under your control.
Install and run the MCP server locally, then connect to it from your MCP client. You will create a research plan for a token, run searches across multiple sources, save resources, update progress, and generate a final report that covers fundamentals, market data, and sentiment.
Prerequisites: Node.js v16 or higher must be installed on your system.
Install the MCP server client for your MCP client (Claude Desktop example shown). Run this command to install the Web3 Research MCP client for Claude Desktop via Smithery:
npx -y @smithery/cli install web3-research-mcp --client claudeConfigure Claude Desktop to load the MCP server by adding a server entry to your Claude Desktop config.
{
"mcpServers": {
"web3-research-mcp": {
"command": "npx",
"args": ["-y", "web3-research-mcp@latest"]
}
}
}Creates a structured research plan for a token using the token name and ticker.
Performs a web search and returns results across web sources.
Searches for a token with specific keywords and saves the results for reference.
Updates the status of a research section (planned, in_progress, completed).
Fetches content from a URL and saves it as a resource in your library.
Lists all saved resources that have been collected during research.
Searches for token information from a specific source (e.g., CoinGecko, DeFiLlama, News).