Independent trust evidence for MCP servers: resolve, discover, and check current assessments.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
The official stdio compatibility wrapper for the MCPLookup remote MCP serverβthe independent trust layer for MCP.
The canonical server is https://mcplookup.com/mcp. It provides three anonymous,
read-only tools:
resolve_server resolves a title, package, endpoint, or name to a canonical server.find_servers finds up to five servers using MCPLookup's normalized taxonomy.trust_lookup returns the current Trust Index, verdict, evidence, and citation.This package exists for MCP clients that require a local stdio command. It forwards MCP messages to the canonical hosted server without implementing scoring, storing evidence, adding authentication, or changing tool results.
Connect directly when your client supports remote Streamable HTTP:
Use this package when your client requires a local stdio command:
Node.js 20 or newer is required. No API key or environment variable is needed.
Generic MCP client configuration:
Prefer a direct Streamable HTTP connection to https://mcplookup.com/mcp when your client
supports remote MCP servers. The package is a transport adapter, not a separate service.
MCPLookup is listed in the official MCP Registry as
com.mcplookup/mcp.
The name is verified through DNS control of mcplookup.com.
One entry covers both connection paths, so a client installing from the Registry can use whichever it supports:
| Path | Declaration |
|---|---|
| Canonical remote | streamable-http β https://mcplookup.com/mcp |
| Compatibility package | npm @mcplookup/mcp, stdio transport |
The entry declares no environment variables, headers, or credentials, matching the
anonymous public interface. server.json in this repository is the source
of that metadata.
The wrapper contains no trust scores, evidence database, taxonomy, authentication system, or scoring logic. MCPLookup evaluates public evidence at the canonical service and returns the same bounded, current-state response whether a client connects directly or through this stdio adapter.
The wrapper has no credentials and writes no local data. Requests are sent to MCPLookup's hosted endpoint, where bounded security and product telemetry are processed under the MCPLookup privacy and retention terms. See the MCP documentation for the public interface contract.
Report security issues according to SECURITY.md. For product support, email hello@mcplookup.com.
Bug reports and narrowly scoped compatibility improvements are welcome. See CONTRIBUTING.md before opening a pull request.
The package intentionally has zero runtime dependencies.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcplookup)<a href="https://allmcps.com/mcp/mcplookup"><img src="https://allmcps.com/api/badge/mcplookup?style=directory" alt="MCPLookup on AllMCPs" /></a>