Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"webread-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# WebRead MCP A Model Context Protocol (MCP) server that enables AI assistants to read webpages and perform web searches. ## Tools ### read_webpage Fetches a webpage via GET request and returns its text content. **Parameters:** - `url` (required) - The URL to fetch - `max_chars` (optional, default: 500) - Maximum characters to return - `offset` (optional, default: 0) - Starting character position for chunked reading - `raw_html` (optional, default: false) - Return raw HTML instead of extracted text **Example:** ```json { "url": "https://example.com", "max_chars": 1000, "offset": 0 } ``` ### web_search Performs a web search using DuckDuckGo and returns titles with links. **Parameters:** - `query` (required) - The search query - `page` (optional, default: 1) - Page number (1-based) **Example:** ```json { "query": "python tutorial", "page": 1 } ``` ## Installation ### From PyPI ```bash pip install webread-mcp ``` ### From Source ```bash git clone <repository-url> cd webreadmcp pip install -e . ``` ## Configuration Add the server to your MCP client configuration: ### If installed via pip ```json { "mcpServers": { "webread": { "command": "python", "args": ["-m", "webread_mcp"] } } } ``` ## Running Manually ```bash python -m webread_mcp ``` The server communicates via stdio and will wait for MCP protocol messages. ### Custom CA Bundle ```json { "mcpServers": { "webread": { "command": "python", "args": ["-m", "webread_mcp"], "env": { "SSL_CERT_FILE": "/path/to/corporate-ca-bundle.crt" } } } } ``` ### Disable SSL Verification (Not Recommended) ```json { "mcpServers": { "webread": { "command": "python", "args": ["-m", "webread_mcp"], "env": { "WEBREAD_VERIFY_SSL": "false" } } } } ``` ## Dependencies - `mcp` - Model Context Protocol SDK - `httpx` - HTTP client - `beautifulsoup4` - HTML parsing - `duckduckgo_search` - Web search
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.