MCP EAP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP EAP ServerCrie um nó EAP para alvenaria sob o nível 1.2 e valide a estrutura"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP EAP Server
Servidor MCP (Model Context Protocol) de EAP (Estrutura Analítica do Projeto) para obras de construção civil. Exponde 5 ferramentas via HTTP/streamable para clientes MCP (Claude Desktop, VS Code, etc.).
Ferramentas (5 tools)
Tool | Descrição |
| Cria nó hierárquico, gera EAP_ID (ex.: "1.2.3") e calcula NIVEL automaticamente |
| Retorna a árvore completa ou subárvore em JSON aninhado |
| Retorna os dados de um nó específico |
| Detecta órfãos, duplicidades de EAP_ID e NIVEL inconsistente |
| Filtra nós por tipo de frente de serviço (ex.: alvenaria, estrutura) |
Related MCP server: project-mcp
Como rodar localmente
# Instalar dependências
pip install -r requirements.txt
# Subir servidor (porta padrão 10000)
python server.py
# ou via uvicorn
uvicorn server:app --host 0.0.0.0 --port 10000O servidor expõe o endpoint em http://localhost:10000/mcp.
Schema do nó (ARES)
eap_id: código hierárquico gerado (TEXT, PRIMARY KEY)parent_id: auto-referência (FK, NULL = raiz)nivel: nível armazenado (INTEGER)frente_id,local_id,tipo_frente,nome,unidade,quantidade
⚠️ Aviso importante sobre o SQLite
O banco de dados é um arquivo SQLite local (eap.db). Em ambientes como o
Render, o sistema de arquivos é efêmero — dados são perdidos a cada
redeploy. Para uso em produção, troque o banco por PostgreSQL (gratuito
no Render) antes de subir.
Deploy no Render
Conecte o repositório GitHub
Build:
pip install -r requirements.txtStart:
uvicorn server:app --host 0.0.0.0 --port $PORT(O
Procfilejá contém o comando de start)
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
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
An MCP server that audits the fairness of construction and renovation estimates in Japan. Provides fair-price ranges, overcharge detection, and verifiable unit-cost data based on JCCDB (65,520 items across 402 categories, CC BY 4.0, DOI-backed).
Autodesk Construction Cloud via APS — projects, issues, RFIs, documents, submittals.
Built-environment forecasts, public benchmarks, and permit or zoning readiness through remote MCP.
MCP server for generating rough-draft project plans from natural-language prompts.
Related MCP Servers
- AlicenseAqualityDmaintenanceExposes the OpenProject REST API as MCP tools for project management, including creating and managing projects, work packages, relations, attachments, users, notifications, watchers, boards, and reference data.3742MIT
- AlicenseNot gradedqualityCmaintenanceMCP server that enables LLMs to read and analyze Microsoft Project schedules, including critical path, resources, and advanced construction planning layers (AWP and LPS) for work packages and Lean planning.MIT
- FlicenseNot gradedqualityDmaintenanceEnables project creation with validated flow and automatic registration via MCP, supporting scaffold, bootstrap, and validation tools.-
- FlicenseNot gradedqualityBmaintenanceEnables interacting with Microsoft Planner and Project for the Web plans through a secure MCP server, supporting plan listing, WBS details, overdue tasks, and workload summaries with strict group isolation.-
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/ragomes102030-cpu/mcp-eap-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server