
crypto-whitepapers-mcp
An MCP server serving as a structured knowledge base of crypto whitepapers for AI agents to access, analyze, and learn from.
README
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:
git clone https://github.com/kukapay/crypto-whitepapers-mcp.git cd crypto-whitepapers-mcp
-
Install Dependencies with uv:
uv sync
-
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{ "mcpServers": { "crypto-whitepapers": { "command": "uv", "args": [ "--directory", "/absolute/path/to/crypto-whitepapers-mcp" "run", "crypto-whitepapers-mcp" ] } } }
/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:
List all available projects.
- Search for a whitepaper:
Search for the Bitcoin whitepaper PDF.
- Load a whitepaper:
Load the Bitcoin whitepaper from https://bitcoin.org/bitcoin.pdf.
- 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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.