io.github.isaiahdupree/agentsearch-mcp
io.github.isaiahdupree/agentsearch-mcpLLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.
Tools · 3
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…
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…
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…
Similar MCP servers embedding-nearest
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"
}
}
}