Skip to main content
Glama

CEMIS — MCP 서버

읽기 전용 MCP 서버 — CEMIS의 데이터 디렉터리: 등록된 쿠바 기업, 쿠바 2026 경제 개혁에서 파생된 비즈니스 기회, 그리고 그 변환/개혁 자체.

MCP 공식 레지스트리에 io.github.francofuji/cemis-directorio로 등록되어 있습니다.

연결

공개 서버이며, 인증이 필요 없습니다. (모든 데이터는 이미 cemis.io에 공개되어 있습니다.)

https://mcp.cemis.io/mcp

전송: streamable-http. 모든 MCP 클라이언트(Claude Desktop, 사용자 지정 커넥터가 있는 ChatGPT 등)와 호환됩니다. — HTTP 유형 원격 서버로 추가하세요.

Related MCP server: cnes-mcp-test

도구

도구

기능

buscar_empresas

업종, 지방, 상업 목적 또는 검증 여부에 따라 기업을 필터링합니다.

ficha_empresa

관련 기회 및 변환과 함께 기업의 전체 프로필을 반환합니다.

oportunidades_por_sector

주어진 업종에 관련된 비즈니스 기회를 반환합니다.

empresas_por_oportunidad

특정 비즈니스 기회와 관련된 기업을 반환합니다.

impacto_de_reforma

경제 변환이 주어지면 영향받는 업종/기업 유형, 구체적인 기업, 새로운 기회를 반환합니다.

listar_sectores

실제 데이터에서 파생된 유효한 업종 분류 목록을 반환합니다.

listar_provincias

필터링에 사용할 수 있는 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.py

HTTP 모드에서 실행하려면(같은 server.py, 코드 분기 없이):

MCP_TRANSPORT=streamable-http MCP_PORT=8000 ./venv/bin/python server.py

Docker

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.io에 공개된 것과 동일한 데이터.

  • mcp_server/: 실제 MCP 서버 자체.

이 저장소는 cemis.io 전체 프로젝트(정적 사이트 생성기 포함)에서 추출한 하위 집합입니다 — 여기에는 MCP 서버를 독립적으로 실행하는 데 필요한 것만 들어 있습니다.

라이선스

MIT — LICENSE 참조. 공개되는 데이터는 cemis.io에 이미 공개된 것과 동일합니다.

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    Read-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.
  • F
    license
    Not graded
    quality
    C
    maintenance
    Read-only MCP server for querying Brazilian CNES health establishment data in PostgreSQL, enabling AI-assisted database exploration and analysis.
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables querying complete JUCESP company registration data by CNPJ, NIRE, or name, including status and history, via a read-only MCP server.
    MIT

View all related MCP servers

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).

View all MCP Connectors

Latest Blog Posts

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