SEA-Conect
MCP-Konnektor — SEIA (SEA Chile)
Ein MCP-Server (Model Context Protocol), der Claude ein Werkzeug bereitstellt, um RCA/ICSARA-Dokumente eines SEIA-Projekts direkt aus einem normalen Chat heraus zu suchen (Claude-App, Claude Code oder über einen beliebigen MCP-Client) — ohne ein Skript ausführen zu müssen.
Er nutzt denselben Mechanismus, der bereits im MVP2 des Praktikums erprobt
wurde (acta-web/api/buscar-documentos.mjs): einen internen Endpunkt von
seia.sea.gob.cl, der alle Dokumente eines Expediente ohne Login liefert.
Was es tut (vorerst)
Ein einziges Werkzeug: buscar_documentos_seia. Es bekommt die
id_expediente eines Projekts und liefert die zugehörigen RCA/ICSARA-Dokumente
(Typ, Datum, Link). Es greift nur lesend auf öffentliche SEA-Informationen zu
— es braucht keinen API-Schlüssel und kostet nichts, deshalb bleibt der
Konnektor vorerst ohne Authentifizierung.
Nicht enthalten ist noch die KI-Extraktion (Gemini) — sie wurde bewusst weggelassen, weil dieser Teil Kosten/Kontingent verbraucht. Wenn die Konnektor-URL ohne Schutz öffentlich wäre, könnte sie jeder aufbrauchen. Sie lässt sich später bei Bedarf mit Authentifizierung ergänzen.
Related MCP server: bogamatic-sac-mcp
Veröffentlichen (einmalig)
Schritt 1 — Repository auf GitHub erstellen
Wie bei acta-web: github.com/new, nenne es
sea-mcp, leer (ohne README und ohne .gitignore), und gib mir die URL, damit
ich den Code hochladen kann.
Schritt 2 — Mit Vercel verbinden
In Vercel: Add New → Project → Import das Repository
sea-mcp.Vercel erkennt automatisch, dass es sich um Next.js handelt — es ist keine weitere Konfiguration nötig.
Du bekommst eine URL wie
https://sea-mcp.vercel.app.
Schritt 3 — Als Connector in der Claude-App hinzufügen
In claude.ai: Settings → Connectors → Add custom connector.
Füge die URL ein:
https://sea-mcp.vercel.app/api/mcpSpeichern. Anschließend kannst du Claude in einem normalen Chat etwas wie „Suche die RCA/ICSARA-Dokumente der Akte 2160034555“ fragen — und Claude nimmt direkt das Werkzeug.
Testen vor dem Verbinden mit Claude (optional)
Mit dem MCP Inspector:
Server-URL https://sea-mcp.vercel.app/api/mcp angeben, Transport
"Streamable HTTP" wählen, auf "List Tools" klicken und buscar_documentos_seia
mit id_expediente: 2160034555 testen (Parque Eólico Wayra, bereits als
echter Testfall im MVP2 verwendet).
Struktur
sea-mcp/
├── package.json
├── next.config.js
└── app/
└── api/
└── mcp/
└── route.js <- el servidor MCP y su única herramientaThis 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
- AlicenseAqualityAmaintenanceEnables Claude AI to seamlessly interact with Scrivener projects for document management, AI-powered content analysis, and advanced writing assistance.5713546AGPL 3.0
- AlicenseAqualityBmaintenanceEnables interaction with the Argentine judiciary system (SAC - Justicia Cordoba) via Claude Desktop, supporting case searches, notifications, and procedural deadlines.12MIT
- AlicenseNot gradedqualityDmaintenanceEnables Claude Desktop to search, retrieve summaries, and explore documents from an Assay document library.7MIT
- FlicenseNot gradedqualityFmaintenanceEnables automation of the SEI! (Sistema Eletrônico de Informações) system via Claude Code, supporting login, process search, document download/creation/signing, and forwarding through natural language commands.133
Related MCP Connectors
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
Live SEO workflow tools for Claude Code, Codex, and AI agents.
Read, edit, publish, and preview your pepita websites from Claude.
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/Flarraguibel/SEA-Conect'
If you have feedback or need assistance with the MCP directory API, please join our Discord server