Skip to main content
Glama

crypto-whitepapers-mcp

load_whitepaper

Upload cryptocurrency whitepaper PDFs from a URL to the crypto-whitepapers-mcp server for AI agents to access and analyze. Requires project name and URL.

Instructions

Load a whitepaper PDF from a URL into the knowledge base.

Parameters: project_name (str): The name of the cryptocurrency project (e.g., 'bitcoin', 'ethereum'). url (str): The URL of the whitepaper PDF to download and load. Returns: str: A message indicating success or failure.

Input Schema

NameRequiredDescriptionDefault
project_nameYes
urlYes

Input Schema (JSON Schema)

{ "properties": { "project_name": { "title": "Project Name", "type": "string" }, "url": { "title": "Url", "type": "string" } }, "required": [ "project_name", "url" ], "title": "load_whitepaperArguments", "type": "object" }
Install Server

Other Tools from crypto-whitepapers-mcp

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/kukapay/crypto-whitepapers-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server