xpay tools logo
  • Providers
  • Collections
  • Explore
  • Docs
  • xpay.sh
  1. Collections
  2. /
  3. Content Research & Creation

Content Research & Creation

Use Case
Research, write, and create visuals

Research any topic with AI search engines, find academic papers and citations, then generate images and media to bring your content to life.

44

tools

7

providers

<100 calls
​
​

44 tools

Tavily Search logo
Tavily Search
Tavily Search
tavily_search

Search the web for current information on any topic. Use for news, facts, or data beyond your knowledge cutoff. Returns snippets and source URLs.

<100 calls

$0.02/call

Tavily Search logo
Tavily Search
Tavily Extract
tavily_extract

Extract content from URLs. Returns raw page content in markdown or text format.

<100 calls

$0.02/call

Tavily Search logo
Tavily Search
Tavily Research
tavily_research

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.

<100 calls

$0.02/call

Paper Search logo
Paper Search
Search
search

Deep Research compatible search tool aggregating across sources.

$0.01/call

Paper Search logo
Paper Search
Fetch
fetch

Fetch full document content for a search result.

$0.01/call

Paper Search logo
Paper Search
Search Arxiv
search_arxiv

Search academic papers from arXiv. Args: query: Search query string (e.g., 'machine learning'). max_results: Maximum number of papers to return (default: 10). Returns: List of paper metadata in dictionary format.

$0.01/call

Paper Search logo
Paper Search
Search Pubmed
search_pubmed

Search academic papers from PubMed. Args: query: Search query string (e.g., 'machine learning'). max_results: Maximum number of papers to return (default: 10). Returns: List of paper metadata in dictionary format.

$0.01/call

Paper Search logo
Paper Search
Search Biorxiv
search_biorxiv

Search academic papers from bioRxiv. Args: query: Search query string (e.g., 'machine learning'). max_results: Maximum number of papers to return (default: 10). Returns: List of paper metadata in dictionary format.

$0.01/call

Paper Search logo
Paper Search
Search Medrxiv
search_medrxiv

Search academic papers from medRxiv. Args: query: Search query string (e.g., 'machine learning'). max_results: Maximum number of papers to return (default: 10). Returns: List of paper metadata in dictionary format.

$0.01/call

Paper Search logo
Paper Search
Search Google Scholar
search_google_scholar

Search academic papers from Google Scholar. Args: query: Search query string (e.g., 'machine learning'). max_results: Maximum number of papers to return (default: 10). Returns: List of paper metadata in dictionary format.

$0.01/call

Paper Search logo
Paper Search
Search Iacr
search_iacr

Search academic papers from IACR ePrint Archive. Args: query: Search query string (e.g., 'cryptography', 'secret sharing'). max_results: Maximum number of papers to return (default: 10). fetch_details: Whether to fetch detailed information for each paper (default: True). Returns: List of paper metadata in dictionary format.

$0.01/call

Paper Search logo
Paper Search
Download Arxiv
download_arxiv

Download PDF of an arXiv paper. Args: paper_id: arXiv paper ID (e.g., '2106.12345'). save_path: Directory to save the PDF (default: './downloads'). Returns: Path to the downloaded PDF file.

$0.01/call

Paper Search logo
Paper Search
Download Pubmed
download_pubmed

Attempt to download PDF of a PubMed paper. Args: paper_id: PubMed ID (PMID). save_path: Directory to save the PDF (default: './downloads'). Returns: str: Message indicating that direct PDF download is not supported.

$0.01/call

Paper Search logo
Paper Search
Download Biorxiv
download_biorxiv

Download PDF of a bioRxiv paper. Args: paper_id: bioRxiv DOI. save_path: Directory to save the PDF (default: './downloads'). Returns: Path to the downloaded PDF file.

$0.01/call

Paper Search logo
Paper Search
Download Medrxiv
download_medrxiv

Download PDF of a medRxiv paper. Args: paper_id: medRxiv DOI. save_path: Directory to save the PDF (default: './downloads'). Returns: Path to the downloaded PDF file.

$0.01/call

Paper Search logo
Paper Search
Download Iacr
download_iacr

Download PDF of an IACR ePrint paper. Args: paper_id: IACR paper ID (e.g., '2009/101'). save_path: Directory to save the PDF (default: './downloads'). Returns: Path to the downloaded PDF file.

$0.01/call

Paper Search logo
Paper Search
Read Arxiv Paper
read_arxiv_paper

