fast-h3yun
Melde dich mit deinem eigenen 氚云-Konto an und mache Apps, Formulare und Datensätze aus der Web-Arbeitsumgebung zu FastMCP-Tools. Zum Abfragen für Cursor, OPC Feed oder andere MCP-Clients.
Dies ist kein offizielles Produkt von 氚云 und auch keine offizielle OpenAPI. Die Sitzung stammt aus der Web-Anmeldung: Handynummer + Passwort → JWT + EngineCode. Was du sehen kannst, hängt von den Berechtigungen des angemeldeten Benutzers ab.
Funktionen
Tool | Zweck |
| Anmeldung mit Handynummer und Passwort. |
| Aktueller Benutzer und Engine |
| App-Liste |
| Formulare einer App |
| Formulare nach Name suchen |
| Datensätze seitenweise abrufen |
| Einen Datensatz per ObjectId abrufen |
Erste Version nur lesend: Es wird nichts erstellt, geändert, gelöscht oder genehmigt.
Related MCP server: Feishu Bitable MCP Server
Start
Erforderlich sind Python 3.12+ und uv. Es wird empfohlen, ein 氚云-Konto mit eingeschränkten, nur lesenden Berechtigungen zu verwenden.
git clone https://github.com/ironfrancis/fast-h3yun.git
cd fast-h3yun
cp .env.example .env
uv sync --extra dev
uv run fast-h3yunStandardadresse: http://127.0.0.1:8765/mcp
In .env können H3YUN_MOBILE / H3YUN_PASSWORD vorab eingetragen werden. Auch ohne diese Angaben lässt sich der Dienst starten; nach dem Verbinden zuerst h3yun_login aufrufen.
An MCP-Clients anbinden
{
"mcpServers": {
"h3yun": {
"url": "http://127.0.0.1:8765/mcp"
}
}
}OPC Feed läuft über mcp_connection_parse → probe → propose. Bei Cursor genügt es, dieselbe URL in den MCP-Einstellungen zu konfigurieren. Kontodaten und Passwort bleiben in diesem Dienst und sollten nicht in das Client-Repository geschrieben werden.
Umgebungsvariablen
Variable | Beschreibung |
| Anmelde-Handynummer. Wenn nicht angegeben, muss |
| Anmelde-Passwort. Wenn nicht angegeben, muss |
| Engine angeben, wenn mehrere Engines im Konto vorhanden sind |
| Fallback-JWT, wenn ein Verifizierungscode die Passwortanmeldung blockiert |
| Standard: |
| Standard: |
Einschränkungen
Das Web-
/v1hat keine offizielle Stabilitätszusage; 氚云 kann bei Releases Felder ändern.Zu viele Fehlversuche beim Passwort führen zu einer Sperre; dieser Dienst cached Tokens und begrenzt die Anmeldefrequenz.
Bei der Online-Passwortanmeldung kann ein Alibaba-Cloud-Verifizierungscode erscheinen. Für unbeaufsichtigten Betrieb kann stattdessen ein bereits im Browser angemeldetes
H3YUN_TOKEN+H3YUN_ENGINE_CODEverwendet werden.Der MCP-Dienst selbst authentifiziert Aufrufer nicht. Standardmäßig wird nur auf dem lokalen Rechner gelauscht; der Port sollte nicht öffentlich freigegeben werden.
.env, Tokens oder EngineSecret nicht einchecken. Die Tool-Rückgabewerte entfernen password / token.
uv run pytestLizenz
MIT. Siehe auch CONTRIBUTING.md und SECURITY.md.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables to operate a WeChat Official Account via MCP tools, including searching and executing API workflows and uploading files.MIT
- AlicenseNot gradedqualityDmaintenanceEnables interacting with Feishu (Lark) multidimensional tables through MCP tools. Supports listing tables, reading records, searching records and apps, and getting views.870MIT
- FlicenseNot gradedqualityDmaintenanceMCP server that wraps Jiandaoyun (简道云) form operations, providing 9 tools for app discovery, form exploration, and data CRUD via SSE transport.
- FlicenseNot gradedqualityBmaintenanceExposes enterprise WeChat approval, report, and check-in data reading capabilities through the MCP protocol, enabling WorkBuddy and CodeBuddy to read historical business data.7
Related MCP Connectors
Search, document and execute authenticated API calls across 700+ apps via one MCP server
A paid remote MCP for AI SDK data query MCP, built to return verdicts, receipts, usage logs, and aud
Access Kernel's cloud-based browsers and app actions via MCP (remote HTTP + OAuth).
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ironfrancis/fast-h3yun'
If you have feedback or need assistance with the MCP directory API, please join our Discord server