# AgentsHub Web Search [Health: Active]

**Category:** 💰 Finance & Fintech  
**Repository:** https://github.com/tvstat1/agent-data-provider  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/agentshub-web-search

## Description
Live web search for AI agents. $0.001/call, x402 on Base, no API key.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "agentshub-web-search": {
    "command": "npx",
    "args": ["-y","agentshub-web-search"]
  }
}
```

## Documentation & README

# Agent Data Provider

[![smithery badge](https://smithery.ai/badge/agentshub/agent-data-provider)](https://smithery.ai/servers/agentshub/agent-data-provider)

Fast, low-cost data tools for AI agents. No signup, no API key, pay per call via x402.

## Live endpoints

MCP:
```
https://agent-data-provider.agentshub.workers.dev/mcp
```

HTTP:
```
https://agent-data-provider.agentshub.workers.dev/web/search
```

Docs:
```
https://agent-data-provider.agentshub.workers.dev/docs
```

## Current tool

### Web Search

Technical name:

```
web_search
```

Live web search for AI agents.

Returns normalized:
- title
- URL
- snippet

Supports up to 10 results per call.

Price:
$0.001 USDC per successful call

Network:
Base Mainnet

Payment protocol:
x402 v2

Payment asset:
USDC

## MCP

Connect to:

```
https://agent-data-provider.agentshub.workers.dev/mcp
```

The server supports MCP Streamable HTTP.

`tools/list` is available without payment.

Executing `web_search` requires an x402 payment.

## HTTP API

Endpoint:

```
POST /web/search
```

Example request:

```json
{
  "query": "AI agent payments",
  "limit": 5
}
```

Example response:

```json
{
  "results": [
    {
      "title": "Example result",
      "url": "https://example.com",
      "snippet": "Example search result snippet."
    }
  ]
}
```

Without payment, the endpoint returns:

```
402 Payment Required
```

with an x402 v2 payment requirement.

## Pricing

| Tool | Price |
|---|---:|
| Web Search | $0.001 USDC / call |

No subscription.

No API key.

Pay only per successful call.

## Payment details

Network:
Base Mainnet

CAIP-2:
```
eip155:8453
```

Asset:
USDC

Protocol:
x402

## Discovery

Agent Data Provider is available through MCP and x402-compatible discovery.

Smithery:
`tvstat1/agent-data-provider`

## Roadmap

Potential future tools may include:
- URL scraping
- content extraction
- social search
- company enrichment
- places search
- structured data APIs

## License

MIT

