CEMIS
CEMIS — MCP 服务器
是一款只读 MCP 服务器,基于 CEMIS 的数据目录:古巴注册企业、由古巴 2026 年经济改革产生的商业机会,以及这些转型/改革本身。
已列入官方 MCP registry,见 io.github.francofuji/cemis-directorio。
https://mcp.cemis.io/mcp连接
公开服务器,无需认证(所有数据在 cemis.io 上均已公开):
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.py传输方式:streamable-http。兼容任何 MCP 客户端(Claude Desktop、ChatGPT 及自定义连接器等等)——将其添加为 HTTP 类型的远程服务器即可。
Related MCP server: cnes-mcp-test
工具
工具 | 功能 |
| 按行业、省份、商业目标或是否已核验筛选企业 |
| 某家企业的完整档案,包含相关的机会与改革 |
| 针对特定行业的商业机会 |
| 与某商业机会相关的企业 |
| 给定一项经济改革,返回受影响的企业类型 / 具体企业,以及随之开放的新机会 |
| 有效行业分类法,基于真实数据 |
| 用于筛选的有效古巴 16 个省份 |
MCP_TRANSPORT=streamable-http MCP_PORT=8000 ./venv/bin/python server.py本地开发
docker build -f mcp_server/Dockerfile -t cemis_mcp .
docker run -p 8000:8000 cemis_mcp要在 HTTP 模式下运行(同一个 server.py,无需转向分支):
另外
cemis_core/: 匹配关键词与共享功能(企业↔机会↔改革),不依赖站点。data.py、oportunidades_data.py、estados_transformaciones.py、empresas_data.json:与 cemis.io 上发布的数据相同。mcp_server/: MCP 服务器实际内容。
此仓库是 cemis.io 完整项目的一个子集(完整项目还包括静态站点生成器)——这里只包含独立运行 MCP 服务器所需的内容。
特别说明
MIT — 参见 LICENSE。公开的数据与 cemis.io 上已经公开可用的数据相同。
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