This is meta-tooling for the MCP ecosystem itself. It indexes over 1,400 MCP servers and lets you search them by task description rather than exact names. Exposes find_server, search, select, and outcome tools through the standard MCP protocol, or hit the REST API directly at api.rhdxm.com/find. Also includes agent-optimized web search that ranks results by outcome relevance across multiple engines. No authentication required, no rate limits. Reach for this when you're building agents that need to discover and integrate other MCP servers dynamically, or when you need search results structured for programmatic consumption rather than human browsing.
Find the right MCP server for your task. 1,400+ servers indexed and ranked by community trust.
Also: outcome-ranked web search for AI agents across multiple engines.
No API key. No signup. No rate limits.
curl -X POST https://api.rhdxm.com/find \
-H 'Content-Type: application/json' \
-d '{"query": "I need to query a Postgres database", "max_results": 5}'
python3 mcp-finder/finder.py "postgres database"
python3 mcp-finder/finder.py "browser automation" -n 3
python3 mcp-finder/finder.py "kubernetes monitoring"
{"mcpServers": {"meyhem": {"command": "npx", "args": ["mcp-remote", "https://api.rhdxm.com/mcp/"]}}}
Tools: find_server, search, select, outcome
Available on ClawHub as mcp-finder, meyhem-search, and meyhem-researcher.
python3 meyhem-search/search.py "python asyncio best practices"
python3 meyhem-researcher/researcher.py "kubernetes networking" -q 5
curl -X POST https://api.rhdxm.com/search \
-H 'Content-Type: application/json' \
-d '{"query": "python asyncio best practices", "agent_id": "my-agent", "max_results": 5}'
pip install httpx claudette
python example_agent.py 'best practices for error handling in Python async code'
pip install httpx claudette
python mcp_discover.py 'I need to interact with a SQLite database'
io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
io.github.mikerawsonnz/llm-orchestration-agent
io.github.mikerawsonnz/authenticated-llm-agent
labforgedev/copilot-memory-mcp
csoai-org/agent-prompt-injection-firewall-mcp
io.github.mikerawsonnz/authenticated-multi-llm-agent