Provides access to Bitcoin whitepaper content for querying, analysis, and tokenomics information
Uses DuckDuckGo to search for whitepaper PDFs for cryptocurrency projects
Offers analysis of Ethereum whitepaper content, including tokenomics information extraction
Crypto Whitepapers MCP Server
An MCP server serving as a structured knowledge base of crypto whitepapers for AI agents to access, analyze, and learn from.
Features
- Search Whitepapers: Use DuckDuckGo to find whitepaper PDFs for cryptocurrency projects.
- Load Whitepapers: Download and index whitepaper PDFs into the knowledge base.
- Query Knowledge Base: Query whitepaper content with optional project filtering.
- List Projects: View all projects available in the knowledge base.
- Claude Desktop Integration: Access tools and prompts via MCP in Claude Desktop.
Prerequisites
- Python 3.10+
- uv for dependency management and running
- Internet access.
- Claude Desktop for MCP integration (optional)
Setup
- Clone the Repository:
- Install Dependencies with uv:
- Integrate with Claude Desktop (Optional):
- Edit the Claude Desktop configuration file:
- MacOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%\Claude\claude_desktop_config.json
- MacOS:
- Add the following configuration:Replace
/absolute/path/to/crypto-whitepapers-mcp
with the absolute path to the repository. - Restart Claude Desktop and verify the server is loaded (look for the hammer icon in the input box).
- Edit the Claude Desktop configuration file:
Usage
Tools
The following tools are available via the MCP server:
list_available_projects()
: Lists all projects in the knowledge base (derived from PDF filenames).- Example:
list_available_projects()
- Returns: JSON list of project names.
- Example:
search_whitepaper(project_name: str)
: Searches for a project's whitepaper PDF using DuckDuckGo.- Example:
search_whitepaper("bitcoin")
- Returns: JSON list of up to 5 results with title, URL, and snippet.
- Example:
load_whitepaper(project_name: str, url: str)
: Downloads a whitepaper PDF from a URL and loads it into the knowledge base.- Example:
load_whitepaper("bitcoin", "https://bitcoin.org/bitcoin.pdf")
- Returns: Success or error message.
- Example:
ask_whitepapers(query: str, project_name: str = None)
: Searches the knowledge base for a query, optionally filtered by project.- Example:
ask_whitepapers("blockchain technology", "bitcoin")
- Returns: Up to 5 matching text snippets.
- Example:
Prompts
analyze_tokenomics(project_name: str)
: Analyzes tokenomics (distribution, supply, incentives) in a project's whitepaper using theask_whitepapers
tool.- Example: In Claude Desktop, run "Analyze the tokenomics of Ethereum."
Examples
- List available projects:
- Search for a whitepaper:
- Load a whitepaper:
- Query the knowledge base:
License
This project is licensed under the MIT License. See the LICENSE file for details.
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
An MCP server serving as a structured knowledge base of crypto whitepapers for AI agents to access, analyze, and learn from.
Related MCP Servers
- -securityFlicense-qualityAn MCP server that provides AI tools with access to Rust documentation from docs.rs, enabling search for crates, documentation, type information, feature flags, version information, and source code.Last updated -22TypeScript
- AsecurityAlicenseAqualityAn MCP server that helps AI assistants access text content from websites that implement bot detection, bridging the gap between what you can see in your browser and what the AI can access.Last updated -241PythonApache 2.0
Armor Crypto MCPofficial
AsecurityAlicenseAqualityAn MCP server providing unified access to blockchain operations, bridging, swapping, and crypto trading strategies for AI agents.Last updated -20177PythonGPL 3.0- -securityFlicense-qualityAn MCP server that crawls API documentation websites and exposes their content to AI models, enabling them to search, browse, and reference API specifications.Last updated -Python