---
name: "xpay-open-websearch"
description: "Open web search with multiple search engines and content extraction"
version: "1.0.0"
provider: "Open WebSearch"
tools: 5
---

# Open WebSearch

Open web search with multiple search engines and content extraction

## Open WebSearch

Open web search with multiple search engines and content extraction

### Available Tools (5)

- **search**: Search the web using multiple engines (e.g., Baidu, Bing, DuckDuckGo, CSDN, Exa, Brave, Juejin(掘金)) with no API key required — $0.01/call
- **fetchLinuxDoArticle**: Fetch full article content from a linux.do post URL — $0.01/call
- **fetchCsdnArticle**: Fetch full article content from a csdn post URL — $0.01/call
- **fetchGithubReadme**: Fetch README content from a GitHub repository URL — $0.01/call
- **fetchJuejinArticle**: Fetch full article content from a Juejin(掘金) post URL — $0.01/call

### Quick Start

```json
{
  "mcpServers": {
    "open-websearch": {
      "url": "https://open-websearch.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:** 5
**Category:** Search & Web

## When to Use

Use Open WebSearch tools when you need to open web search with multiple search engines and content extraction. 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 the web using multiple engines (e.g., Baidu, Bing, DuckDuckGo, CSDN, Exa, Brave, Juejin(掘金)) with no API key required — $0.01/call — [SKILL.md](https://xpay.tools/skills/open-websearch/search/SKILL.md)
- **FetchLinuxDoArticle** — Fetch full article content from a linux.do post URL — $0.01/call — [SKILL.md](https://xpay.tools/skills/open-websearch/fetchlinuxdoarticle/SKILL.md)
- **FetchCsdnArticle** — Fetch full article content from a csdn post URL — $0.01/call — [SKILL.md](https://xpay.tools/skills/open-websearch/fetchcsdnarticle/SKILL.md)
- **FetchGithubReadme** — Fetch README content from a GitHub repository URL — $0.01/call — [SKILL.md](https://xpay.tools/skills/open-websearch/fetchgithubreadme/SKILL.md)
- **FetchJuejinArticle** — Fetch full article content from a Juejin(掘金) post URL — $0.01/call — [SKILL.md](https://xpay.tools/skills/open-websearch/fetchjuejinarticle/SKILL.md)

## How to Execute

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

## Links

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