streamable-httpMITupdated 24d ago
Fast, low-cost data tools for AI agents. No signup, no API key, pay per call via x402.
What can you do with AgentsHub Web Search?
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:
{
"query": "AI agent payments",
"limit": 5
}
Example response:
{
"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
Install
Add AgentsHub Web Search to your client. Pick the one you use.
claude mcp add --transport http agentshub-web-search https://api.agentshub.dev/mcpcodex mcp add agentshub-web-search --url https://api.agentshub.dev/mcp{
"mcpServers": {
"agentshub-web-search": {
"url": "https://api.agentshub.dev/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"agentshub-web-search": {
"type": "http",
"url": "https://api.agentshub.dev/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"agentshub-web-search": {
"url": "https://api.agentshub.dev/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"agentshub-web-search": {
"serverUrl": "https://api.agentshub.dev/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation17/25
- Maintenance19/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 16 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Aug 15, 2026 |