MCPLookup MCP
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCPLookup MCPWhat's the trust rating for the Slack MCP server?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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/mcpUse 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/mcpGeneric 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.
Related MCP server: MCP Hub Database Server
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.
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 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.
Development
npm test
npm pack --dry-runThe package intentionally has zero runtime dependencies.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables searching and retrieving detailed information about MCP servers from the official MCP registry. Provides tools to list servers with filtering options and get comprehensive details about specific servers.Last updated413MIT
- Flicense-quality-maintenanceEnables querying and searching the MCP Hub database to discover MCP servers, view server details, find top servers by popularity or recency, and identify top contributors.Last updated
- AlicenseAqualityBmaintenanceSearch, verify, and get risk profiles for MCP servers from the CuratedMCP catalog directly from any MCP client.Last updated337MIT

coreason_mcp_registryofficial
Flicense-qualityCmaintenanceEnables discovering and managing MCP servers through a registry, supporting listing, searching, and configuration.Last updated
Related MCP Connectors
Independent A-F trust grade for any MCP server, watched for drift. Free, never for sale.
Identity resolution MCP server for phone/email lookups across 31+ services. Global + India coverage.
An MCP server for deep research or task groups
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mcplookupdev/mcplookup-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server