npm @mcplookup/mcpstreamable-httpMITupdated 22d ago
The official stdio compatibility wrapper for the MCPLookup remote MCP server—the independent trust layer for MCP.
MCPLookup 能做什么?
MCPLookup MCP
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_serverresolves a title, package, endpoint, or name to a canonical server.find_serversfinds up to five servers using MCPLookup's normalized taxonomy.trust_lookupreturns 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
Connect directly when your client supports remote Streamable HTTP:
https://mcplookup.com/mcp
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.
npx -y @mcplookup/mcp
Generic MCP client configuration:
{
"mcpServers": {
"mcplookup": {
"command": "npx",
"args": ["-y", "@mcplookup/mcp"]
}
}
}
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.
MCP Registry
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.
What stays remote
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 MIT license covers the plugin and wrapper software in this repository only. It does not license MCPLookup's hosted evidence database, assessments, verdicts, scores, classifications, taxonomy, historical record, or scoring framework. Use of service data remains governed by the MCPLookup terms.
Data and security
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 policy. 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.
Development
npm test
npm pack --dry-run
The package intentionally has zero runtime dependencies.
Marketplace package
This repository also contains the shared MCPLookup marketplace package:
.claude-plugin/plugin.jsonand.mcp.jsonpackage the remote server for Claude..codex-plugin/plugin.jsonpackages the same remote server for ChatGPT and Codex.skills/verify-mcp-server/SKILL.mdadds the proactive pre-connect verification workflow.review/marketplace-cases.mddefines the positive, negative, and direct-connect release cases.
The skill improves orchestration but is not required for correct tool selection. Direct MCP, Registry, npm-wrapper, and VS Code clients receive independently useful tool descriptions and server instructions from the canonical hosted service.
安装
把 MCPLookup 添加到你的客户端。选择你正在使用的那个。
{
"servers": {
"mcp": {
"type": "http",
"url": "https://mcplookup.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add mcp -- npx -y @mcplookup/mcpcodex mcp add mcp -- npx -y @mcplookup/mcpamp mcp add mcp -- npx -y @mcplookup/mcp{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@mcplookup/mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@mcplookup/mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@mcplookup/mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@mcplookup/mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@mcplookup/mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@mcplookup/mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@mcplookup/mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @mcplookup/mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
评分
39 / 100
不完整
- 文档25/25
- 维护25/25
- 可信度16/20
- 能力0/15
- 安装体验15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 15 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 0.1.6最新 | 2026年8月17日 |
| 0.1.5 | 2026年8月16日 |
| 0.1.4 | 2026年8月8日 |
| 0.1.3 | 2026年8月8日 |
| 0.1.1 | 2026年8月7日 |
| 0.1.0 | 2026年8月7日 |