Read and extract text content from an arXiv paper PDF. Args: paper_id: arXiv paper ID (e.g., '2106.12345'). save_path: Directory where the PDF is/will be saved (default: './downloads'). Returns: str: The extracted text content of the paper.

$0.01/call

Paper Search logo
Paper Search
Read Pubmed Paper
read_pubmed_paper

Read and extract text content from a PubMed paper. Args: paper_id: PubMed ID (PMID). save_path: Directory where the PDF would be saved (unused). Returns: str: Message indicating that direct paper reading is not supported.

$0.01/call

Paper Search logo
Paper Search
Read Biorxiv Paper
read_biorxiv_paper

Read and extract text content from a bioRxiv paper PDF. Args: paper_id: bioRxiv DOI. save_path: Directory where the PDF is/will be saved (default: './downloads'). Returns: str: The extracted text content of the paper.

$0.01/call

Paper Search logo
Paper Search
Read Medrxiv Paper
read_medrxiv_paper

Read and extract text content from a medRxiv paper PDF. Args: paper_id: medRxiv DOI. save_path: Directory where the PDF is/will be saved (default: './downloads'). Returns: str: The extracted text content of the paper.

$0.01/call

Paper Search logo
Paper Search
Read Iacr Paper
read_iacr_paper

Read and extract text content from an IACR ePrint paper PDF. Args: paper_id: IACR paper ID (e.g., '2009/101'). save_path: Directory where the PDF is/will be saved (default: './downloads'). Returns: str: The extracted text content of the paper.

$0.01/call

Paper Search logo
Paper Search
Search Semantic
search_semantic

Search academic papers from Semantic Scholar. Args: query: Search query string (e.g., 'machine learning'). year: Optional year filter (e.g., '2019', '2016-2020', '2010-', '-2015'). max_results: Maximum number of papers to return (default: 10). Returns: List of paper metadata in dictionary format.

$0.01/call

Paper Search logo
Paper Search
Download Semantic
download_semantic

Download PDF of a Semantic Scholar paper. Args: paper_id: Semantic Scholar paper ID, Paper identifier in one of the following formats: - Semantic Scholar ID (e.g., "649def34f8be52c8b66281af98ae884c09aef38b") - DOI:<doi> (e.g., "DOI:10.18653/v1/N18-3011") - ARXIV:<id> (e.g., "ARXIV:2106.15928") - MAG:<id> (e.g., "MAG:112218234") - ACL:<id> (e.g., "ACL:W12-3903") - PMID:<id> (e.g., "PMID:19872477") - PMCID:<id> (e.g., "PMCID:2323736") - URL:<url> (e.g., "URL:https://arxiv.org/abs/2106.15928v1") save_path: Directory to save the PDF (default: './downloads'). Returns: Path to the downloaded PDF file.

$0.01/call

Paper Search logo
Paper Search
Read Semantic Paper
read_semantic_paper

Read and extract text content from a Semantic Scholar paper. Args: paper_id: Semantic Scholar paper ID, Paper identifier in one of the following formats: - Semantic Scholar ID (e.g., "649def34f8be52c8b66281af98ae884c09aef38b") - DOI:<doi> (e.g., "DOI:10.18653/v1/N18-3011") - ARXIV:<id> (e.g., "ARXIV:2106.15928") - MAG:<id> (e.g., "MAG:112218234") - ACL:<id> (e.g., "ACL:W12-3903") - PMID:<id> (e.g., "PMID:19872477") - PMCID:<id> (e.g., "PMCID:2323736") - URL:<url> (e.g., "URL:https://arxiv.org/abs/2106.15928v1") save_path: Directory where the PDF is/will be saved (default: './downloads'). Returns: str: The extracted text content of the paper.

$0.01/call

Paper Search logo
Paper Search
Search Crossref
search_crossref

Search academic papers from CrossRef database. CrossRef is a scholarly infrastructure organization that provides persistent identifiers (DOIs) for scholarly content and metadata. It's one of the largest citation databases covering millions of academic papers, journals, books, and other scholarly content. Args: query: Search query string (e.g., 'machine learning', 'climate change'). max_results: Maximum number of papers to return (default: 10, max: 1000). **kwargs: Additional search parameters: - filter: CrossRef filter string (e.g., 'has-full-text:true,from-pub-date:2020') - sort: Sort field ('relevance', 'published', 'updated', 'deposited', etc.) - order: Sort order ('asc' or 'desc') Returns: List of paper metadata in dictionary format. Examples: # Basic search search_crossref("deep learning", 20) # Search with filters search_crossref("climate change", 10, filter="from-pub-date:2020,has-full-text:true") # Search sorted by publication date search_crossref("neural networks", 15, sort="published", order="desc")

