Agent Search Mcp vs Web Scraper to Markdo… | AllMCPs
Side-by-Side Model Context Protocol Comparison
Agent Search Mcp vs Web Scraper to Markdown API
In-depth architectural comparison of the Agent Search Mcp and Web Scraper to Markdown API MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
Agent Search Mcp
Search & Data Extraction · Local stdio
Quality: 69/100 (Great) | Auth: No auth required
Web Scraper to Markdown API
Search & Data Extraction · Local stdio
Quality: 27/100 (Emerging) | Auth: No auth required
Verdict Summary: Choose Agent Search Mcp if you need specialized Search & Data Extraction tools running via a local process. Choose Web Scraper to Markdown API if your workspace requires Search & Data Extraction integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
Choose Agent Search Mcp when:
You need dedicated capabilities in the Search & Data Extraction domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: No auth required (Free / Open Source).
Search the web with an explicit adapter set and bounded fallback.
Best for: Quick fact-finding, general search, when date/domain filters are not needed.
Not recommended for: Filtered or verified-only results — use free_search_advanced. For full page content — use free_extract.
Twelve adapters are selectable; the default request uses DuckDuckGo + Sogou only. Adapters that share one upstream family are tried sequentially on failure and never double-count as corroboration. Explicitly requested optional API adapters run only when credentials are present and the free basket is short or below the quality gate.
Results are deduplicated and include separate confidence, relevance, and source-count signals.
@readOnly true @idempotent true — makes outbound HTTP requests to configured search engines. Injection detection and SSRF protection active.
free_search_advanced
Advanced search with filters and quality control.
Best for: Domain filtering, high-confidence only, Chinese content.
Not recommended for: Simple queries — use free_search instead.
@readOnly true @idempotent true — runs waterfall progressive search across policy-allowed engines. Makes outbound HTTP requests to search engines and optionally to Jina Reader for content enrichment.
free_extract
Extract full content from a URL. Returns clean markdown text.
Best for: Reading a specific page found in search results to get full context.
Not recommended for: Bulk extraction — use free_search first to find relevant pages.
Behavior: Makes an outbound HTTP request to Jina Reader (r.jina.ai) which fetches and converts the page to markdown. Has SSRF protection: blocks private IPs, localhost, and metadata endpoints. 10s request timeout — pages exceeding this will fail with a timeout error. HTTP errors (4xx, 5xx) are returned as structured error responses.
Ready-to-Paste Client Configurations
Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).
Agent Search Mcp is categorized under Search & Data Extraction and uses a local stdio subprocess. In contrast, Web Scraper to Markdown API belongs to Search & Data Extraction using local stdio subprocess. Select Agent Search Mcp when you need capabilities focused on search & data extraction and Web Scraper to Markdown API when you require tools for search & data extraction.
Fetch README content from a GitHub repository.
Best for: Getting project documentation quickly.
Not recommended for: Non-GitHub URLs — use free_extract instead.
@readOnly true @idempotent true — makes outbound HTTP requests to raw.githubusercontent.com.
fetch_csdn_article
Fetch content from a CSDN blog article.
Best for: Chinese developer blog content on CSDN.
Not recommended for: Other Chinese sites — use free_extract instead.
@readOnly true @idempotent true — makes outbound HTTP requests to the CSDN article URL.
fetch_juejin_article
Fetch content from a Juejin article.
Best for: Chinese developer articles on Juejin.
Not recommended for: Non-Juejin content — use free_extract instead.
@readOnly true @idempotent true — makes outbound HTTP requests to juejin.cn API.
search_with_synthesis
Deep search with waterfall multi-engine verification. Returns structured results plus a prompt_hint for the agent to synthesize its own answer. No external LLM call or model API key is required; search and enrichment still make outbound network requests.
Best for: Complex queries needing multi-source verification and LLM synthesis.
Not recommended for: Simple fact-finding — use free_search instead.
@readOnly true @idempotent true — runs waterfall search across free+paid engines with content enrichment.
Web Scraper to Markdown API Tools (0)
No explicit tool names declared in metadata yet. Check project README on main listing page.