---
name: "xpay-google-scholar"
description: "Search Google Scholar for academic papers and citations"
version: "1.0.0"
provider: "Google Scholar"
tools: 1
---

# Google Scholar

Search Google Scholar for academic papers and citations

## Google Scholar

Search Google Scholar for academic papers and citations

### Available Tools (1)

- **search_google_scholar**: Search Google Scholar for academic papers and research articles. Supports filtering by author, publication year range, and returns structured results with titles, authors, abstracts, and URLs. — $0.01/call

### Quick Start

```json
{
  "mcpServers": {
    "google-scholar": {
      "url": "https://google-scholar.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:** 1
**Category:** Academic & Research

## When to Use

Use Google Scholar tools when you need to search google scholar for academic papers and citations. 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

- **Search Google Scholar** — Search Google Scholar for academic papers and research articles. Supports filtering by author, publication year range, and returns structured results with titles, authors, abstracts, and URLs. — $0.01/call — [SKILL.md](https://xpay.tools/skills/google-scholar/search-google-scholar/SKILL.md)

## How to Execute

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

## Links

- Provider page: https://xpay.tools/google-scholar/
- All providers: https://xpay.tools/explore
- Docs: https://docs.xpay.sh
