CEMIS
CEMIS — MCP server
Read-only MCP server over the data directory of CEMIS: registered Cuban companies, business opportunities derived from Cuba's 2026 economic reforms, and the transformations/reforms themselves.
Listed in the official MCP registry as io.github.francofuji/cemis-directorio.
Connecting
Public server, no authentication (all data is already public on cemis.io):
https://mcp.cemis.io/mcpTransport: streamable-http. Compatible with any MCP client (Claude Desktop, ChatGPT with custom connectors, etc.) — add it as a remote HTTP server.
Related MCP server: cnes-mcp-test
Tools
Tool | What it does |
| Filters companies by sector, province, business objective, or whether they are verified |
| Full company profile, with its related opportunities and transformations |
| Business opportunities relevant to a given sector |
| Companies related to a specific business opportunity |
| Given an economic transformation, returns affected sectors/company types, specific companies, and opportunities that open up |
| Taxonomy of valid sectors, derived from real data |
| The 16 valid Cuban provinces for filtering |
Local development
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.pyTo run in HTTP mode (the same server.py, without forking the code):
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_mcpStructure
cemis_core/: matching keywords and shared functions (company↔opportunity↔transformation), with no dependency on the site.data.py,oportunidades_data.py,estados_transformaciones.py,empresas_data.json: the same data published at cemis.io.mcp_server/: the MCP server itself.
This repo is a subset of the full cemis.io project (which also includes the static site generator) — only what is needed to run the MCP server independently lives here.
License
MIT — see LICENSE. The exposed data is the same already published publicly on cemis.io.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Related MCP Connectors
MCP de solo lectura del directorio, Radar y Observatorio de humanista.digital.
Read-only MCP server for public WeJob jobs, formations, and companies.
Read-only MCP server for The Quiet Protocol's engines, benchmarks, proof, and business data.
Read-only MCP server for wafergraph.com's semiconductor & AI supply-chain data: 30 tools, no auth.
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
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