{"format":"xpay-agent-txt","format_version":"1.0","_comment":"Machine-readable service descriptor for AI agents","provider":{"name":"Paper Search","description":"Search academic papers across arXiv, Semantic Scholar, and OpenAlex.","portal":"https://paper-search.on.xpay.sh","website":"https://github.com/adamamer20/paper-search-mcp-openai"},"mcp_servers":[{"name":"Paper Search","slug":"paper-search","description":"Search academic papers across arXiv, Semantic Scholar, and OpenAlex","url":"https://paper-search.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY","tool_count":25,"tools":[{"name":"search","description":"Deep Research compatible search tool aggregating across sources.","price":0.01,"pricing_model":"flat","currency":"USDC"},{"name":"fetch","description":"Fetch full document content for a search result.","price":0.01,"pricing_model":"flat","currency":"USDC"},{"name":"search_arxiv","description":"Search academic papers from arXiv.\n\n    Args:\n        query: Search query string (e.g., 'machine learning').\n        max_results: Maximum number of papers to return (default: 10).\n    Returns:\n        List of paper metadata in dictionary format.\n    ","price":0.01,"pricing_model":"flat","currency":"USDC"},{"name":"search_pubmed","description":"Search academic papers from PubMed.\n\n    Args:\n        query: Search query string (e.g., 'machine learning').\n        max_results: Maximum number of papers to return (default: 10).\n    Returns:\n        List of paper metadata in dictionary format.\n    ","price":0.01,"pricing_model":"flat","currency":"USDC"},{"name":"search_biorxiv","description":"Search academic papers from bioRxiv.\n\n    Args:\n        query: Search query string (e.g., 'machine learning').\n        max_results: Maximum number of papers to return (default: 10).\n    Returns:\n        List of paper metadata in dictionary format.\n    ","price":0.01,"pricing_model":"flat","currency":"USDC"},{"name":"search_medrxiv","description":"Search academic papers from medRxiv.\n\n    Args:\n        query: Search query string (e.g., 'machine learning').\n        max_results: Maximum number of papers to return (default: 10).\n    Returns:\n        List of paper metadata in dictionary format.\n    ","price":0.01,"pricing_model":"flat","currency":"USDC"},{"name":"search_google_scholar","description":"Search academic papers from Google Scholar.\n\n    Args:\n        query: Search query string (e.g., 'machine learning').\n        max_results: Maximum number of papers to return (default: 10).\n    Returns:\n        List of paper metadata in dictionary format.\n    ","price":0.01,"pricing_model":"flat","currency":"USDC"},{"name":"search_iacr","description":"Search academic papers from IACR ePrint Archive.\n\n    Args:\n        query: Search query string (e.g., 'cryptography', 'secret sharing').\n        max_results: Maximum number of papers to return (default: 10).\n        fetch_details: Whether to fetch detailed information for each paper (default: True).\n    Returns:\n        List of paper metadata in dictionary format.\n    ","price":0.01,"pricing_model":"flat","currency":"USDC"},{"name":"download_arxiv","description":"Download PDF of an arXiv paper.\n\n    Args:\n        paper_id: arXiv paper ID (e.g., '2106.12345').\n        save_path: Directory to save the PDF (default: './downloads').\n    Returns:\n        Path to the downloaded PDF file.\n    ","price":0.01,"pricing_model":"flat","currency":"USDC"},{"name":"download_pubmed","description":"Attempt to download PDF of a PubMed paper.\n\n    Args:\n        paper_id: PubMed ID (PMID).\n        save_path: Directory to save the PDF (default: './downloads').\n    Returns:\n        str: Message indicating that direct PDF download is not supported.\n    ","price":0.01,"pricing_model":"flat","currency":"USDC"},{"name":"download_biorxiv","description":"Download PDF of a bioRxiv paper.\n\n    Args:\n        paper_id: bioRxiv DOI.\n        save_path: Directory to save the PDF (default: './downloads').\n    Returns:\n        Path to the downloaded PDF file.\n    ","price":0.01,"pricing_model":"flat","currency":"USDC"},{"name":"download_medrxiv","description":"Download PDF of a medRxiv paper.\n\n    Args:\n        paper_id: medRxiv DOI.\n        save_path: Directory to save the PDF (default: './downloads').\n    Returns:\n        Path to the downloaded PDF file.\n    ","price":0.01,"pricing_model":"flat","currency":"USDC"},{"name":"download_iacr","description":"Download PDF of an IACR ePrint paper.\n\n    Args:\n        paper_id: IACR paper ID (e.g., '2009/101').\n        save_path: Directory to save the PDF (default: './downloads').\n    Returns:\n        Path to the downloaded PDF file.\n    ","price":0.01,"pricing_model":"flat","currency":"USDC"},{"name":"read_arxiv_paper","description":"Read and extract text content from an arXiv paper PDF.\n\n    Args:\n        paper_id: arXiv paper ID (e.g., '2106.12345').\n        save_path: Directory where the PDF is/will be saved (default: './downloads').\n    Returns:\n        str: The extracted text content of the paper.\n    ","price":0.01,"pricing_model":"flat","currency":"USDC"},{"name":"read_pubmed_paper","description":"Read and extract text content from a PubMed paper.\n\n    Args:\n        paper_id: PubMed ID (PMID).\n        save_path: Directory where the PDF would be saved (unused).\n    Returns:\n        str: Message indicating that direct paper reading is not supported.\n    ","price":0.01,"pricing_model":"flat","currency":"USDC"},{"name":"read_biorxiv_paper","description":"Read and extract text content from a bioRxiv paper PDF.\n\n    Args:\n        paper_id: bioRxiv DOI.\n        save_path: Directory where the PDF is/will be saved (default: './downloads').\n    Returns:\n        str: The extracted text content of the paper.\n    ","price":0.01,"pricing_model":"flat","currency":"USDC"},{"name":"read_medrxiv_paper","description":"Read and extract text content from a medRxiv paper PDF.\n\n    Args:\n        paper_id: medRxiv DOI.\n        save_path: Directory where the PDF is/will be saved (default: './downloads').\n    Returns:\n        str: The extracted text content of the paper.\n    ","price":0.01,"pricing_model":"flat","currency":"USDC"},{"name":"read_iacr_paper","description":"Read and extract text content from an IACR ePrint paper PDF.\n\n    Args:\n        paper_id: IACR paper ID (e.g., '2009/101').\n        save_path: Directory where the PDF is/will be saved (default: './downloads').\n    Returns:\n        str: The extracted text content of the paper.\n    ","price":0.01,"pricing_model":"flat","currency":"USDC"},{"name":"search_semantic","description":"Search academic papers from Semantic Scholar.\n\n    Args:\n        query: Search query string (e.g., 'machine learning').\n        year: Optional year filter (e.g., '2019', '2016-2020', '2010-', '-2015').\n        max_results: Maximum number of papers to return (default: 10).\n    Returns:\n        List of paper metadata in dictionary format.\n    ","price":0.01,"pricing_model":"flat","currency":"USDC"},{"name":"download_semantic","description":"Download PDF of a Semantic Scholar paper.    \n\n    Args:\n        paper_id: Semantic Scholar paper ID, Paper identifier in one of the following formats:\n            - Semantic Scholar ID (e.g., \"649def34f8be52c8b66281af98ae884c09aef38b\")\n            - DOI:<doi> (e.g., \"DOI:10.18653/v1/N18-3011\")\n            - ARXIV:<id> (e.g., \"ARXIV:2106.15928\")\n            - MAG:<id> (e.g., \"MAG:112218234\")\n            - ACL:<id> (e.g., \"ACL:W12-3903\")\n            - PMID:<id> (e.g., \"PMID:19872477\")\n            - PMCID:<id> (e.g., \"PMCID:2323736\")\n            - URL:<url> (e.g., \"URL:https://arxiv.org/abs/2106.15928v1\")\n        save_path: Directory to save the PDF (default: './downloads').\n    Returns:\n        Path to the downloaded PDF file.\n    ","price":0.01,"pricing_model":"flat","currency":"USDC"},{"name":"read_semantic_paper","description":"Read and extract text content from a Semantic Scholar paper. \n\n    Args:\n        paper_id: Semantic Scholar paper ID, Paper identifier in one of the following formats:\n            - Semantic Scholar ID (e.g., \"649def34f8be52c8b66281af98ae884c09aef38b\")\n            - DOI:<doi> (e.g., \"DOI:10.18653/v1/N18-3011\")\n            - ARXIV:<id> (e.g., \"ARXIV:2106.15928\")\n            - MAG:<id> (e.g., \"MAG:112218234\")\n            - ACL:<id> (e.g., \"ACL:W12-3903\")\n            - PMID:<id> (e.g., \"PMID:19872477\")\n            - PMCID:<id> (e.g., \"PMCID:2323736\")\n            - URL:<url> (e.g., \"URL:https://arxiv.org/abs/2106.15928v1\")\n        save_path: Directory where the PDF is/will be saved (default: './downloads').\n    Returns:\n        str: The extracted text content of the paper.\n    ","price":0.01,"pricing_model":"flat","currency":"USDC"},{"name":"search_crossref","description":"Search academic papers from CrossRef database.\n    \n    CrossRef is a scholarly infrastructure organization that provides \n    persistent identifiers (DOIs) for scholarly content and metadata.\n    It's one of the largest citation databases covering millions of \n    academic papers, journals, books, and other scholarly content.\n\n    Args:\n        query: Search query string (e.g., 'machine learning', 'climate change').\n        max_results: Maximum number of papers to return (default: 10, max: 1000).\n        **kwargs: Additional search parameters:\n            - filter: CrossRef filter string (e.g., 'has-full-text:true,from-pub-date:2020')\n            - sort: Sort field ('relevance', 'published', 'updated', 'deposited', etc.)\n            - order: Sort order ('asc' or 'desc')\n    Returns:\n        List of paper metadata in dictionary format.\n        \n    Examples:\n        # Basic search\n        search_crossref(\"deep learning\", 20)\n        \n        # Search with filters\n        search_crossref(\"climate change\", 10, filter=\"from-pub-date:2020,has-full-text:true\")\n        \n        # Search sorted by publication date\n        search_crossref(\"neural networks\", 15, sort=\"published\", order=\"desc\")\n    ","price":0.01,"pricing_model":"flat","currency":"USDC"},{"name":"get_crossref_paper_by_doi","description":"Get a specific paper from CrossRef by its DOI.\n\n    Args:\n        doi: Digital Object Identifier (e.g., '10.1038/nature12373').\n    Returns:\n        Paper metadata in dictionary format, or empty dict if not found.\n        \n    Example:\n        get_crossref_paper_by_doi(\"10.1038/nature12373\")\n    ","price":0.01,"pricing_model":"flat","currency":"USDC"},{"name":"download_crossref","description":"Attempt to download PDF of a CrossRef paper.\n\n    Args:\n        paper_id: CrossRef DOI (e.g., '10.1038/nature12373').\n        save_path: Directory to save the PDF (default: './downloads').\n    Returns:\n        str: Message indicating that direct PDF download is not supported.\n        \n    Note:\n        CrossRef is a citation database and doesn't provide direct PDF downloads.\n        Use the DOI to access the paper through the publisher's website.\n    ","price":0.01,"pricing_model":"flat","currency":"USDC"},{"name":"read_crossref_paper","description":"Attempt to read and extract text content from a CrossRef paper.\n\n    Args:\n        paper_id: CrossRef DOI (e.g., '10.1038/nature12373').\n        save_path: Directory where the PDF is/will be saved (default: './downloads').\n    Returns:\n        str: Message indicating that direct paper reading is not supported.\n        \n    Note:\n        CrossRef is a citation database and doesn't provide direct paper content.\n        Use the DOI to access the paper through the publisher's website.\n    ","price":0.01,"pricing_model":"flat","currency":"USDC"}]}],"config":{"mcpServers":{"paper-search":{"url":"https://paper-search.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"}}},"instructions":["1. Get an API key at https://paper-search.on.xpay.sh/account/keys","2. Replace YOUR_XPAY_KEY in the server URLs above","3. Add the config block to your MCP client (Claude, Cursor, Windsurf)","4. Each tool call is billed per-use from your XPay wallet (USDC)"]}