CEMIS
CEMIS — MCPサーバー
読み取り専用の MCP サーバーで、CEMIS のデータディレクトリを対象にしています: 登録されたキューバ企業、キューバ2026年の経済改革から生まれるビジネスチャンス、そして変革・改革そのもの。
公式の MCP レジストリに io.github.francofuji/cemis-directorio として登録されています。
接続
公開サーバー、認証なし(すべてのデータはすでに cemis.io で公開されています):
https://mcp.cemis.io/mcpTransport: streamable-http. あらゆる MCP クライアント (Claude Desktop、カスタムコネクタを使用する ChatGPT など) と互換性があります — HTTP タイプのリモートサーバーとして追加してください。
Related MCP server: cnes-mcp-test
ツール
ツール | 説明 |
| セクター、州、事業目的、認証済みかどうかで企業を絞り込みます |
| 特定の企業の完全なプロフィール (関連する機会と変革を含む) |
| 特定の分野に関連するビジネス機会 |
| 特定のビジネス機会に関連する企業 |
| 経済改革が与えられると、影響を受ける企業セクター・タイプ、具体的な企業、そして開かれる機会を返す |
| 実際のデータから導き出された有効なセクターの分類 |
| フィルタリングに有効なキューバの16州 |
ローカル開発
cd mcp_server
python3.11 -m venv venv
./venv/bin/pip install -r requirements.txt
./venv/bin/python -m pytest tests/ -v # 25 tests, 100% local
MCP_TRANSPORT=stdio ./venv/bin/python server.pyHTTP モードで実行するには (同じ server.py、コードをフォークせずに):
MCP_TRANSPORT=streamable-http MCP_PORT=8000 ./venv/bin/python server.pyDocker
docker build -f mcp_server/Dockerfile -t cemis_mcp .
docker run -p 8000:8000 cemis_mcp構造
cemis_core/: マッチングのキーワードと共通関数 (企業↔機会↔変革)。サイトに依存しません。data.py,oportunidades_data.py,estados_transformaciones.py,empresas_data.json: cemis-cis.ac で公開されているものと同じデータ。mcp_server/: MCP サーバー本体。
このリポジトリは cemis-isio の完全なプロジェクト (静的サイトジェネレーターも含む) から抽出したサブセットです — ここには MCP サーバーは独立して実行するために必要なものだけが配置されています。
ライセンス
MIT — LICENSE を参照してください。公開されるデータは、cemis.iso ですでに公開されているものと同じです。
This server cannot be installed
Maintenance
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceRead-only MCP server that serves the Archivo Epistemico (epistemic graph), enabling AI to read and query the epistemic path autonomously via tools like search, get_via, resolve, and get_necesidad.
- FlicenseNot gradedqualityCmaintenanceRead-only MCP server for querying Brazilian CNES health establishment data in PostgreSQL, enabling AI-assisted database exploration and analysis.
- FlicenseNot gradedqualityBmaintenanceMCP server that exposes the knowledge base of the Cumplimiento Digital project, allowing AI agents to query KB entries, project status, endpoints, and glossary via MCP tools.
- AlicenseNot gradedqualityCmaintenanceEnables querying complete JUCESP company registration data by CNPJ, NIRE, or name, including status and history, via a read-only MCP server.MIT
Related MCP Connectors
Read-only MCP server for wafergraph.com's semiconductor & AI supply-chain data: 30 tools, no auth.
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
MCP server for Brazilian Federal Senate open data (legislative, administrative, e-Cidadania).
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/francofuji/cemis-directorio'
If you have feedback or need assistance with the MCP directory API, please join our Discord server