ZomPP MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ZomPP MCP Serverdiagnose the orchestration for the latest report"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
📖 O projekcie
ZomPP MCP Server to potężny, niezależny interfejs API zbudowany w oparciu o architekturę Model Context Protocol. Umożliwia on zewnętrznym agentom sztucznej inteligencji (np. Claude 3.5 Sonnet w aplikacji Claude Desktop, narzędziom orkiestracyjnym) na bezpośrednią, bezpieczną komunikację z silnikiem prawnym ZomPP.
Dzięki temu serwerowi, Twój lokalny lub chmurowy Agent AI zyskuje pełny wgląd w ekosystem ZomPP – od zarządzania wygenerowanymi zawiadomieniami po głęboką diagnostykę procesu twórczego (Chyłka-Pattern).
Related MCP server: lawyer-mcp
🛠️ Dostępne Narzędzia (Tool Catalog)
Serwer wystawia następujące narzędzia (Tools) gotowe do użycia przez LLM:
📋
list_reports— Pobiera stronicowaną listę zawiadomień ZomPP z bazy Supabase. Pozwala na zaawansowane filtrowanie po statusach (np.paid,draft).🔍
get_report— Zwraca pełny, surowy zrzut danych JSON konkretnego raportu na podstawie jego UUID.🧠
diagnose_orchestration— Zaawansowane narzędzie diagnostyczne. Agent analizuje wygenerowane sekcje prawne (output silnika Chyłki), wykrywa zablokowane pętle, zlicza sekcje i diagnozuje błędy mechanizmów Fallback.
💻 Uruchomienie lokalne (Claude Desktop)
Aby podpiąć ZomPP bezpośrednio pod Twojego lokalnego asystenta Claude Desktop, nie potrzebujesz Dockera. Wystarczy uruchomić serwer w locie przez ts-node.
Sklonuj repozytorium:
git clone https://github.com/Hei33enberg/zompp-mcp-server.git cd zompp-mcp-server npm installDodaj poniższą konfigurację do pliku
claude_desktop_config.json:{ "mcpServers": { "zompp-mcp": { "command": "npx", "args": ["ts-node", "/BEZWZGLEDNA/SCIEZKA/DO/zompp-mcp-server/src/index.ts"], "env": { "SUPABASE_URL": "https://jbgfptzpnhedukqfudkr.supabase.co", "SUPABASE_ANON_KEY": "TWÓJ_KLUCZ_ANON_KEY", "SUPABASE_SERVICE_ROLE": "TWÓJ_KLUCZ_SERVICE_ROLE" } } } }
☁️ Wdrożenie Produkcyjne (Hetzner VPS)
Serwer jest w 100% gotowy na wdrożenie kontenerowe (Docker) na maszynach typu VPS (np. Hetzner Cloud), co pozwala wpiąć go w globalną sieć agentów (np. platformy White Intel czy Marocain).
Zaloguj się na swojego VPS-a i sklonuj to repozytorium.
Utwórz plik
.envi wklej swoje klucze Supabase.Odpal środowisko jedną komendą:
docker-compose up -d --build
System automatycznie zbuduje lekki obraz oparty na node:20-alpine i uruchomi serwer MCP w tle.
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
- Alicense-qualityCmaintenanceTransforms any API into an intelligent MCP agent in seconds, enabling natural language interaction with APIs through the Model Context Protocol.Last updated15Apache 2.0
- Flicense-qualityDmaintenanceMCP server for Legalize.dev, enabling AI to query and understand legal frameworks across countries via a structured legislation API.Last updated1
- Flicense-qualityCmaintenancePro Se Engine is an MCP server that provides 39 legal research tools across 6 government APIs, enabling AI agents to access case law, SEC filings, federal legislation, regulations, government contracts, and document processing workflows.Last updated
- Alicense-qualityCmaintenanceEnables AI agents to perform identity verification, KYC/KYB, PEP & sanctions screening, bank statement analysis, and workflow automation via the Model Context Protocol.Last updatedMIT
Related MCP Connectors
A paid remote MCP for ZeroLang, built to return verdicts, receipts, usage logs, and audit-ready JSON
A paid remote MCP for Context7 MCP docs, built to return verdicts, receipts, usage logs, and audit-r
A paid remote MCP for Statewright, built to return verdicts, receipts, usage logs, and audit-ready J
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/Hei33enberg/zompp-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server