Mcp Finder

Find the right MCP server for your task. 6,700+ MCP servers indexed and ranked by community trust. No API key. For MCP + OpenClaw combined, see meyhem-capabi...

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 271 · 5 current installs · 5 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (find MCP servers) match the code and instructions. The only required binary is python3 and the code performs HTTP queries to api.rhdxm.com to retrieve indexed servers — this is proportional to the stated purpose.
Instruction Scope
SKILL.md instructs running finder.py or calling the documented API and explicitly warns that queries are transmitted. The included finder.py only reads command-line args and performs an HTTPS POST to /find; it does not read local files, environment variables, or other system state.
Install Mechanism
No install spec provided (instruction-only with one small script). Nothing is downloaded or written to disk by an installer, and no external packages are required beyond Python stdlib.
Credentials
The skill declares no required environment variables or credentials and the code does not access any. No excessive or unrelated secrets are requested.
Persistence & Privilege
Skill is not forced-always; it is user-invocable and allows autonomous invocation by default (normal). It does not attempt to modify other skill configs or request persistent system privileges.
Assessment
This skill sends whatever you type as the search query to an external service (https://api.rhdxm.com). Do not include passwords, API keys, proprietary code, or other sensitive data in queries because the remote service will receive and may log them. Review the GitHub project and the API provider's privacy/security posture if you intend to use it for sensitive workflows. If you need full control over data, consider self-hosting an index or using a provider you control.

Like a lobster shell, security has layers — review code before you run it.

Current versionv0.2.4
Download zip
latestvk97cfehxtz89crv72xmfnatza582qz25

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Binspython3

SKILL.md

MCP Finder

Find the right MCP server for any task. 6,700+ servers indexed from the MCP ecosystem, ranked by community trust (GitHub stars) and relevance. Describe what you need in plain language, get the best server for the job.

No API key. No signup. No rate limits.

Why MCP Finder?

  • 6,700+ servers indexed: crawled from awesome-mcp-servers and the Official MCP Registry, enriched with GitHub metadata
  • Natural language search: describe your task, get relevant results
  • Ranked by trust: GitHub stars + text relevance combined
  • Zero dependencies: stdlib Python only

Quick Start

python3 finder.py "I need to query a Postgres database"
python3 finder.py "browser automation" -n 3
python3 finder.py "kubernetes monitoring"
python3 finder.py "manage emails"

REST API

curl -X POST https://api.rhdxm.com/find   -H 'Content-Type: application/json'   -d '{"query": "kubernetes monitoring", "max_results": 5}'

Full API docs: https://api.rhdxm.com/docs

MCP

Connect via streamable HTTP at https://api.rhdxm.com/mcp/ with tool: find_server.

Data Transparency

This skill sends your search query to api.rhdxm.com. The skill does not access local files, environment variables, or credentials on its own, but anything you include in the query will be transmitted. Avoid sending sensitive or proprietary content.

Source code: https://github.com/c5huracan/meyhem

Files

2 total
Select a file
Select a file to preview.

Comments

Loading comments…