Read-only MCP server giving AI agents the web as compact, ranked, verified evidence. Local cross-encoder reranker, NLI claim verification, semantic
Read-only MCP server giving AI agents the web as compact, ranked, verified evidence. Local cross-encoder reranker, NLI claim verification, semantic cross-source agreement and contradiction detection. No API keys. The internet context mcp mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 6 defined tools rather than through you.
Six read-only tools — web_research, web_context, web_search, web_read, web_verify, web_extract — plus MCP resources, prompts, and proper outputSchema / readOnlyHint metadata. Behind each tool: local BM25 ranking, a local cross-encoder reranker, a local NLI classifier, local sentence embeddings, a regex prompt-injection scanner, and a two-tier (in-memory + SQLite) fetch cache.
Everything the assistant can do here goes through one of these:
web_research — One-shot research tool: search the web, fetch the top N results in parallel, rank chunks within each source (with the local reranker by default)web_context — Fetches a URL, cleans it, splits it into chunks, ranks chunks against an agent task with a local BM25-style algorithm, and returns only the bestweb_read — Fetches a URL, removes noisy page chrome, extracts the main content, and returns clean text plus token savings metadataweb_search — Searches the web and returns compact, source-classified resultsweb_verify — Checks whether a claim is supported, refuted, or unclear from one or more source URLs. Fetches each source, ranks chunks against the claim, and looksweb_extract — Best-effort generic field extraction from clean page text. This is intentionally secondary to web_context; in many agents, the better flow is to callplaywright on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
You will need 5 environment variables: BRAVE_SEARCH_API_KEY, INTERNET_CONTEXT_MCP_RERANK, INTERNET_CONTEXT_MCP_NLI, INTERNET_CONTEXT_MCP_EMBEDDINGS, INTERNET_CONTEXT_MCP_CACHE_DIR. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the planning and project tracking group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Internet Context MCP's toolset — web_research, web_context, web_read and 3 more — is a fair guide to whether it matches your workflow. It is maintained by vivekvar-dl; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| web_research | One-shot research tool: search the web, fetch the top N results in parallel, rank chunks within each source (with the local reranker by default), then cross-rank globally and return a unified evidence pack with per-chunk |
| web_context | Fetches a URL, cleans it, splits it into chunks, ranks chunks against an agent task with a local BM25-style algorithm, and returns only the best evidence budget. This is the main token-reduction tool. |
| web_read | Fetches a URL, removes noisy page chrome, extracts the main content, and returns clean text plus token savings metadata. |
| web_search | Searches the web and returns compact, source-classified results. |
| web_verify | Checks whether a claim is supported, refuted, or unclear from one or more source URLs. Fetches each source, ranks chunks against the claim, and looks for explicit support or contradiction (with simple negation detection |
| web_extract | Best-effort generic field extraction from clean page text. This is intentionally secondary to web_context; in many agents, the better flow is to call web_context and let the host model reason over the returned evidence c |
{
"mcpServers": {
"internet-context": {
"command": "npx",
"args": ["-y", "internet-context-mcp"]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| BRAVE_SEARCH_API_KEY | Credential the server authenticates with. | Yes |
| INTERNET_CONTEXT_MCP_RERANK | Configuration value read at startup. | Optional |
| INTERNET_CONTEXT_MCP_NLI | Configuration value read at startup. | Optional |
| INTERNET_CONTEXT_MCP_EMBEDDINGS | Configuration value read at startup. | Optional |
| INTERNET_CONTEXT_MCP_CACHE_DIR | Filesystem location the server is allowed to use. | Optional |
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.