xpay tools logo
  • Tools
  • Collections
  • Skills
  • Docs
  • xpay.sh
  1. Home
  2. ›
  3. Providers
  4. ›
  5. Semantic Scholar

Semantic Scholar logo

Semantic Scholar

12 tools

$0.01/call

Search academic papers, citations, authors, and recommendations

​
​
How it works ↓
Papers Search Basic
papers-search-basic

Search for academic papers with a simple query.


flat

$0.01/call

Paper Search Advanced
paper-search-advanced

Search for academic papers with advanced filtering options


flat

$0.01/call

Search Paper Title
search-paper-title

Find a paper by closest title match


flat

$0.01/call

Get Paper Abstract
get-paper-abstract

Get detailed information about a specific paper including its abstract


flat

$0.01/call

Papers Citations
papers-citations

Get papers that cite a specific paper


flat

$0.01/call

Papers References
papers-references

Get papers cited by a specific paper


flat

$0.01/call

Authors Search
authors-search

Search for authors by name or affiliation


flat

$0.01/call

Authors Papers
authors-papers

Get papers written by a specific author


flat

$0.01/call

Papers Batch
papers-batch

Look up multiple papers by their IDs


flat

$0.01/call

Search Arxiv
search-arxiv

Search for papers on arXiv using their API


flat

$0.01/call

Download Full Paper Arxiv
download-full-paper-arxiv

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


flat

$0.01/call

Analysis Citation Network
analysis-citation-network

Analyze the citation network for a specific paper


flat

$0.01/call

