SEA-Conect
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., "@SEA-ConectBusca los documentos RCA e ICSARA del expediente 2160034555"
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.
MCP Connector — SEIA (SEA Chile)
MCP (Model Context Protocol) server that gives Claude a tool to look up RCA/ICSARA documents of an SEIA project directly from a regular chat (Claude app, Claude Code, or any MCP client) — without having to run any script.
It reuses the same mechanism already proven in the MVP2 of the internship
(acta-web/api/buscar-documentos.mjs): an internal endpoint at
seia.sea.gob.cl that retrieves all the documents of a case file without
login.
What it does (for now)
A single tool: buscar_documentos_seia. It takes a project's
id_expediente and returns its RCA and ICSARA documents (type, date, link).
It's read-only on public SEA information — it doesn't use any API key and has
no cost, so the connector remains unauthenticated for now.
It does not include AI extraction (Gemini) yet — that was intentionally left out because that part does have a cost/quota, and if the connector URL were left public without protection, anyone could spend it. It can be added later if needed, with authentication.
Related MCP server: bogamatic-sac-mcp
Publishing it (one time only)
Step 1 — Create the repo on GitHub
Just like with acta-web: github.com/new, name it
sea-mcp, empty (no README or .gitignore), and send me the URL so I can upload
the code.
Step 2 — Connect it to Vercel
In Vercel: Add New → Project → Import the
sea-mcprepo.Vercel automatically detects that it's Next.js — no further configuration is needed.
It gives you a URL like
https://sea-mcp.vercel.app.
Step 3 — Add it as a connector in the Claude app
In claude.ai: Settings → Connectors → Add custom connector.
Paste the URL:
https://sea-mcp.vercel.app/api/mcpSave. You should now be able to ask Claude, in a regular chat, something like "search for the RCA and ICSARA documents of the case file 2160034555" and have it use the tool directly.
Test it before connecting to Claude (optional)
With the MCP Inspector:
point it to https://sea-mcp.vercel.app/api/mcp with the "Streamable HTTP"
transport, click "List Tools" and test buscar_documentos_seia with
id_expediente: 2160034555 (Parque Eólico Wayra, already used as a real test
case in MVP2).
Structure
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