One MCP Server.
25,000 Tools.
Zero Config.
Your AI agent just got 1000x more capable.
Install in 30 seconds
Click to copy
{
"mcpServers": {
"nerq": {
"command": "npx",
"args": [
"-y",
"nerq-gateway"
],
"env": {
"NERQ_AUTO_DISCOVER": "true"
}
}
}
}
Add to ~/Library/Application Support/Claude/claude_desktop_config.json · Restart Claude · Done.
How it works
1
You ask
“Search my GitHub repos for security issues”
2
Claude asks gateway
find_tool(“github search”)
3
Gateway resolves
Searches 25K servers, trust-verifies
4
Returns best match
github-mcp-server (Trust: 83, A)
5
Claude uses it
With install instructions ready
Gateway Tools
find_tool
Find the best MCP server or tool for any task. Describe what you need, get a trust-verified recommendation with install instructions.
check_trust
Check the trust score and security status of any agent or tool before using it. CVEs, license, maintenance status.
search_agents
Search 204,000+ AI agents and tools. Filter by trust score, category, framework, or keywords.
compare_agents
Compare two agents side-by-side on trust, security, pricing, and compatibility. Get a clear winner.
Try it live
What tool do you need?
Without vs With Gateway
| Without Gateway | With Gateway | |
|---|---|---|
| Setup | Configure each server manually | One config line |
| Tools available | Only what you configured | 25,000+ servers |
| Trust verification | Hope they're safe | Every tool trust-verified |
| New capabilities | Manually find & add servers | Auto-discovery |
| CVE checking | Not checked | Checked before recommendation |
| Install instructions | Search docs yourself | Ready to paste |
Trust verification built in
Every tool recommended by the gateway is trust-verified against 13+ independent signals. Nerq checks known CVEs, license compliance, maintenance activity, community signals, and security practices. You set the minimum trust threshold (default: 60/100). Tools below your threshold are never recommended.
FAQ
What is nerq-gateway?
nerq-gateway is a single MCP server that gives your AI agent access to 25,000+ tools. It uses the Nerq /v1/resolve API to find, verify, and recommend the best tool for any task — with zero configuration.
How do I install it?
Add the JSON config block above to your Claude Desktop config file (
~/Library/Application Support/Claude/claude_desktop_config.json), then restart Claude. No API key needed. Free tier: 100 requests/day.Is it safe?
Yes. Every tool is trust-verified before recommendation. Nerq checks CVEs, licenses, maintenance status, and 10+ other signals. Set
NERQ_MIN_TRUST=70 for stricter filtering.What tools can it find?
Anything in the Nerq index: GitHub tools, MCP servers, npm/PyPI packages, Docker images. Categories include source control, databases, communication, code review, security, cloud, AI/ML, media, and more.
Does it work with Cursor?
Yes. nerq-gateway works with any MCP client including Claude Desktop, Cursor, VS Code, and custom MCP implementations.