Meyhem
Agent-native search proxy with feedback-driven ranking. Results ranked by whether agents actually succeed with them.
Meyhem
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.
MCP Server Discovery
REST
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}'
Python (no dependencies)
python3 mcp-finder/finder.py "postgres database"
python3 mcp-finder/finder.py "browser automation" -n 3
python3 mcp-finder/finder.py "kubernetes monitoring"
MCP (Claude Desktop, Cursor, etc.)
{"mcpServers": {"meyhem": {"command": "npx", "args": ["mcp-remote", "https://api.rhdxm.com/mcp/"]}}}
Tools: find_server, search, select, outcome
OpenClaw
Available on ClawHub as mcp-finder, meyhem-search, and meyhem-researcher.
Web Search for Agents
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}'
Example Agents
Research Agent
pip install httpx claudette
python example_agent.py 'best practices for error handling in Python async code'
MCP Discovery Agent
pip install httpx claudette
python mcp_discover.py 'I need to interact with a SQLite database'
Links
- Try it live: https://api.rhdxm.com
- API docs: https://api.rhdxm.com/docs
- ClawHub: mcp-finder / meyhem-search / meyhem-researcher
เซิร์ฟเวอร์ที่เกี่ยวข้อง
Scryfall
Search for Magic: The Gathering cards and get details, rulings, and prices using the Scryfall API.
Tarteel MCP Server
Quran-focused MCP server for ayah translation, tafsir, mutashabihat lookups, recitation playlists, and prayer times.
bioRxiv
Search and retrieve articles from bioRxiv, the preprint server for biology.
Local RAG
Privacy-first local RAG server for semantic document search without external APIs
Facebook Ads Library
Get any answer from the Facebook Ads Library, conduct deep research including messaging, creative testing and comparisons in seconds.
Docs MCP Server
Creates a personal, always-current knowledge base for AI by indexing documentation from websites, GitHub, npm, PyPI, and local files.
Legislative Yuan API
Search for bills, documents, and meeting records from Taiwan's Legislative Yuan API.
wellread
A shared knowledge base for AI agents
DeepResearch
Lightning-Fast, High-Accuracy Deep Research Agent 👉 8–10x faster 👉 Greater depth & accuracy 👉 Unlimited parallel runs
BrowseAI Dev
Evidence-backed web research for AI agents. BM25+NLI claim verification, confidence scores, citations, contradiction detection. 12 MCP tools. Works with Claude Desktop, Cursor, Windsurf. Python SDK (pip install browseaidev), LangChain, CrewAI, LlamaIndex integrations. npx browseai-dev