# agentsearch-mcp MCP server

LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-isaiahdupree-agentsearch-mcp
- Repository: https://github.com/IsaiahDupree/agentsearch-mcp
- Website: https://agentsearch-mcp.vercel.app

## Install
- Endpoint: https://agentsearch-mcp.vercel.app/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://agentsearch-mcp.vercel.app/mcp

## Tools
- web_search (Web search (SERP)) - Search the web via a provider-abstracted backend (Brave or Serper, configured operator-side). Returns normalized results, each with position, title, url, snippet, source, and domain, plus a meta envelope (cache state, provider, took_ms). Returns a provider_required error if no search provider key is configured upstream. Use this for a full web SERP; use instant_answer for quick facts/definitions. Endpoint: https://agentsearch-mcp.vercel.app/mcp
- instant_answer (Instant answer (keyless)) - DuckDuckGo Instant Answer API — definitions, entities, and quick facts. Returns a normalized answer with heading, type (abstract/answer/disambiguation), source, sourceUrl, optional image/definition, and relatedTopics, plus a meta envelope. Not a full web SERP; use web_search for that. Works with no API key. Endpoint: https://agentsearch-mcp.vercel.app/mcp
- fetch_url (Fetch a URL as clean text/markdown (RAG-ready)) - Fetches any public http(s) URL, strips boilerplate (scripts, nav, footer, ads), and returns clean text or markdown ready for an LLM context window. SSRF-guarded — refuses private/loopback/internal hosts. Returns url, title, format, length, content (and finalUrl when redirected, plus up to 50 extracted links when links=true), with a meta envelope. Works with no API key. Endpoint: https://agentsearch-mcp.vercel.app/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.IsaiahDupree
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Aug 1, 2026
- Source: https://registry.modelcontextprotocol.io
