Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.isaiahdupree/agentsearch-mcp

io.github.isaiahdupree/agentsearch-mcp

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

Uptime
100.0%
1 direct probes · 30d
Response
740ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

web_search

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 envel…

instant_answer

DuckDuckGo Instant Answer API — definitions, entities, and quick facts. Returns a normalized answer with heading, type (abstract/answer/disambiguation), source, sourceUrl, optional image/definition, a…

fetch_url

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 hos…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.isaiahdupree/agentsearch-mcp": {
      "url": "https://agentsearch-mcp.vercel.app/mcp",
      "transport": "streamable-http"
    }
  }
}