{
  "name": "Content Research & Creation",
  "slug": "content",
  "description": "AI-powered search, academic papers, and image generation for content creators and researchers.",
  "toolCount": 44,
  "tools": [
    {
      "name": "tavily_search",
      "description": "Search the web for current information on any topic. Use for news, facts, or data beyond your knowledge cutoff. Returns snippets and source URLs.",
      "price": 0.02
    },
    {
      "name": "tavily_extract",
      "description": "Extract content from URLs. Returns raw page content in markdown or text format.",
      "price": 0.02
    },
    {
      "name": "tavily_research",
      "description": "Perform comprehensive research on a given topic or question. Use this tool when you need to gather information from multiple sources, including web pages, documents, and other resources, to answer a question or complete a task. Returns a detailed response based on the research findings. Rate limit: 20 requests per minute.",
      "price": 0.02
    },
    {
      "name": "search",
      "description": "Deep Research compatible search tool aggregating across sources.",
      "price": 0.01
    },
    {
      "name": "fetch",
      "description": "Fetch full document content for a search result.",
      "price": 0.01
    },
    {
      "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
    },
    {
      "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
    },
    {
      "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
    },
    {
      "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
    },
    {
      "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
    },
    {
      "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
    },
    {
      "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
    },
    {
      "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
    },
    {
      "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
    },
    {
      "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
    },
    {
      "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
    },
    {
      "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
    },
    {
      "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
    },
    {
      "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
    },
    {
      "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
    },
    {
      "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
    },
    {
      "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
    },
    {
      "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
    },
    {
      "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
    },
    {
      "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
    },
    {
      "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
    },
    {
      "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
    },
    {
      "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
    },
    {
      "name": "papers-search-basic",
      "description": "Search for academic papers with a simple query.",
      "price": 0.01
    },
    {
      "name": "paper-search-advanced",
      "description": "Search for academic papers with advanced filtering options",
      "price": 0.01
    },
    {
      "name": "search-paper-title",
      "description": "Find a paper by closest title match",
      "price": 0.01
    },
    {
      "name": "get-paper-abstract",
      "description": "Get detailed information about a specific paper including its abstract",
      "price": 0.01
    },
    {
      "name": "papers-citations",
      "description": "Get papers that cite a specific paper",
      "price": 0.01
    },
    {
      "name": "papers-references",
      "description": "Get papers cited by a specific paper",
      "price": 0.01
    },
    {
      "name": "authors-search",
      "description": "Search for authors by name or affiliation",
      "price": 0.01
    },
    {
      "name": "authors-papers",
      "description": "Get papers written by a specific author",
      "price": 0.01
    },
    {
      "name": "papers-batch",
      "description": "Look up multiple papers by their IDs",
      "price": 0.01
    },
    {
      "name": "search-arxiv",
      "description": "Search for papers on arXiv using their API",
      "price": 0.01
    },
    {
      "name": "download-full-paper-arxiv",
      "description": "Download full-text PDF of an arXiv paper and extract text content (memory only)",
      "price": 0.01
    },
    {
      "name": "analysis-citation-network",
      "description": "Analyze the citation network for a specific paper",
      "price": 0.01
    },
    {
      "name": "black_forest_labs_flux_pro",
      "description": "FLUX 1.1 Pro — highest quality photorealistic image generation",
      "price": 0.08
    },
    {
      "name": "black_forest_labs_flux_dev",
      "description": "FLUX Dev — balanced quality and speed for image generation",
      "price": 0.05
    },
    {
      "name": "ideogram_v3",
      "description": "Ideogram v3 Quality — AI image generation with best-in-class text rendering",
      "price": 0.18
    },
    {
      "name": "recraft_v3",
      "description": "Recraft v3 — professional design-quality image generation",
      "price": 0.08
    }
  ],
  "mcpUrl": "https://content.mcp.xpay.sh/mcp",
  "portal": "https://content.on.xpay.sh",
  "llmsTxt": "https://content.mcp.xpay.sh/llms.txt",
  "status": "active",
  "isPlatform": true
}