# Web Search API MCP server

Web search returning structured results — titles, URLs, snippets. x402 micropayment.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-web-search
- Repository: https://github.com/Br0ski777/web-search-x402
- Website: https://github.com/Br0ski777/web-search-x402

## Install
- Endpoint: https://web-search.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://web-search.api.klymax402.com/mcp

## Tools
- web_search_query - Semantic 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.

1. results (array) -- ranked list of search results
2. results[].title (string) -- page title
3. results[].url (string) -- full URL to the page
4. results[].snippet (string) -- relevant text excerpt with query terms highlighted
5. query (string) -- the search query used
6. totalResults (number) -- number of results returned

Example output: {"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}

Use this BEFORE 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.

Do NOT use for web page content extraction -- use web_scrape_to_markdown instead. Do NOT use for SEO analysis -- use seo_audit_page instead. Do NOT use for screenshot capture -- use capture_screenshot instead. Do NOT use for company data -- use company_enrich_from_domain instead. Endpoint: https://web-search.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
