Deep Research for crypto - free & fully local ๐ง - Comprehensive Research: Gather detailed information about any cryptocurrency token - Multi-Source Analysis: Research across multiple sources including CoinGecko, CoinMarketCap, DeFiLlama, and more - Structured Reporting: Generate detailed reports covering technical fundamentals, market data, social sentiment, and more - Resource Management: Automa
Add this skill
npx mdskills install aaronjmars/web3-research-mcpComprehensive crypto research MCP with multi-source analysis and structured reporting capabilities
1# Web3 Research MCP2[](https://smithery.ai/server/@aaronjmars/web3-research-mcp)34Deep Research for crypto - free & fully local ๐ง56<a href="https://glama.ai/mcp/servers/@aaronjmars/web3-research-mcp">7 <img width="380" height="200" src="https://glama.ai/mcp/servers/@aaronjmars/web3-research-mcp/badge" alt="Web3 Research MCP server" />8</a>910## ๐ Preview1112131415## ๐ง Features1617- **Comprehensive Research**: Gather detailed information about any cryptocurrency token18- **Multi-Source Analysis**: Research across multiple sources including CoinGecko, CoinMarketCap, DeFiLlama, and more19- **Structured Reporting**: Generate detailed reports covering technical fundamentals, market data, social sentiment, and more20- **Resource Management**: Automatically stores search results and content for reference21- **Status Tracking**: Track research progress through different stages and sections2223## ๐ Requirements2425- Node.js (v16 or higher)2627## ๐ง Installation & Setup2829### Installing via Smithery3031To install web3-research-mcp for Claude Desktop automatically via [Smithery](https://smithery.ai/server/web3-research-mcp):3233```bash34npx -y @smithery/cli install web3-research-mcp --client claude35```3637## ๐ Using with Claude Desktop3839Edit your Claude Desktop config file4041- Windows: %APPDATA%\Claude\claude_desktop_config.json42- macOS: ~/Library/Application Support/Claude/claude_desktop_config.json4344Add this to your Claude Desktop configuration file:4546```json47{48 "mcpServers": {49 "web3-research-mcp": {50 "command": "npx",51 "args": ["-y", "web3-research-mcp@latest"]52 }53 }54}55```5657Then restart Claude Desktop5859## ๐ Using with Cursor6061Go to: Settings -> Cursor Settings -> MCP -> Add new global MCP server62Paste this into your Cursor ~/.cursor/mcp.json file. See Cursor MCP docs for more info.6364```json65{66 "mcpServers": {67 "web3-research-mcp": {68 "command": "npx",69 "args": ["-y", "web3-research-mcp@latest"]70 }71 }72}73```7475Then restart Cursor7677## ๐ ๏ธ Tools7879### create-research-plan8081Creates a structured research plan for a token.8283Parameters:84- tokenName: Full name of the token85- tokenTicker: Ticker symbol of the token8687### search8889Performs a web search and returns the results.9091Parameters:92- query: Search query93- searchType: Type of search (web, news, images, videos)9495### research-with-keywords9697Searches for a token with specific keywords and saves the results.9899Parameters:100- tokenName: Name of the token101- tokenTicker: Ticker symbol102- keywords: Array of keywords to search for103104### update-status105106Updates the status of a research section.107108Parameters:109- section: Section name to update (e.g., 'projectInfo', 'technicalFundamentals')110- status: New status for the section (planned, in_progress, completed)111112### fetch-content113114Fetches content from a URL and saves it as a resource.115116Parameters:117- url: URL to fetch content from118- format: Output format (text, html, markdown, json)119120### list-resources121122Lists all available resources that have been saved.123124### search-source125126Searches for information about a token from a specific source.127128Parameters:129- tokenName: Name of the token130- tokenTicker: Ticker symbol131- source: Source to search (e.g., 'CoinGecko', 'DeFiLlama', 'News')132133## ๐ Prompts134135### token-research136137Initiates comprehensive research on a cryptocurrency token.138139Parameters:140- tokenName: Full name of the cryptocurrency token141- tokenTicker: Ticker symbol of the token (e.g., BTC, ETH)142143## ๐ง How It Works1441451. When research begins, a structured plan is created covering all aspects of the token1462. The server performs searches across multiple sources for information1473. Search results are stored as resources that can be referenced1484. The research progresses through different sections, with status tracking1495. A comprehensive report is generated covering all aspects of the token150151## โ ๏ธ Limitations152153- Some websites block web scraping, so direct content fetching may fail with 403 errors154- Relies on search results which may not always be comprehensive155- Rate limits may apply to search operations156157## ๐ License158159This project is licensed under the Apache License 2.0 - see the LICENSE file for details.160
Full transparency โ inspect the skill content before installing.