# Web Search — Structured Results for AI Agents

Web search API for AI agents. Search the web and get structured results: title, URL, snippet, and metadata. Up to 10 results per query. Current news, documentation, research papers — everything index…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/web-search

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/web-search

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/web-search web_search_query

# Call a tool
npx -y @smithery/cli@latest tool call axel-belfort/web-search web_search_query '{}'
```

## Direct MCP Connection

Endpoint: `https://web-search--axel-belfort.run.tools`

## Tools (1)

- `web_search_query` — Semantic web search for finding relevant pages, documents, and current information. Alternative to Exa search at 3x low…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/web-search <tool-name>
```
