Connections & Capabilities
Connects To
Capabilities
Quickstart
Install
npx -y @smithery/cli install web3-research-mcp --client claudeConfig
{
"mcpServers": {
"web3-research-mcp": {
"command": "npx",
"args": ["-y", "web3-research-mcp@latest"]
}
}
}Exposed MCP Tools (7)
create-research-planGenerates a structured research plan for a specified token.
Creates a plan, no external interaction.
searchPerforms a web search based on a query and returns the results.
Read-only operation, retrieves search results.
research-with-keywordsSearches for a token using specific keywords and saves the results.
Writes search results to local storage.
update-statusUpdates the status of a research section.
Modifies the status of research sections.
fetch-contentFetches content from a URL and saves it as a resource.
Downloads and stores content from the web.
list-resourcesLists all available resources that have been saved.
Read-only operation, lists stored resources.
search-sourceSearches for information about a token from a specific source.
Read-only operation, searches a specific source.
Safety Assessment
This MCP is relatively safe for research purposes, but users should be aware of the potential for biased information and the risks associated with automated web scraping. It's safe for gathering information, but risky if used to make financial decisions without human oversight.
- No direct access to blockchain for transactions.
- Limited write operations, primarily for storing research data.
- No external network access beyond initial data retrieval.
- Research data is stored locally, minimizing external data exposure.
- Potential for information overload and biased analysis based on search results.
- Relies on external APIs and web scraping, which can be unreliable or manipulated.
- Lack of input validation could lead to command injection vulnerabilities.
- Automated research could lead to unintended consequences if not carefully monitored.
