Semantic Scholar
$0.01/call
Search academic papers, citations, authors, and recommendations
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
{
"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.
{
"mcpServers": {
"xpay": {
"url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
}
}
}Agent Discovery
Machine-readable catalogs for LLM agents and automation.
curl https://xpay.tools/llms.txt
curl https://xpay.tools/agents.txt
curl https://xpay.tools/skill.md
Pricing
Pay per tool call. No subscriptions.
12 Semantic Scholar tools availableAbout 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-basicandpaper-search-advancedfor querying the academic corpus with optional filters (year, venue, author). - Paper metadata:
get-paper-abstractretrieves full details including abstract, citations count, and publication venue for a specific paper ID. - Title matching:
search-paper-titlefinds papers by closest title match when you don't have an exact ID. - Citation graph:
papers-citationsandpapers-referencestraverse incoming and outgoing citations to build citation networks. - Author lookup:
authors-searchfinds authors by name or affiliation;authors-paperslists all papers by a specific author. - Batch operations:
papers-batchretrieves metadata for multiple papers in one call. - arXiv integration:
search-arxivqueries arXiv directly;download-full-paper-arxivfetches and extracts full-text PDFs. - Citation analysis:
analysis-citation-networkanalyzes 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
| Tool | Price 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.

