Acopia
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., "@AcopiaRun dispatch optimization for next 24 hours using default forecasts"
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.
Acopia
Motor de optimización de despacho para una planta solar con batería (PV-BESS) en el mercado eléctrico chileno: pronostica generación PV y costo marginal (CMg) nodal y decide cuándo cargar/descargar para arbitrar el diferencial de CMg y rescatar energía que se vertería por congestión. Núcleo determinista predict-then-optimize (auditable); DRL como modo opcional medido. Capa MCP read-only para interrogar y simular el plan.
Arquitectura completa en
SAD_Acopia_energia.md. Contexto de trabajo enCLAUDE.md.
Estado
Fase 1 — Despacho determinista (cerrada). Optimizador predict-then-optimize (cvxpy + HIGHS) que, dado un forecast, genera un plan de despacho factible y rentable, con ingreso auditable y API REST. Sobre el scaffolding de Fase 0 (capas, value objects, ModeloBateria puro, property-tests). Ver docs/AUDIT.md.
uv run uvicorn acopia.interfaces.rest.app:app --reload # API en http://127.0.0.1:8000/docsRelated MCP server: PyPSA MCP
Estructura
src/acopia/
├── domain/ # núcleo puro (stdlib-only): value objects, entidades, servicios, puertos
├── application/ # casos de uso (fase 1+)
├── infrastructure/ # adaptadores: forecaster, solver, repos, gateways (fase 1+)
└── interfaces/ # REST (FastAPI) y MCP (FastMCP) (fase 1+)
tests/ # pytest + hypothesisDesarrollo
Requiere Python 3.12+ y uv.
uv venv
uv pip install -e ".[dev]"
uv run ruff check . # lint
uv run mypy # tipado estricto
uv run lint-imports # fronteras de arquitectura (import-linter)
uv run pytest # testsBase de datos (TimescaleDB) para fases posteriores:
docker compose up -d dbThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/faborubio/acopia'
If you have feedback or need assistance with the MCP directory API, please join our Discord server