Web search returning structured results — titles, URLs, snippets. x402 micropayment.
MCPpedia last refreshed this data
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"web-search": {
"url": "https://web-search.api.klymax402.com/mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Web search API for AI agents. Structured results with title, URL, snippet. Current news, docs, research. Up to 10 results per query. Pay-per-call via x402 (USDC on Base L2) -- no API key, no signup, no rate-limit wall.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in search / finance
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
Production ready MCP server with real-time search, extract, map & crawl.
Use any LLMs (Large Language Models) for Deep Research. Support SSE API and MCP server.
Web and local search using Brave Search API
MCP Security Weekly
Get CVE alerts and security updates for io.github.Br0ski777/web-search and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Web search API for AI agents. Structured results with title, URL, snippet. Current news, docs, research. Up to 10 results per query. Pay-per-call via x402 (USDC on Base L2) -- no API key, no signup, no rate-limit wall.
Part of the klymax402 marketplace -- 100 x402 micropayment APIs for AI agents, one wallet, USDC on Base.
Add to your MCP client config (Claude Desktop, Cursor, ElizaOS, etc.):
{
"mcpServers": {
"web-search": {
"url": "https://web-search.api.klymax402.com/mcp"
}
}
}
curl -X POST "https://web-search.api.klymax402.com/api/search" \
-H "Content-Type: application/json" \
-d '{"query":"..."}'
# -> 402 Payment Required, with an x402 payment challenge in the response body
Any x402-aware client (@x402/fetch, x402-agent-tools, ATXP) handles the 402 -> sign -> retry cycle automatically.
| Tool | Method | Path | Price | Description |
|---|---|---|---|---|
web_search_query | POST | /api/search | $0.008 | Search the web and return structured results |
web_search_querySemantic web search for finding relevant pages, documents, and current information. Alternative to Exa search at 3x lower cost. Returns structured JSON results with ranked matches, titles, URLs, and text snippets.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | The search query |
count | number | no | Number of results to return (default: 5, max: 10) |
Example response:
{"query":"best CRM for startups 2026","results":[{"title":"Top 10 CRMs for Startups in 2026","url":"https://blog.example.com/crm-startups","snippet":"HubSpot leads the pack for early-stage startups with its free tier..."},{"title":"CRM Comparison Guide","url":"https://review.example.com/crm","snippet":"We tested 15 CRM platforms across pricing, features..."}],"totalResults":5}
When to use: answering questions about current events, finding documentation, researching competitors, or gathering data on any topic. Essential for semantic web search when the agent needs up-to-date information beyond its training data. Drop-in replacement for Exa search.
Not for: web page content extraction (use web_scrape_to_markdown), SEO analysis (use seo_audit_page), screenshot capture (use capture_screenshot), company data (use company_enrich_from_domain).
eip155:8453)100 x402 micropayment APIs for AI agents -- one wallet, USDC on Base, zero signup.
MIT