k-phi
OfficialK-Phi — öffentlicher MCP-Server (Grundgerüst)
MCP-Server (Streamable HTTP, zustandslos), der die K-Phi-Analyse für KI-Assistenten (Claude, ChatGPT, Cursor, Copilot…) bereitstellt. Anonymer Zugriff mit Ratenbegrenzung, signierter Upload für große Dateien, Deep Link zu K-Phi für die Konvertierung.
Siehe kphi-mcp-public-spec.md für die vollständige Spezifikation.
Starten
npm install
npm run dev # compile + démarre sur :3000
curl localhost:3000/healthzUmgebungsvariablen:
Var | Standard | Rolle |
| 3000 | |
| Basis der Links | |
| Basis der signierten Upload-Links | |
| mcp | Attribution |
Related MCP server: Analytics MCP
Testen in Claude Desktop (vor der Registrierung)
Hinzufügen in claude_desktop_config.json (oder über Einstellungen → Konnektoren → Benutzerdefinierten Konnektor hinzufügen mit der öffentlichen URL):
{
"mcpServers": {
"k-phi": {
"command": "npx",
"args": ["-y", "mcp-remote", "http://localhost:3000/mcp"]
}
}
}Dann in Claude: „Hier ist mein Hauptbuch-Export, kannst du das für mich analysieren?" durch Einfügen
einer CSV. Überprüfen, dass kphi_analyze_ledger aufgerufen wird. Danach ~20 Formulierungen
testen (Kennzahlen, DSCR, Liquidität, Covenants, FEC, Bilanz, „Finanzdiagnose"…) und die
Tool-Beschreibung in src/tools.ts anpassen, bis das Routing zuverlässig ist.
Struktur
src/
server.ts endpoint /mcp (stateless), /upload/:token, /healthz
tools.ts les 4 outils + descriptions (= le pitch lu par le modèle)
engine.ts interface AnalysisEngine + MockEngine
store.ts interface Store + MemoryStore
ratelimit.ts session anonyme + quotasAn K-Phi anbinden (die 4 TODOs)
engine.ts—AnalysisEnginemit Ihrer bestehenden Engine implementieren (analyzefür die Inline-CSV,analyzeFromStoragefür hochgeladene Dateien).store.ts—MemoryStoredurch Postgres ersetzen (dediziertes Schemamcp_public, Bereinigung nach 30 Tagen); Upload-Tokens in der Datenbank oder Redis.server.ts/upload/:token— durch eine vorab signierte S3/R2-URL + Antivirus ersetzen und die Analyse ereignisbasiert statt inline auslösen.ratelimit.ts— Kontingente in Redis; OAuth-2.1-Prüfung (Bearer) hinzufügen, die an Ihre bestehende Authentifizierung angebunden ist, um die Kontingente für Konten aufzuheben.
Auf der K-Phi-Anwendungsseite: Route /a/:analysis_id, die ein Konto per Magic Link erstellt und
die Analyse verknüpft (das ist der Konvertierungspunkt), und Route /r/:analysis_id als
teilbare, schreibgeschützte Ansicht.
Registrierung
Übliche Voraussetzungen der Verzeichnisse: öffentliche HTTPS-URL, OAuth 2.1 oder dokumentierter anonymer Zugriff, Datenschutzrichtlinie, Support-Kontakt, Beschreibung und Symbol. Aktuelle Kriterien prüfen: https://docs.claude.com und https://support.claude.com (Claude), OpenAI-Dokumentation für ChatGPT, registry.modelcontextprotocol.io.
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 gradedqualityDmaintenanceEnables AI assistants to access and analyze MonarchMoney personal finance data through natural language queries. Provides comprehensive financial insights including account balances, transaction analysis, budget tracking, and spending patterns with enterprise-grade security.9MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI-powered analytics from Stripe, PayPal, and Google Analytics 4 (BigQuery) data sources with built-in guardrails and automated workflows for financial and web performance insights.
- AlicenseCqualityBmaintenanceEnables conversational data analysis of Excel/CSV files through natural language queries, powered by 395 Excel functions via HyperFormula and multi-provider AI. Supports advanced analytics, bulk operations, financial modeling, and large file processing with intelligent chunking.353636MIT
- AlicenseNot gradedqualityBmaintenanceProvides AI assistants with direct access to HLedger accounting data and functionality, enabling natural language queries for balances, reports, journal entries, and financial analysis.3264MIT
Related MCP Connectors
Open-source AI accounting skills verified by licensed accountants (tax, VAT, payroll).
AI agents for bookkeeping, reconciliation, and financial close for SMBs.
Provide AI assistants with real-time access to official SEC EDGAR filings and financial data. Enab…
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/K-phi-Entreprise/K-phi-mcp-public'
If you have feedback or need assistance with the MCP directory API, please join our Discord server