← Index

MCP Retrieval

io.github.Role1776/mcp-retrievalv0.1.7Web Scraping

Local Go MCP server: DuckDuckGo/Bing web + image search, readability scraping to Markdown.

The current version, v0.1.7, was published to the official MCP registry on 2026-08-17. It is distributed as the Docker image ghcr.io/role1776/mcp-retrieval:0.1.7, filed under Web Scraping by this index, and declares 23 environment variables. Removals and unreachable sources are measured across every server this index tracks, contract drift across the servers that answer in consecutive snapshots; the index's current counts put this record in context.

In-path gate · all MCP tools

Using MCP Retrieval in Claude, Cursor, Gemini CLI, Cline, or Zed?

MCP tool contracts can change remotely with no version bump. The mcpindex gate pins each contract and HOLDs the call when it drifts-before your agent acts. Zero credentials. This is not the package install for this server itself (use Install this server for that).

Install the mcpindex gate (one command)

Rewrites your MCP host config so each server launches behind the gate. Inspect first: curl -fsSL https://mcpindex.ai/install.sh | less

uv tool install mcpindex-gate && mcpindex-config-wire
Trust verdict · v1 advisory · method
REVIEWstatus: PARTIALfresh until 2026-10-02 15:27 UTC
screened 2026-08-15tier: scannedgranularity: description-levelsource: registry

Semantic screen found no manipulation pattern in the description. Conformance probe not yet run.

mcpindex.integrity.descriptionpassINFO

evidence“No malicious instructions found”via static_description

Limits of this verdict
  • - Semantic screen only - the deterministic conformance probe has not run on this server
  • - Confidence is reported but not yet calibrated (v1)
  • - Screen reads the tool description, not the live behavior
  • - advisory
  • - registry description only no input schema
  • - screen model 8b
  • - Still current: the description we screened is unchanged, re-checked against the registry
  • - The registry listing (version, packages, links) changed after this screen ran - the description we assessed did not

Semantic screen: an LLM judge reads the tool description for hidden instructions (status PARTIAL). A pass means the description is not lying, not that the tool is safe: a high-capability tool with an honest description still warrants caution. The deterministic conformance probe has not been run on this server yet, so the screen here is semantic-only. Posture: advisory. Confidences are reported but not yet calibrated (calibrated=false at v1). Full verdict history is not shown on this page.

Own this server? Screen its description →

That verdict was true at screening time (snapshot 2026-09-25).

Contracts can change after screening, with no version bump. The gate pins MCP Retrieval’s tool contracts on first sight and holds any silent change before your agent acts - the check that keeps being true on Tuesday.

See your first HOLD in 2 minutes →

Related: how to trust an MCP server · screen before install · silent contract drift

Cite this record

People vet a server before wiring it in. One line on your project site or docs answers that with an independent record: screening verdict, registry provenance, contract drift history. It stays current as new screens and drift events land.