Connect Semantic Scholar tools
​
​

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": {
    "semantic-scholar": {
      "url": "https://semantic-scholar.mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
Or connect all tools

Access all tools (including Semantic Scholar) through a single MCP connection.

https://mcp.xpay.sh/mcp?key=***
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
Agent Discovery

Machine-readable catalogs for LLM agents and automation.

llms.txt — Human-readable tool catalog
curl https://xpay.tools/llms.txt
agents.txt — Structured JSON for agents
curl https://xpay.tools/agents.txt
skill.md — Claude Code skill
curl https://xpay.tools/skill.md
Pricing

Pay per tool call. No subscriptions.

12 Semantic Scholar tools available
About Semantic Scholar

Semantic Scholar on xpay — Pay-per-call academic paper search without vendor lock-in

Semantic Scholar is an AI-powered academic search engine that indexes millions of papers, citations, and author profiles. Developers use it to build research tools, citation analysis systems, literature review assistants, and knowledge graphs. Instead of managing a separate Semantic Scholar account and subscription, xpay wraps their API as MCP-callable tools with transparent per-call pricing—no monthly fees, no seat limits.

What's available

  • Paper search: papers-search-basic and paper-search-advanced for querying the academic corpus with optional filters (year, venue, author).
  • Paper metadata: get-paper-abstract retrieves full details including abstract, citations count, and publication venue for a specific paper ID.
  • Title matching: search-paper-title finds papers by closest title match when you don't have an exact ID.
  • Citation graph: papers-citations and papers-references traverse incoming and outgoing citations to build citation networks.
  • Author lookup: authors-search finds authors by name or affiliation; authors-papers lists all papers by a specific author.
  • Batch operations: papers-batch retrieves metadata for multiple papers in one call.
  • arXiv integration: search-arxiv queries arXiv directly; download-full-paper-arxiv fetches and extracts full-text PDFs.
  • Citation analysis: analysis-citation-network analyzes the citation network structure around a paper.

When Semantic Scholar is the right tool

  • Building a literature review assistant that summarizes papers and their citations.
  • Creating a research discovery tool that recommends related papers or authors.
  • Implementing citation tracking to monitor how a paper is cited over time.
  • Extracting metadata at scale for systematic reviews or meta-analyses.
  • Analyzing research trends by querying papers across years and venues.
  • Building knowledge graphs of academic relationships (authors, papers, citations).
  • Automating paper recommendations based on user interests or reading history.

When to choose something else

  • If you need full-text search across proprietary journals (paywalled content), Semantic Scholar's coverage is limited; consider institutional access or APIs like CrossRef.
  • If your use case is real-time news or web content, use a general search API like Tavily or Perplexity instead.
  • If you need author disambiguation at scale with high precision, specialized bibliographic databases (Scopus, Web of Science) may be more reliable.
  • If you're building a commercial search product that directly competes with Semantic Scholar, licensing terms may restrict use.
  • If you only need DOI resolution or citation formatting, lightweight tools like CrossRef or Zotero may be simpler.

Pricing snapshot

ToolPrice per call
papers-search-basic$0.01
paper-search-advanced$0.01
search-paper-title$0.01
get-paper-abstract$0.01
papers-citations$0.01
papers-references$0.01
authors-search$0.01
authors-papers$0.01
papers-batch$0.01
search-arxiv$0.01
download-full-paper-arxiv$0.01
analysis-citation-network$0.01

All 12 tools are priced at $0.01 per call. You pay only for what you use; no subscription or minimum.

Quickstart

Step 1: Get your xpay API key

Sign up at https://xpay.tools with email or Google, then copy your API key from the dashboard.

Step 2: Connect Semantic Scholar to Claude Code

claude mcp add --transport http semantic-scholar "https://semantic-scholar.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"

Replace YOUR_XPAY_KEY with your actual key.

Step 3: Use it

Once connected, ask Claude to search papers: "Use papers-search-basic to find papers about transformer architectures." Claude will call the tool directly by name and return results.

For Cursor, Windsurf, Cline, or VS Code (Copilot):

Add this entry to your mcp.json file:

{
  "mcpServers": {
    "semantic-scholar": {
      "url": "https://semantic-scholar.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"
    }
  }
}

Why route Semantic Scholar through xpay?

  • No Semantic Scholar account: xpay holds the upstream credentials. You authenticate once with xpay and get instant access to Semantic Scholar's full API.
  • Pay only for calls: $0.01 per call, no monthly subscription or seat fees. Search 100 papers for $1; search 10,000 for $100.
  • MCP-native: Tools appear as native MCP resources in Claude Code, Cursor, and other MCP-compatible agents. No custom wrappers or SDK integration needed.
  • Unified billing: If you use multiple providers (Tavily, Apollo, Perplexity, etc.) through xpay, one invoice covers everything.
  • Transparent pricing: See exactly what each call costs before you run it. No hidden charges or rate-limit surprises.
Frequently Asked Questions

Semantic Scholar is an AI-powered academic search engine maintained by the Allen Institute for AI. It indexes millions of research papers, citations, and author profiles across disciplines. Developers use it to build research assistants, citation analysis tools, and literature discovery systems.

Each call to a Semantic Scholar tool costs $0.01. There are no subscription fees, no monthly minimums, and no per-seat charges. You pay only for the calls you make. For example, 1,000 paper searches cost $10.

No. xpay holds the Semantic Scholar API credentials on your behalf. You sign up once at xpay.tools with your email or Google account, get an API key, and immediately access Semantic Scholar's full API without creating a separate account or managing another set of credentials.

Common use cases include literature review assistants that summarize papers and their citations, research discovery tools that recommend related papers, citation tracking systems, knowledge graphs of academic relationships, and trend analysis across research topics and years. You can also download and extract full-text PDFs from arXiv.

Run this command: `claude mcp add --transport http semantic-scholar "https://semantic-scholar.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"` (replace YOUR_XPAY_KEY with your xpay API key). For Cursor or VS Code, add the same URL to your mcp.json configuration file under mcpServers.

For academic search, CrossRef and Scopus offer comprehensive metadata and citation data but require institutional access or higher pricing. For general research discovery, Google Scholar is free but not API-accessible. For real-time research news, Perplexity or Tavily are better choices. The choice depends on your coverage needs, budget, and whether you need real-time or historical data.

Yes. Instead of the per-provider endpoint, use the unified xpay endpoint: `https://mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY`. This exposes all xpay providers (Semantic Scholar, Tavily, Apollo, etc.) through a single MCP connection. You can then use `xpay_discover()` to find tools and `xpay_run()` to call them.

xpay charges per call on a pay-as-you-go basis. You can set spending limits in your dashboard to prevent unexpected charges. When you sign up, you receive $5 in free credit to test the platform. After that, billing is automatic based on your usage.

xpay tools logo

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

or ask your AI app
Popular Tools
FirecrawlTavilyExaHunterPerplexityRecraftIdeogramFlux
Collections
AI Image & MediaContent & ResearchDev ToolsFinanceLead GenWeb ScrapingCompetitive Intel
Developers
DocumentationAPI ReferenceQuickstartSDKsSkillsskill.mdllms.txt
Resources
The Agentic EconomyAgentic CommerceAgent Frameworksx402 ProtocolBlog
Company
About xpayxpay.shGitHubDiscordTwitter / X

© 2026 Agentically Inc. All rights reserved.
Privacy PolicyTerms of Service
✦
xpay Assistant
Semantic Scholar Tools

Ask me about tools, pricing, or how to connect

What tools does Semantic Scholar offer?
How do I connect via MCP?
Show me pricing
DocsCollectionsExplore