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-web と同様に、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 で Settings → Connectors → Add custom connector を開きます。
URL を貼り付けます:
https://sea-mcp.vercel.app/api/mcp保存します。すると、通常のチャットで Claude に「案件 2160034555 の RCA/ICSARA 文書を検索して」と頼めば、ツールを直接使えるようになります。
Claude に接続する前にテストする(任意)
MCP Inspector を使用します:トランスポートを「Streamable HTTP」にして https://sea-mcp.vercel.app/api/mcp を指定し、「ツールを一覧表示」をクリックして、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