crypto-whitepapers-mcpServer

kukapay
GitHub
CryptoBlockchainKnowledge Base

Loading subscription status...

💡 Description

An MCP server serving as a structured knowledge base of crypto whitepapers for AI agents to access, analyze, and learn from.

📝 JSON Entries

{
  "mcpServers": [
    {
      "crypto-whitepapers": {
        "args": [
          "--directory",
          "/absolute/path/to/crypto-whitepapers-mcp",
          "run",
          "crypto-whitepapers-mcp"
        ],
        "command": "uv"
      }
    }
  ]
}

🛠️ Tools

list_available_projects()search_whitepaper(project_name: str)load_whitepaper(project_name: str, url: str)ask_whitepapers(query: str, project_name: str = None)analyze_tokenomics(project_name: str)

Features

  • Search Whitepapers
  • Load Whitepapers
  • Query Knowledge Base
  • List Projects
  • Claude Desktop Integration

💬 Example Queries

  • List all available projects.
  • Search for the Bitcoin whitepaper PDF.
  • Load the Bitcoin whitepaper from https://bitcoin.org/bitcoin.pdf.
  • Ask the knowledge base about blockchain technology in the Bitcoin whitepaper.