MCP Catalogs
Homeweb3-research-mcp screenshot

web3-research-mcp

by aaronjmars·153·Score 49

A local MCP server for comprehensive cryptocurrency research across multiple sources.

financeweb-scrapingai-llm
51
Forks
0
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Performing deep due diligence on cryptocurrency investments
you:Generating comprehensive research reports on tokens
you:Tracking market data and fundamentals for multiple cryptocurrencies
you:Does this require an API key?
you:Is the research truly local and private?

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 README
  • create-research-plan

    Creates a structured research plan for a token.

  • search

    Performs a web search and returns the results.

  • research-with-keywords

    Searches for a token with specific keywords and saves the results.

  • update-status

    Updates the status of a research section.

  • fetch-content

    Fetches content from a URL and saves it as a resource.

  • list-resources

    Lists all available resources that have been saved.

  • search-source

    Searches for information about a token from a specific source.

  • coingecko-data

    Fetches live market data from CoinGecko public API.

  • coingecko-search

    Searches CoinGecko's coin index for candidate matches.

  • defillama-data

    Fetches protocol data from DeFiLlama public API.

  • defillama-search

    Searches DeFiLlama's protocol index for candidate matches.

  • token-research

    Initiates comprehensive research on a cryptocurrency token.

Comparable tools

crypto-mcpdefillama-mcpcoin-gecko-mcp

Installation

Installation

Using Smithery

npx -y @smithery/cli install web3-research-mcp --client claude

Manual 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.