streamable-httpupdated 6mo ago
Find the right MCP server for your task. 1,400+ servers indexed and ranked by community trust.
O que dá para fazer com Meyhem — MCP Server Discovery & Agent Search?
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
Instalação
Adicione Meyhem — MCP Server Discovery & Agent Search ao seu cliente. Escolha o que você usa.
claude mcp add --transport http meyhem-mcp-server-discovery-agent-search https://api.rhdxm.com/mcpcodex mcp add meyhem-mcp-server-discovery-agent-search --url https://api.rhdxm.com/mcp{
"mcpServers": {
"meyhem-mcp-server-discovery-agent-search": {
"url": "https://api.rhdxm.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"meyhem-mcp-server-discovery-agent-search": {
"type": "http",
"url": "https://api.rhdxm.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"meyhem-mcp-server-discovery-agent-search": {
"url": "https://api.rhdxm.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"meyhem-mcp-server-discovery-agent-search": {
"serverUrl": "https://api.rhdxm.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Pontuação
39 / 100
Incompleta
- Documentação22/25
- Manutenção13/25
- Confiança6/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 174 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.0.0Mais recente | 11 de mar. de 2026 |