Nerq MCP Server
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., "@Nerq MCP ServerWhat's the trust score of langchain?"
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.
Nerq MCP Server
Official first-party MCP server for the Nerq catalog (nerq.ai).
Nerq indexes 6.8M+ software entities, AI tools, packages, and 41,368 MCP servers, each with an independent Trust Score. This Model Context Protocol server exposes Nerq's trust judgments as agent tools, so an agent can check trust before it acts.
Hosted endpoint (Streamable HTTP):
https://mcp.nerq.ai/mcpServer card:
https://mcp.nerq.ai/.well-known/mcp/server-card.jsonRegistry namespace:
ai.nerq/mcp(DNS-verified onnerq.ai)Free, no authentication.
This is Nerq's own server for its own catalog — first-party, not a third-party wrapper. The catalog and the trust judgments are hosted; this repository is a thin client bridge and a manifest. It holds no data, no database access, and no business logic.
Install
Or point any Streamable-HTTP MCP client at https://mcp.nerq.ai/mcp (see Using it below).
Related MCP server: dominion-observatory
Tools
Tool | Signature | Returns |
|
| Trust Score, grade, verdict (safe / caution / elevated risk / not yet scored), |
|
| Head-to-head by Nerq Trust Score, with a winner — or |
|
| Entities matching |
|
| MCP servers matching a capability keyword, ranked by Trust Score, from Nerq's index of 41,368. |
Design guarantees
Never fabricates. Resolution is exact — no fuzzy matching. On a miss the tools abstain (
found: false/cannot_compare) rather than return a wrong entity: an agent acting on a fabricated match is worse than no answer.Never a numeric zero for the unscored. An entity with no score returns
"not yet scored", never0/100.Provenance on every response. Every result carries a
source_urlback to the Nerq page it came from, so the judgment is citable.
Using it
Recommended — connect directly to the hosted server (Streamable HTTP), no install:
https://mcp.nerq.ai/mcpimport asyncio
from mcp.client.streamable_http import streamablehttp_client
from mcp.client.session import ClientSession
async def main():
async with streamablehttp_client("https://mcp.nerq.ai/mcp") as (r, w, _):
async with ClientSession(r, w) as s:
await s.initialize()
print(await s.call_tool("is_safe", {"entity": "langchain"}))
asyncio.run(main())stdio clients — this repo's server.py is a thin bridge that forwards stdio to the hosted
endpoint (no data, no secrets):
pip install -r requirements.txt
python server.py # bridges stdio -> https://mcp.nerq.ai/mcpAbout Nerq
Nerq is an independent, quantitative trust layer for software and the machine economy. Trust Scores are computed from independently measured dimensions (security, maintenance, popularity, compliance, …) and are machine-readable. Learn more at nerq.ai.
License
MIT — see LICENSE.
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.
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/nerq-ai/nerq-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server