---
name: "xpay-wikipedia"
description: "Search and read Wikipedia articles with summaries and full content"
version: "1.0.0"
provider: "Wikipedia"
tools: 7
---

# Wikipedia

Search and read Wikipedia articles with summaries and full content

## Wikipedia

Search and read Wikipedia articles with summaries and full content

### Available Tools (7)

- **search**: Search for articles in Grokipedia with optional filtering and sorting. — $0.01/call
- **get_page**: Get complete page information including metadata, content preview, and citations summary. — $0.01/call
- **get_page_content**: Get only the article content without citations or metadata. — $0.01/call
- **get_page_citations**: Get the citations list for a specific page. — $0.01/call
- **get_related_pages**: Get pages that are linked from the specified page. — $0.01/call
- **get_page_section**: Extract a specific section from an article by header name. — $0.01/call
- **get_page_sections**: Get a list of all section headers in an article. — $0.01/call

### Quick Start

```json
{
  "mcpServers": {
    "wikipedia": {
      "url": "https://wikipedia.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:** 7
**Category:** Media & Content

## When to Use

Use Wikipedia tools when you need to search and read wikipedia articles with summaries and full content. 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** — Search for articles in Grokipedia with optional filtering and sorting. — $0.01/call — [SKILL.md](https://xpay.tools/skills/wikipedia/search/SKILL.md)
- **Get Page** — Get complete page information including metadata, content preview, and citations summary. — $0.01/call — [SKILL.md](https://xpay.tools/skills/wikipedia/get-page/SKILL.md)
- **Get Page Content** — Get only the article content without citations or metadata. — $0.01/call — [SKILL.md](https://xpay.tools/skills/wikipedia/get-page-content/SKILL.md)
- **Get Page Citations** — Get the citations list for a specific page. — $0.01/call — [SKILL.md](https://xpay.tools/skills/wikipedia/get-page-citations/SKILL.md)
- **Get Related Pages** — Get pages that are linked from the specified page. — $0.01/call — [SKILL.md](https://xpay.tools/skills/wikipedia/get-related-pages/SKILL.md)
- **Get Page Section** — Extract a specific section from an article by header name. — $0.01/call — [SKILL.md](https://xpay.tools/skills/wikipedia/get-page-section/SKILL.md)
- **Get Page Sections** — Get a list of all section headers in an article. — $0.01/call — [SKILL.md](https://xpay.tools/skills/wikipedia/get-page-sections/SKILL.md)

## How to Execute

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

## Links

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