crypto-whitepapers-mcp
An MCP server serving as a structured knowledge base of crypto whitepapers.
Documentation
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
1. Clone the Repository:
git clone https://github.com/kukapay/crypto-whitepapers-mcp.git
cd crypto-whitepapers-mcp2. Install Dependencies with uv:
uv sync5. Integrate with Claude Desktop (Optional):
{
"mcpServers": {
"crypto-whitepapers": {
"command": "uv",
"args": [
"--directory",
"/absolute/path/to/crypto-whitepapers-mcp"
"run",
"crypto-whitepapers-mcp"
]
}
}
}Replace `/absolute/path/to/crypto-whitepapers-mcp` with the absolute path to the repository.
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.
- `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.
- `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.
- `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.
Prompts
- `analyze_tokenomics(project_name: str)`: Analyzes tokenomics (distribution, supply, incentives) in a project's whitepaper using the `ask_whitepapers` tool.
- Example: In Claude Desktop, run "Analyze the tokenomics of Ethereum."
Examples
1. List available projects:
List all available projects.2. Search for a whitepaper:
Search for the Bitcoin whitepaper PDF.3. Load a whitepaper:
Load the Bitcoin whitepaper from https://bitcoin.org/bitcoin.pdf.4. Query the knowledge base:
Ask the knowledge base about blockchain technology in the Bitcoin whitepaper.License
This project is licensed under the MIT License. See the LICENSE file for details.
Frequently asked questions
What is crypto-whitepapers-mcp?
crypto-whitepapers-mcp is An MCP server serving as a structured knowledge base of crypto whitepapers.
How do I install crypto-whitepapers-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is crypto-whitepapers-mcp open source?
Yes — it is hosted on GitHub at https://github.com/kukapay/crypto-whitepapers-mcp and has 5 stars.
Related MCP tools
Damn Vulnerable MCP Server Python-based implementation. Trusted by 1200+ developers. Trusted by 1200+ developers. Trusted by 1200+ developers.
A Model Context Protocol (MCP) server that enables secure interaction with MySQL databases Python-based implementation. Trusted by 900+ developers.
Query MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning...
Model Context Protocol with Neo4j Python-based implementation. Trusted by 700+ developers. Trusted by 700+ developers. Trusted by 700+ developers.
An MCP server that provides control over Android devices via adb Python-based implementation. Trusted by 500+ developers.
A Model Context Protocol (MCP) server for PostgreSQL databases with enhanced capabilities for AI agents. Python-based implementation.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP