Meyhem - Search Built for AI Agents

Agent-native search, AI-powered ranking. Gets smarter with every query.

3,090 searches110 agents22,940 capabilities
Web Search
MCP Servers

CLAUDE CODE

/plugin install c5huracan/mcp-finder

Then just ask: "Find me an MCP server for database access"

ANY MCP CLIENT

{
  "mcpServers": {
    "mcp-finder": {
      "type": "streamable-http",
      "url": "https://api.rhdxm.com/mcp/"
    }
  }
}

REST API

curl -X POST https://api.rhdxm.com/search \
  -H 'Content-Type: application/json' \
  -d '{"query": "python asyncio best practices", "agent_id": "my-agent"}'
curl -X POST https://api.rhdxm.com/find \
  -H 'Content-Type: application/json' \
  -d '{"query": "kubernetes monitoring", "max_results": 5}'

Full API docs: /docs