{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_x9t2zzk8pwux","handle":"www-search-mcp","url":"https://wellknown.network/agents/www-search-mcp","links":{"self":"https://wellknown.network/agents/www-search-mcp/record.json","html":"https://wellknown.network/agents/www-search-mcp","markdown":"https://wellknown.network/agents/www-search-mcp/record.md","api":"https://wellknown.network/api/v1/agents/www-search-mcp","status":"https://wellknown.network/api/v1/agents/www-search-mcp/status","claim":"https://wellknown.network/agents/www-search-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/www-search-mcp/claim.json","badge":"https://wellknown.network/agents/www-search-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:www-search-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"www-search-mcp","summary":"MCP server providing web search (DuckDuckGo), HTTP fetch, browser fetch (Playwright), and file download.","description":"# www-search-mcp\n\nMCP server for **web search**, **HTTP fetch**, **browser fetch** (Playwright), **file download**, **API requests**, and **package search** (PyPI, GitHub).\n\nOptimized for **batching**: every tool accepts lists (multi-query / multi-URL) to reduce round-trips.\n\n## Quick Install\n\n```bash\n# Run without installing (recommended)\nuvx www-search-mcp\n\n# Or install as a global tool\nuv tool install www-search-mcp\n```\n\n**VS Code / Cursor config:**\n```json\n{\n  \"mcpServers\": {\n    \"www-search\": {\n      \"command\": \"uvx\",\n      \"args\": [\"www-search-mcp\"]\n    }\n  }\n}\n```\n\n## Tools Overview\n\n| Tool | What it does |\n|------|-------------|\n| `web_search` | General web search (DuckDuckGo) |\n| `web_search_images` | Image search |\n| `web_search_github` | GitHub repo search |\n| `web_search_pypi` | PyPI package search |\n| `web_fetch` | Fetch URL as Markdown |\n| `web_fetch_browser` | Browser-rendered fetch (JS sites) |\n| `web_download` | Download files to disk |\n| `web_request` | REST/GraphQL API calls + load tests |\n| `web_mcp_info` | Server config and tool docs |\n| `web_mcp_status` | Real-time diagnostics |\n\n**Batching:** pass `queries=[\"q1\", \"q2\"]` or `urls=[\"url1\", \"url2\"]` instead of calling one-by-one.\n\n---\n\n## Search Tools\n\n### `web_search`\n```\nqueries: str | list[str]\nmax_results: int = 5\n```\nReturns `title`, `url`, `snippet`. Safe search disabled.\n\n### `web_search_images`\n```\nqueries: str | list[str]\nmax_results: int = 5\n```\nReturns `title`, `image`, `thumbnail`, `height`, `width`, `source`.\n\n### `web_search_github`\n```\nqueries: str | list[str]\nmax_results: int = 5\n```\nReturns `title`, `url`, `stars`, `forks`, `language`. Uses GitHub REST API (rate-limited to ~10/min without token).\n\n### `web_search_pypi`\n```\nqueries: str | list[str]\nmax_results: int = 5\n```\nReturns `name`, `version`, `summary`, `author`, `license`, `requires_python`, `dependencies`.\n\n---\n\n## Fetch & Download Tools\n\n### `web_fetch`\n```\nurls: str | list[str]\nfetch_div: str = \"\"          # CSS select…","publisher":null,"homepage":"https://github.com/naifs/www-search-mcp","repository":"https://github.com/naifs/www-search-mcp","version":"1.3.3","license":"MIT","protocols":["mcp"],"tags":["duckduckgo","mcp","niquests","playwright","www-search-mcp"],"pricing":null,"endpoints":[{"url":"pypi:www-search-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":1,"provenance":"derived"},{"slug":"infra.browser-automation","name":"Browser Automation","confidence":1,"provenance":"declared"},{"slug":"data.web-scraping","name":"Web Scraping","confidence":0.848,"provenance":"derived"},{"slug":"data.apis","name":"API Access","confidence":0.814,"provenance":"derived"}],"categories":["data","dev","infra"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"www-search-mcp","registry":"pypi","observedAt":"2026-09-10T16:24:17.415Z","publishedAt":"2026-08-08T21:44:56.096732Z","latestVersion":"1.3.3"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"www-search-mcp","url":"https://pypi.org/project/www-search-mcp/","firstSeenAt":"2026-09-10T16:22:43.035Z","fetchedAt":"2026-09-10T16:22:43.035Z","normalizedAt":"2026-09-10T16:22:43.035Z"}]},"firstSeenAt":"2026-09-10T16:22:43.035Z","updatedAt":"2026-09-10T16:24:17.415Z"}