SEA-Conect
MCP 커넥터 — SEIA (SEA Chile)
MCP(Model Context Protocol) 서버로, Claude에 일반 채팅(Claude 앱, Claude Code, 또는 모든 MCP 클라이언트)에서 SEIA의 expediente(환경 행정 파일)에 속한 RCA/ICSARA 문서를 직접 검색할 수 있는 도구를 제공합니다. 스크립트를 실행할 필요가 없습니다.
acta-web/api/buscar-documentos.mjs에서 이미 검증된 매커니즘을 재사용합니다. seia.sea.gob.cl의 내부 엔드포인트로, 로그인 없이 expediente의 모든 문서를 가져옵니다.
현재 기능
하나의 도구입니다: buscar_documentos_seia. 프로젝트의 id_expediente를 받아 RCA/ICSARA 문서(유형, 날짜, 링크)를 반환합니다. SEA의 공개 정보만 읽으며, API key를 사용하지 않고 비용도 들지 않아서 현재는 커넥터에 인증이 없습니다.
AI(Gemini)를 이용한 추출은 아직 포함하지 않습니다. 의도적으로 제외했는데, 해당 부분은 실제로 비용/할당량이 들고, 커넥터 URL이 보호 없이 공개되면 누구나 사용해 그 비용을 소진할 수 있기 때문입니다. 필요하다면 인증과 함께 나중에 추가할 수 있습니다.
Related MCP server: bogamatic-sac-mcp
배포하기 (한 번만)
1단계 — GitHub에 저장소 만들기
acta-web과 동일하게 github.com/new에서 저장소 이름을 sea-mcp로 정하고, README도 .gitignore도 없는 빈 상태로 만든 뒤, 코드를 업로드할 수 있도록 URL을 알려 주세요.
2단계 — Vercel에 연결하기
Vercel에서: Add New → New Project → Import로
sea-mcp저장소를 가져옵니다.Vercel이 Next.js를 자동으로 감지하므로 추가 설정은 필요 없습니다.
https://sea-mcp.vercel.app형태의 URL이 제공됩니다.
3단계 — Claude 앱에 커넥터로 추가하기
claude.ai에서: Settings → Connectors → Add custom connector.
URL을 붙여넣습니다:
https://sea-mcp.vercel.app/api/mcp저장합니다. 이제 일반 채팅에서 Claude에게 "expediente 2160034555의 RCA 및 ICSARA 문서를 찾아줘"라고 하면 해당 도구를 직접 사용할 수 있습니다.
Claude에 연결하기 전에 테스트해 보기 (선택 사항)
MCP Inspector를 이용해 https://sea-mcp.vercel.app/api/mcp를 지정하고, 전송 방식은 "Streamable HTTP"로 선택한 뒤 "List Tools"를 클릭하고 buscar_documentos_seia를 id_expediente: 2160034555(이미 MVP2에서 실제 테스트 사례로 사용한 Parque Eólico Wayra)로 테스트합니다.
구조
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