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 "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., "@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-guide
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 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
- 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/Blandskron/blandskron-signals'
If you have feedback or need assistance with the MCP directory API, please join our Discord server