Markdown
[Independent trust record for MCP Retrieval](https://mcpindex.ai/server/io-github-role1776-mcp-retrieval) - screening verdict, registry provenance, and contract drift monitoring.
HTML
<a href="https://mcpindex.ai/server/io-github-role1776-mcp-retrieval">Independent trust record for MCP Retrieval</a> - screening verdict, registry provenance, and contract drift monitoring.
Embed this badge

A live verdict badge for your README or listing. It reflects the current screen, links back here, and updates when the verdict does.

Markdown
[![mcpindex](https://mcpindex.ai/api/v1/badge/io-github-role1776-mcp-retrieval)](https://mcpindex.ai/server/io-github-role1776-mcp-retrieval)
HTML
<a href="https://mcpindex.ai/server/io-github-role1776-mcp-retrieval"><img src="https://mcpindex.ai/api/v1/badge/io-github-role1776-mcp-retrieval" alt="mcpindex verdict" height="20" /></a>
Environment variables
MCP_TRANSPORT

stdio (client spawns the process) or http (streamable HTTP listener).

MCP_NAME

Server name reported in the MCP initialize handshake.

MCP_PATH

HTTP path the MCP endpoint is served on. Used only when MCP_TRANSPORT=http.

SERVER_PORT

TCP port to listen on. Used only when MCP_TRANSPORT=http.

SERVER_READ_TIMEOUT

HTTP read timeout as a Go duration. Used only when MCP_TRANSPORT=http.

SERVER_WRITE_TIMEOUT

HTTP write timeout as a Go duration. Used only when MCP_TRANSPORT=http.

LOG_MODE

local (text, debug) or prod (JSON, info). Logs go to stderr.

MAX_IDLE_CONNS_PER_HOST

Idle connections the outbound HTTP client keeps per host.

MAX_QUERIES

Maximum queries or URLs accepted in one call.

DEFAULT_RESULTS

Snippets returned per query when the call does not ask for a count.

MAX_RESULTS

Upper bound for snippets per query.

DEFAULT_IMAGES

Images returned per query when the call does not ask for a count.

MAX_IMAGES

Upper bound for images per query.

DEFAULT_TIMEOUT_MS

Per-call timeout in milliseconds when the call does not request one.

MIN_TIMEOUT_MS

Lowest timeout a call may request, in milliseconds.

MAX_TIMEOUT_MS

Highest timeout a call may request, in milliseconds.

DEFAULT_DOCUMENT_CHARS

Characters kept per scraped page when the call does not ask for a limit.

MAX_DOCUMENT_CHARS

Upper bound for characters kept per scraped page.

PROXY_SCHEME

Outbound proxy scheme. Optional; set all five PROXY_* variables or none.

PROXY_HOST

Outbound proxy host. Enables per-request rotating proxy sessions.

PROXY_PORT

Outbound proxy port. Required when PROXY_HOST is set.

PROXY_LOGIN
secret

Outbound proxy username. Required when PROXY_HOST is set.

PROXY_PASSWORD
secret

Outbound proxy password. Required when PROXY_HOST is set.

MCP_TRANSPORT

stdio (client spawns the process) or http (streamable HTTP listener).

MCP_NAME

Server name reported in the MCP initialize handshake.

MCP_PATH

HTTP path the MCP endpoint is served on. Used only when MCP_TRANSPORT=http.

SERVER_PORT

TCP port to listen on. Used only when MCP_TRANSPORT=http.

SERVER_READ_TIMEOUT

HTTP read timeout as a Go duration. Used only when MCP_TRANSPORT=http.

SERVER_WRITE_TIMEOUT

HTTP write timeout as a Go duration. Used only when MCP_TRANSPORT=http.

LOG_MODE

local (text, debug) or prod (JSON, info). Logs go to stderr.

MAX_IDLE_CONNS_PER_HOST

Idle connections the outbound HTTP client keeps per host.

MAX_QUERIES

Maximum queries or URLs accepted in one call.

DEFAULT_RESULTS

Snippets returned per query when the call does not ask for a count.

MAX_RESULTS

Upper bound for snippets per query.

DEFAULT_IMAGES

Images returned per query when the call does not ask for a count.

MAX_IMAGES

Upper bound for images per query.

DEFAULT_TIMEOUT_MS

Per-call timeout in milliseconds when the call does not request one.

MIN_TIMEOUT_MS

Lowest timeout a call may request, in milliseconds.

MAX_TIMEOUT_MS

Highest timeout a call may request, in milliseconds.

DEFAULT_DOCUMENT_CHARS

Characters kept per scraped page when the call does not ask for a limit.

MAX_DOCUMENT_CHARS

Upper bound for characters kept per scraped page.

PROXY_SCHEME

Outbound proxy scheme. Optional; set all five PROXY_* variables or none.

PROXY_HOST

Outbound proxy host. Enables per-request rotating proxy sessions.

PROXY_PORT

Outbound proxy port. Required when PROXY_HOST is set.

PROXY_LOGIN
secret

Outbound proxy username. Required when PROXY_HOST is set.

PROXY_PASSWORD
secret

Outbound proxy password. Required when PROXY_HOST is set.

MCP_TRANSPORT

stdio (client spawns the process) or http (streamable HTTP listener).

MCP_NAME

Server name reported in the MCP initialize handshake.

MCP_PATH

HTTP path the MCP endpoint is served on. Used only when MCP_TRANSPORT=http.

SERVER_PORT

TCP port to listen on. Used only when MCP_TRANSPORT=http.

SERVER_READ_TIMEOUT

HTTP read timeout as a Go duration. Used only when MCP_TRANSPORT=http.

SERVER_WRITE_TIMEOUT

HTTP write timeout as a Go duration. Used only when MCP_TRANSPORT=http.

LOG_MODE

local (text, debug) or prod (JSON, info). Logs go to stderr.

MAX_IDLE_CONNS_PER_HOST

Idle connections the outbound HTTP client keeps per host.

MAX_QUERIES

Maximum queries or URLs accepted in one call.

DEFAULT_RESULTS

Snippets returned per query when the call does not ask for a count.

MAX_RESULTS

Upper bound for snippets per query.

DEFAULT_IMAGES

Images returned per query when the call does not ask for a count.

MAX_IMAGES

Upper bound for images per query.

DEFAULT_TIMEOUT_MS

Per-call timeout in milliseconds when the call does not request one.

MIN_TIMEOUT_MS

Lowest timeout a call may request, in milliseconds.

MAX_TIMEOUT_MS

Highest timeout a call may request, in milliseconds.

DEFAULT_DOCUMENT_CHARS

Characters kept per scraped page when the call does not ask for a limit.

MAX_DOCUMENT_CHARS

Upper bound for characters kept per scraped page.

PROXY_SCHEME

Outbound proxy scheme. Optional; set all five PROXY_* variables or none.

PROXY_HOST

Outbound proxy host. Enables per-request rotating proxy sessions.

PROXY_PORT

Outbound proxy port. Required when PROXY_HOST is set.

PROXY_LOGIN
secret

Outbound proxy username. Required when PROXY_HOST is set.

PROXY_PASSWORD
secret

Outbound proxy password. Required when PROXY_HOST is set.

MCP_TRANSPORT

stdio (client spawns the process) or http (streamable HTTP listener).

MCP_NAME

Server name reported in the MCP initialize handshake.

MCP_PATH

HTTP path the MCP endpoint is served on. Used only when MCP_TRANSPORT=http.

SERVER_PORT

TCP port to listen on. Used only when MCP_TRANSPORT=http.

SERVER_READ_TIMEOUT

HTTP read timeout as a Go duration. Used only when MCP_TRANSPORT=http.

SERVER_WRITE_TIMEOUT

HTTP write timeout as a Go duration. Used only when MCP_TRANSPORT=http.

LOG_MODE

local (text, debug) or prod (JSON, info). Logs go to stderr.

MAX_IDLE_CONNS_PER_HOST

Idle connections the outbound HTTP client keeps per host.

MAX_QUERIES

Maximum queries or URLs accepted in one call.

DEFAULT_RESULTS

Snippets returned per query when the call does not ask for a count.

MAX_RESULTS

Upper bound for snippets per query.

DEFAULT_IMAGES

Images returned per query when the call does not ask for a count.

MAX_IMAGES

Upper bound for images per query.

DEFAULT_TIMEOUT_MS

Per-call timeout in milliseconds when the call does not request one.

MIN_TIMEOUT_MS

Lowest timeout a call may request, in milliseconds.

MAX_TIMEOUT_MS

Highest timeout a call may request, in milliseconds.

DEFAULT_DOCUMENT_CHARS

Characters kept per scraped page when the call does not ask for a limit.

MAX_DOCUMENT_CHARS

Upper bound for characters kept per scraped page.

PROXY_SCHEME

Outbound proxy scheme. Optional; set all five PROXY_* variables or none.

PROXY_HOST

Outbound proxy host. Enables per-request rotating proxy sessions.

PROXY_PORT

Outbound proxy port. Required when PROXY_HOST is set.

PROXY_LOGIN
secret

Outbound proxy username. Required when PROXY_HOST is set.

PROXY_PASSWORD
secret

Outbound proxy password. Required when PROXY_HOST is set.

MCP_TRANSPORT

stdio (client spawns the process) or http (streamable HTTP listener).

MCP_NAME

Server name reported in the MCP initialize handshake.

MCP_PATH

HTTP path the MCP endpoint is served on. Used only when MCP_TRANSPORT=http.

SERVER_PORT

TCP port to listen on. Used only when MCP_TRANSPORT=http.

SERVER_READ_TIMEOUT

HTTP read timeout as a Go duration. Used only when MCP_TRANSPORT=http.

SERVER_WRITE_TIMEOUT

HTTP write timeout as a Go duration. Used only when MCP_TRANSPORT=http.

LOG_MODE

local (text, debug) or prod (JSON, info). Logs go to stderr.

MAX_IDLE_CONNS_PER_HOST

Idle connections the outbound HTTP client keeps per host.

MAX_QUERIES

Maximum queries or URLs accepted in one call.

DEFAULT_RESULTS

Snippets returned per query when the call does not ask for a count.

MAX_RESULTS

Upper bound for snippets per query.

DEFAULT_IMAGES

Images returned per query when the call does not ask for a count.

MAX_IMAGES

Upper bound for images per query.

DEFAULT_TIMEOUT_MS

Per-call timeout in milliseconds when the call does not request one.

MIN_TIMEOUT_MS

Lowest timeout a call may request, in milliseconds.

MAX_TIMEOUT_MS

Highest timeout a call may request, in milliseconds.

DEFAULT_DOCUMENT_CHARS

Characters kept per scraped page when the call does not ask for a limit.

MAX_DOCUMENT_CHARS

Upper bound for characters kept per scraped page.

PROXY_SCHEME

Outbound proxy scheme. Optional; set all five PROXY_* variables or none.

PROXY_HOST

Outbound proxy host. Enables per-request rotating proxy sessions.

PROXY_PORT

Outbound proxy port. Required when PROXY_HOST is set.

PROXY_LOGIN
secret

Outbound proxy username. Required when PROXY_HOST is set.

PROXY_PASSWORD
secret

Outbound proxy password. Required when PROXY_HOST is set.

MCP_TRANSPORT

stdio (client spawns the process) or http (streamable HTTP listener).

MCP_NAME

Server name reported in the MCP initialize handshake.

MCP_PATH

HTTP path the MCP endpoint is served on. Used only when MCP_TRANSPORT=http.

SERVER_PORT

TCP port to listen on. Used only when MCP_TRANSPORT=http.

SERVER_READ_TIMEOUT

HTTP read timeout as a Go duration. Used only when MCP_TRANSPORT=http.

SERVER_WRITE_TIMEOUT

HTTP write timeout as a Go duration. Used only when MCP_TRANSPORT=http.

LOG_MODE

local (text, debug) or prod (JSON, info). Logs go to stderr.

MAX_IDLE_CONNS_PER_HOST

Idle connections the outbound HTTP client keeps per host.

MAX_QUERIES

Maximum queries or URLs accepted in one call.

DEFAULT_RESULTS

Snippets returned per query when the call does not ask for a count.

MAX_RESULTS

Upper bound for snippets per query.

DEFAULT_IMAGES

Images returned per query when the call does not ask for a count.

MAX_IMAGES

Upper bound for images per query.

DEFAULT_TIMEOUT_MS

Per-call timeout in milliseconds when the call does not request one.

MIN_TIMEOUT_MS

Lowest timeout a call may request, in milliseconds.

MAX_TIMEOUT_MS

Highest timeout a call may request, in milliseconds.

DEFAULT_DOCUMENT_CHARS

Characters kept per scraped page when the call does not ask for a limit.

MAX_DOCUMENT_CHARS

Upper bound for characters kept per scraped page.

PROXY_SCHEME

Outbound proxy scheme. Optional; set all five PROXY_* variables or none.

PROXY_HOST

Outbound proxy host. Enables per-request rotating proxy sessions.

PROXY_PORT

Outbound proxy port. Required when PROXY_HOST is set.

PROXY_LOGIN
secret

Outbound proxy username. Required when PROXY_HOST is set.

PROXY_PASSWORD
secret

Outbound proxy password. Required when PROXY_HOST is set.

MCP_TRANSPORT

stdio (client spawns the process) or http (streamable HTTP listener).

MCP_NAME

Server name reported in the MCP initialize handshake.

MCP_PATH

HTTP path the MCP endpoint is served on. Used only when MCP_TRANSPORT=http.

SERVER_PORT

TCP port to listen on. Used only when MCP_TRANSPORT=http.

SERVER_READ_TIMEOUT

HTTP read timeout as a Go duration. Used only when MCP_TRANSPORT=http.

SERVER_WRITE_TIMEOUT

HTTP write timeout as a Go duration. Used only when MCP_TRANSPORT=http.

LOG_MODE

local (text, debug) or prod (JSON, info). Logs go to stderr.

MAX_IDLE_CONNS_PER_HOST

Idle connections the outbound HTTP client keeps per host.

MAX_QUERIES

Maximum queries or URLs accepted in one call.

DEFAULT_RESULTS

Snippets returned per query when the call does not ask for a count.

MAX_RESULTS

Upper bound for snippets per query.

DEFAULT_IMAGES

Images returned per query when the call does not ask for a count.

MAX_IMAGES

Upper bound for images per query.

DEFAULT_TIMEOUT_MS

Per-call timeout in milliseconds when the call does not request one.

MIN_TIMEOUT_MS

Lowest timeout a call may request, in milliseconds.

MAX_TIMEOUT_MS

Highest timeout a call may request, in milliseconds.

DEFAULT_DOCUMENT_CHARS

Characters kept per scraped page when the call does not ask for a limit.

MAX_DOCUMENT_CHARS

Upper bound for characters kept per scraped page.

PROXY_SCHEME

Outbound proxy scheme. Optional; set all five PROXY_* variables or none.

PROXY_HOST

Outbound proxy host. Enables per-request rotating proxy sessions.

PROXY_PORT

Outbound proxy port. Required when PROXY_HOST is set.

PROXY_LOGIN
secret

Outbound proxy username. Required when PROXY_HOST is set.

PROXY_PASSWORD
secret

Outbound proxy password. Required when PROXY_HOST is set.

MCP quality score · maturity, not trust · methodology
freshness
24
completeness
20
installability
25
documentation
15
stability
5
Alternatives in Web Scraping