SEA-Conect
MCP 连接器 — SEIA(SEA Chile)
MCP(Model Context Protocol)服务器,让 Claude 拥有一个工具,可以在普通聊天(Claude 应用、Claude Code 或其他任何 MCP 客户端)中直接查找某个 SEIA 项目的 RCA/ICSARA 文档,无需运行任何脚本。
它复用了实践 MVP2 中已经验证过的同一个机制(acta-web/api/buscar-documentos.mjs):这是 seia.sea.gob.cl 的一个内部端点,不登录就能取回某个案卷的所有文档。
目前的功能
只有一个工具:buscar_documentos_seia。它接收一个项目的 id_expediente,返回该项目的 RCA/ICSARA 文档(类型、日期、链接)。它只是读取 SEA 的公开信息——不使用任何 API 密钥,也没有费用,所以这个连接器暂时不需要认证。
暂不包含 基于 AI(Gemini)的提取——这是有意先不放进去的;因为那一部分确实有费用和配额,如果连接器的 URL 在没有保护的情况下公开,任何人都可能把它消耗掉。后续如有需要,可以再带上认证加回来。
Related MCP server: bogamatic-sac-mcp
发布它(一次即可)
步骤 1 — 在 GitHub 上创建仓库
和 acta-mcp 一样:github.com/new,把它命名为 sea-mcp,保持空仓库(不要 README 或 .gitignore),然后把 URL 发给我,我来上传代码。
步骤 2 — 连接 Vercel
在 Vercel 中:Add New → Project → Import 导入
sea-mcp仓库。Vercel 会自动识别出它是 Next.js 项目——不需要再去配置其他内容。
它会给你一个类似
https://sea-mcp.vercel.app的 URL。
步骤 3 — 将连接器添加到 Claude 里
在 claude.ai 中:设置 → 连接器 → 添加自定义连接器。
粘贴 URL:
https://sea-mcp.vercel.app/api/mcp保存。之后你就能在普通聊天要求 Claude 做类似“查找 R 这类 1542.”——嗯,其实你可以直接说 big 字 pdf?不。你可以说“查找 expediente 的 RCA/ICSARA 文档”,比如“请查找 expediente 2160034555 的 RCA/ICSARA 文档”,Claude 就会直接使用这个工具。
在连接到 Claude 之前先测试(可选)
指向 https://sea-mcp.vercel.app/api/mcp,传输选择 “streamable HTTP”,点击 “List Tools”,然后用 id_expediente: 2160034555(Parque Eólico Wayra,在 MVP2 中已经作为实际测试用例使用过)测试 buscar_documentos_seia。
结构
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