nerq-gateway
v1.0.0
Published
One MCP server. 25,000 tools. Zero config. Trust-verified AI agent discovery for Claude, Cursor, and any MCP client.
Downloads
98
Maintainers
Readme
nerq-gateway
One MCP server. 25,000 tools. Zero config.
Your AI agent just got 1000x more capable.
Install
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"nerq": {
"command": "npx",
"args": ["-y", "nerq-gateway"],
"env": {
"NERQ_AUTO_DISCOVER": "true"
}
}
}
}Restart Claude. Done. You now have access to 25,000+ MCP servers, all trust-verified.
What happens
- You ask Claude: "Search my GitHub repos for security issues"
- Claude asks nerq-gateway's
find_tool: "I need a GitHub search tool" - Gateway resolves: github-mcp-server (Trust: 82, A, zero CVEs)
- Gateway returns the recommendation with install instructions
- Claude uses the tool
Every tool is trust-verified before use. No manual configuration needed.
Configuration
| Env Variable | Default | Description |
|-------------|---------|-------------|
| NERQ_MIN_TRUST | 60 | Minimum trust score for tools |
| NERQ_AUTO_DISCOVER | true | Auto-suggest tools for unknown tasks |
| NERQ_PRECONNECT | (empty) | Comma-separated servers to connect on startup |
| NERQ_API_URL | https://nerq.ai | Nerq API URL |
Tools
| Tool | Description |
|------|-------------|
| find_tool | Find the best tool for any task from 25,000+ options |
| check_trust | Check trust score for any agent or tool |
| search_agents | Search 204,000+ agents with filters |
| compare_agents | Compare two agents side-by-side |
Examples
Find a tool
> find_tool("query postgres database")
Recommended: supabase/supabase (Trust: 72.2, B)
MCP Config:
{
"mcpServers": {
"supabase": {
"command": "npx",
"args": ["-y", "@supabase/mcp-server"]
}
}
}Check trust
> check_trust("langchain")
Trust Score: 87.6/100 (A)
Recommendation: PROCEED
Known CVEs: 0
Verified: YesCompare
> compare_agents("langchain", "llamaindex")
| Metric | langchain | llamaindex |
|--------|-----------|------------|
| Trust | 87.6 | 89.9 |
| Grade | A | A |
| Stars | 127K | 47K |Why
- Without gateway: Configure each MCP server manually. Hope they're safe. Limited to what you set up.
- With gateway: One config line. 25,000 tools. Every one trust-verified. Auto-discovery for new needs.
API
The gateway uses the Nerq API:
GET /v1/resolve?task=X— Find best tool for a taskGET /v1/preflight?target=X— Check trust scoreGET /v1/discover?q=X— Search agents
Free tier: 100 requests/day. No API key needed.
License
MIT
Built by Nerq — the trust layer for AI agents.
