---
name: "xpay-nanci-literature"
description: "Scientific literature search and analysis"
version: "1.0.0"
provider: "Nanci Literature"
tools: 3
---

# Nanci Literature

Scientific literature search and analysis

## Nanci Literature

Scientific literature search and analysis

### Available Tools (3)

- **about_nanci**: Get information about NanciMCP's capabilities for literature review — $0.01/call
- **search_papers**: Search for research papers using the research API — $0.01/call
- **get_paper_details**: Get detailed information about a specific research paper — $0.01/call

### Quick Start

```json
{
  "mcpServers": {
    "nanci-literature": {
      "url": "https://nanci-literature.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"
    }
  }
}
```

### Pricing

$0.01 per tool call. Pay per use from your XPay wallet. No subscriptions.

Get an API key at [xpay.tools](https://xpay.tools).


**Tools:** 3
**Category:** Academic & Research

## When to Use

Use Nanci Literature tools when you need to scientific literature search and analysis. All tools are available through xpay✦'s single MCP connection.

## MCP Connection

```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"
```

## Available Tools

- **About Nanci** — Get information about NanciMCP's capabilities for literature review — $0.01/call — [SKILL.md](https://xpay.tools/skills/nanci-literature/about-nanci/SKILL.md)
- **Search Papers** — Search for research papers using the research API — $0.01/call — [SKILL.md](https://xpay.tools/skills/nanci-literature/search-papers/SKILL.md)
- **Get Paper Details** — Get detailed information about a specific research paper — $0.01/call — [SKILL.md](https://xpay.tools/skills/nanci-literature/get-paper-details/SKILL.md)

## How to Execute

1. **`xpay_discover`** — Search for tools: `xpay_discover("nanci-literature")`
2. **`xpay_details`** — Get input schema: `xpay_details("nanci-literature/TOOL_NAME")`
3. **`xpay_run`** — Execute: `xpay_run("nanci-literature/TOOL_NAME", { ...inputs })`
4. **`xpay_balance`** — Check credits

## Links

- Provider page: https://xpay.tools/nanci-literature/
- All providers: https://xpay.tools/explore
- Docs: https://docs.xpay.sh
