An MCP server serving as a structured knowledge base of crypto whitepapers for AI agents to access, analyze, and learn from.
Project description
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:
{ "mcpServers": { "crypto-whitepapers": { "command": "uv", "args": [ "--directory", "/absolute/path/to/crypto-whitepapers-mcp" "run", "crypto-whitepapers-mcp" ] } } }
Replace/absolute/path/to/crypto-whitepapers-mcpwith 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_whitepaperstool.- 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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file crypto_whitepapers_mcp-0.1.0.tar.gz.
File metadata
- Download URL: crypto_whitepapers_mcp-0.1.0.tar.gz
- Upload date:
- Size: 77.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29d56c96098bd1f285eb722e9925f40b2420d0a2dab075c6aca96d9faa0bf942
|
|
| MD5 |
c2afaf0478aba1a166175ad1c496dbb8
|
|
| BLAKE2b-256 |
4f6b8c3efd184f1e40366307f6294d4379d9b06d73c28df34d6a78f2b8668715
|
File details
Details for the file crypto_whitepapers_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: crypto_whitepapers_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5bf99a653bfad7adab91f699b18484b9f2bee91a8f0c69a0c357fe1c5cbde8e1
|
|
| MD5 |
892030ffb08604f51accb21073325945
|
|
| BLAKE2b-256 |
676930d4d77191d55ebb7240afd3df92670b760cd82271fa1e774c0b959e1f56
|