$0.01/call

Paper Search logo
Paper Search
Get Crossref Paper By Doi
get_crossref_paper_by_doi

Get a specific paper from CrossRef by its DOI. Args: doi: Digital Object Identifier (e.g., '10.1038/nature12373'). Returns: Paper metadata in dictionary format, or empty dict if not found. Example: get_crossref_paper_by_doi("10.1038/nature12373")

$0.01/call

Paper Search logo
Paper Search
Download Crossref
download_crossref

Attempt to download PDF of a CrossRef paper. Args: paper_id: CrossRef DOI (e.g., '10.1038/nature12373'). save_path: Directory to save the PDF (default: './downloads'). Returns: str: Message indicating that direct PDF download is not supported. Note: CrossRef is a citation database and doesn't provide direct PDF downloads. Use the DOI to access the paper through the publisher's website.

$0.01/call

Paper Search logo
Paper Search
Read Crossref Paper
read_crossref_paper

Attempt to read and extract text content from a CrossRef paper. Args: paper_id: CrossRef DOI (e.g., '10.1038/nature12373'). save_path: Directory where the PDF is/will be saved (default: './downloads'). Returns: str: Message indicating that direct paper reading is not supported. Note: CrossRef is a citation database and doesn't provide direct paper content. Use the DOI to access the paper through the publisher's website.

$0.01/call

Semantic Scholar logo
Semantic Scholar
Papers Search Basic
papers-search-basic

Search for academic papers with a simple query.

$0.01/call

Semantic Scholar logo
Semantic Scholar
Paper Search Advanced
paper-search-advanced

Search for academic papers with advanced filtering options

$0.01/call

Semantic Scholar logo
Semantic Scholar
Search Paper Title
search-paper-title

Find a paper by closest title match

$0.01/call

Semantic Scholar logo
Semantic Scholar
Get Paper Abstract
get-paper-abstract

Get detailed information about a specific paper including its abstract

$0.01/call

Semantic Scholar logo
Semantic Scholar
Papers Citations
papers-citations

Get papers that cite a specific paper

$0.01/call

Semantic Scholar logo
Semantic Scholar
Papers References
papers-references

Get papers cited by a specific paper

$0.01/call

Semantic Scholar logo
Semantic Scholar
Authors Search
authors-search

Search for authors by name or affiliation

$0.01/call

Semantic Scholar logo
Semantic Scholar
Authors Papers
authors-papers

Get papers written by a specific author

$0.01/call

Semantic Scholar logo
Semantic Scholar
Papers Batch
papers-batch

Look up multiple papers by their IDs

$0.01/call

Semantic Scholar logo
Semantic Scholar
Search Arxiv
search-arxiv

Search for papers on arXiv using their API

$0.01/call

Semantic Scholar logo
Semantic Scholar
Download Full Paper Arxiv
download-full-paper-arxiv

Download full-text PDF of an arXiv paper and extract text content (memory only)

$0.01/call

Semantic Scholar logo
Semantic Scholar
Analysis Citation Network
analysis-citation-network

Analyze the citation network for a specific paper

$0.01/call

Black Forest Labs logo
Black Forest Labs
Black Forest Labs Flux Pro
black_forest_labs_flux_pro

FLUX 1.1 Pro — highest quality photorealistic image generation

<100 calls

$0.08/call

Black Forest Labs logo
Black Forest Labs
Black Forest Labs Flux Dev
black_forest_labs_flux_dev

FLUX Dev — balanced quality and speed for image generation

<100 calls

$0.05/call

Ideogram logo
Ideogram
Ideogram V3
ideogram_v3

Ideogram v3 Quality — AI image generation with best-in-class text rendering

$0.18/call

Recraft logo
Recraft
Recraft V3
recraft_v3

Recraft v3 — professional design-quality image generation

$0.08/call

Connect Content Research & Creation
​
​

Cursor

Claude Code

Claude Desktop

Windsurf

VS Code

Cline

Roo Code

ChatGPT

Gemini CLI

Amazon Q

Goose

Augment

n8n

API / cURL

AI SDK

TypeScript SDK

Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "content": {
      "url": "https://content.mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
Collection

44 tools from 7 providers

Pay per tool call. No subscriptions.
xpay tools logo

Marketplace for AI Capabilities. Run agents, tools & prompts with pay-per-use micropayments.

Product
ExploreCollectionsBundles
Resources
Documentationxpay.shGitHub

© 2026 Agentically Inc. All rights reserved.Microtransactions happen via Stablecoins