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: Axonity Flow MCP Server
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.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables MCP-enabled agents to manage Socheli content: list, inspect, generate renders, dispatch to device fleet, publish across platforms, and curate the dated content plan via natural language.13MIT

Axonity Flow MCP Serverofficial
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.100432MIT- 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
Related MCP Connectors
Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.
Marketing MCP: content, SEO, outbound, LinkedIn, ads. Agents provision a sandbox with one POST.
Operate smplkit from your agent: feature flags, config, logging, audit, and scheduled jobs.
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/Blandskron/blandskron-signals'
If you have feedback or need assistance with the MCP directory API, please join our Discord server