================== /// MCP /// /// WEB /// ================== [server:online] [protocol:ready]
web3-research-mcp
by aaronjmars
Deep Research for crypto - free & fully local
130
55
Open Source01
create-research-plan
Creates a structured research plan for a cryptocurrency token
02
search
Performs a web search and returns the results
03
research-with-keywords
Searches for a token with specific keywords and saves the results
04
update-status
Updates the status of a research section
05
fetch-content
Fetches content from a URL and saves it as a resource
06
list-resources
Lists all available resources that have been saved
07
search-source
Searches for information about a token from a specific source
08
token-research
Initiates comprehensive research on a cryptocurrency token
Installation
1. Clone the repo
git clone https://github.com/aaronjmars/web3-research-mcp.git
cd web3-research-mcp
2. Install dependencies (uses pnpm/yarn/npm ‑ choose one)
# with npm
npm install
3. Build the TypeScript source
npm run build # runs tsc, output in /dist
4. Configure environment
• Copy .env.example → .env
• Set WEB3_PROVIDER_URL=<your-rpc-url>
• (optional) set MCP_API_KEY or other secrets referenced in README
5. Start the MCP server
npm start # production build from /dist
# or for dev hot-reload
npm run dev # nodemon / ts-node
6. Verify
GET http://localhost:3000/health -> 200 OK
Documentation
License: Apache License 2.0
Updated 7/30/2025