---
name: "xpay-semantic-scholar-papers-batch"
description: "Look up multiple papers by their IDs"
version: "1.0.0"
price: "$0.01/call"
provider: "Semantic Scholar"
---

# Papers Batch

Look up multiple papers by their IDs

**Provider:** Semantic Scholar
**Price:** $0.01/call
**Pricing model:** Flat rate per call

## When to Use

Use this tool when you need to look up multiple papers by their ids. This is part of the Semantic Scholar provider on xpay✦.

## MCP Connection

Connect to xpay✦ to access this tool (and 11+ others):

```json
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
```

For Claude Code:
```bash
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
```

## How to Execute

Use the xpay✦ meta-tools to run this tool:

1. **`xpay_details`** — Get full input schema: `xpay_details("semantic-scholar/papers-batch")`
2. **`xpay_run`** — Execute: `xpay_run("semantic-scholar/papers-batch", { ...inputs })`

## Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `paperIds` | array | Yes | Array of paper IDs (Semantic Scholar IDs, arXiv IDs, DOIs, etc.) |

## Pricing

- **Cost:** $0.01/call
- **Balance check:** Use `xpay_balance` to check remaining credits
- Get your API key at [xpay.tools](https://xpay.tools/account/settings/api-keys/) — $5 free credits included

## Related Skills

- [Semantic Scholar (all tools)](https://xpay.tools/skills/semantic-scholar/SKILL.md) — 12 tools
- [Papers Search Basic](https://xpay.tools/skills/semantic-scholar/papers-search-basic/SKILL.md) — $0.01/call
- [Paper Search Advanced](https://xpay.tools/skills/semantic-scholar/paper-search-advanced/SKILL.md) — $0.01/call
- [Search Paper Title](https://xpay.tools/skills/semantic-scholar/search-paper-title/SKILL.md) — $0.01/call
- [Get Paper Abstract](https://xpay.tools/skills/semantic-scholar/get-paper-abstract/SKILL.md) — $0.01/call
- [Papers Citations](https://xpay.tools/skills/semantic-scholar/papers-citations/SKILL.md) — $0.01/call

## Links

- Tool page: https://xpay.tools/semantic-scholar/papers-batch/
- Provider: https://xpay.tools/semantic-scholar/
- All tools: https://xpay.tools/explore
