← Back to Skills Marketplace
c5huracan

Mcp Finder

by c5huracan · GitHub ↗ · v0.2.4 · MIT-0
cross-platform ✓ Security Clean
635
Downloads
0
Stars
5
Active Installs
6
Versions
Install in OpenClaw
/install mcp-finder
Description
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...
README (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

Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: mcp-finder Version: 0.2.4 The mcp-finder skill is a straightforward search tool that queries a remote API (api.rhdxm.com) to find MCP servers. The Python script (finder.py) uses only standard libraries and performs no local file or environment access, while the documentation (SKILL.md) transparently discloses the data transmission and lacks any prompt-injection or malicious instructions.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mcp-finder
  3. After installation, invoke the skill by name or use /mcp-finder
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.4
Include finder.py in publish
v0.2.3
Bump to 6,700+ MCP servers (added Official MCP Registry)
v0.2.2
Update server count, reference meyhem-capabilities
v0.2.1
Republish for HIGH CONFIDENCE security scan
v0.2.0
- Expanded the indexed MCP server database from 1,400+ to 4,500+ servers. - Updated documentation and descriptions to reflect the increased server coverage.
v0.1.0
Initial release of mcp-finder. - Search 1,400+ MCP servers using natural language queries. - Servers ranked by GitHub community trust and relevance. - No API key, signup, or rate limits required. - Zero dependencies: works with standard Python 3. - REST API and HTTP streamable endpoints available.
Metadata
Slug mcp-finder
Version 0.2.4
License MIT-0
All-time Installs 5
Active Installs 5
Total Versions 6
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 635 downloads so far.

How do I install Mcp Finder?

Run "/install mcp-finder" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Mcp Finder free?

Yes, Mcp Finder is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Mcp Finder support?

Mcp Finder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Mcp Finder?

It is built and maintained by c5huracan (@c5huracan); the current version is v0.2.4.

💬 Comments