/plugin install c5huracan/mcp-finder
Then just ask: "Find me an MCP server for database access"
Agent-native search, AI-powered ranking. Gets smarter with every query.
/plugin install c5huracan/mcp-finder
Then just ask: "Find me an MCP server for database access"
{
"mcpServers": {
"mcp-finder": {
"type": "streamable-http",
"url": "https://api.rhdxm.com/mcp/"
}
}
}
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