Blandskron Signals
OfficialAllows interaction with the Blandskron Signals editorial platform through Django's internal API, enabling AI agents to manage publications, content, and editorial operations.
Click on "Deploy 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., "@Blandskron Signalspublish the approved editorial for tomorrow's edition"
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.
Blandskron Signals
Plataforma editorial tecnológica de Blandskron, operada por agentes mediante un servidor MCP. El MVP mantiene a Django como fuente de verdad y usa Django Templates para el sitio público.
Requisitos
Docker Desktop con Docker Compose
Git
PowerShell 7 (Windows) o Bash (Linux/macOS)
Related MCP server: mcp-content-ops
Inicio local
cp .env.example .env
docker compose up --buildServicios locales: sitio/API Django en http://localhost:8000, MCP en http://localhost:8100/health, Mailpit en http://localhost:8025 y PostgreSQL en localhost:5432. Para cPanel consulta docs/deployment/cpanel.md.
En Windows: Copy-Item .env.example .env y ./scripts/start-local.ps1.
El contenedor local aplica migraciones y datos iniciales automáticamente al iniciar.
Comandos
make setup, make up, make migrate, make seed, make test y make down.
Los equivalentes PowerShell están en scripts/.
Consulta docs/architecture/overview.md para la arquitectura. Las Fases 0 a 8 del plan maestro ya tienen su base implementada; la ejecución integral queda pendiente de iniciar Docker Desktop.
Principios
No se integra la API de OpenAI en este repositorio.
Django concentra la lógica de negocio y el acceso a PostgreSQL.
El MCP solo consume la API interna de Django.
Toda publicación debe estar autorizada y auditada.
This server cannot be deployed
Maintenance
Related MCP Connectors
Supervised API-write gateway for AI agents with policy, human approval and execution receipts.
- PriorifyOAuthapp.priorify
Agent-complete, permission-scoped product operations for Priorify workspaces.
- FullmaktOAuthai.fullmakt
Credential broker for AI agents: scoped, revocable API access with policy enforcement and audit.
Project-scoped marketing ops for agents: Bearer dpk_/dpa_ or OAuth, read and supervised write.
Related MCP Servers
AlicenseAqualityAmaintenanceEnables AI agents to author and manage workflows, agents, tools, skills, policies, and reference docs in an Axonity tenant via the public REST API, with guardrails preventing direct publishing and secret exposure.100312 npmMIT- AlicenseBqualityBmaintenanceAn MCP server that enables agents to safely interact with CMS content, with deny-by-default write policies, type/field allowlists, and structured audit trails.5MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to draft, review, preview, and publish content across multiple websites through typed MCP tools. Ensures safe, policy-gated, and auditable publication without requiring a conventional CMS admin interface.Apache 2.0
- AlicenseAqualityBmaintenanceEnables AI agents to perform safe, semantic edits on Markdown and DOCX documents through a normalized model with staging, diff review, and stale-edit protection.13MIT