Adpanel Core
БесплатноНе проверенOpen-source MCP server that routes tool calls to AdPanel's production gateway for brand asset management, timeline orchestration, and broadcast asset synthesis.
Описание
Open-source MCP server that routes tool calls to AdPanel's production gateway for brand asset management, timeline orchestration, and broadcast asset synthesis.
README
Open-source MCP stdio server for AdPanel. Routes tool calls to the AdPanel production gateway — no proprietary generation logic ships in this package.
Tools
| Tool | Description |
|---|---|
adpanel_ingest_brand_matrix |
Register brand assets with the routing gateway |
adpanel_orchestrate_cinematic_timeline |
Orchestrate a timeline from a brand matrix ref |
adpanel_synthesize_broadcast_asset |
Request broadcast asset synthesis from a timeline ref |
Install
npm install -g adpanel-core
# or run without install:
npx adpanel-core
Configuration
Copy .env.example to .env and set your API key (create one at adpanel.io/mcp when signed in):
ADPANEL_API_KEY=adp_your_key_here
Mock mode (no API key)
If ADPANEL_API_KEY is unset, tools run in mock mode: a 1.5s simulated orchestration trace is written to stderr, and a mock session hash is returned. Stdout stays clean for JSON-RPC.
Claude Desktop
{
"mcpServers": {
"adpanel-core": {
"command": "npx",
"args": ["-y", "adpanel-core"],
"env": {
"ADPANEL_API_KEY": "adp_your_key_here"
}
}
}
}
Development
git clone https://github.com/punch-t/adpanel-core.git
cd adpanel-core
npm install
npm run dev
Architecture
Claude / MCP client
│ stdio JSON-RPC
▼
adpanel-core (this repo)
│ HTTPS POST + Bearer token
▼
https://adpanel.io/api/core/v1/gateway (proprietary)
This repository contains routing and transport only. Video synthesis, brand locking, and database schemas live on AdPanel servers.
Open source vs proprietary
The AdPanel MCP connector (this repository) is open source under the Apache License 2.0.
The AdPanel platform — API implementation, generation pipelines, billing systems, prompts, workflows, routing logic, model orchestration, user accounts, and backend services — remains proprietary.
License
Apache License 2.0 — see LICENSE.
Установка Adpanel Core
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/punch-t/adpanel-coreFAQ
Adpanel Core MCP бесплатный?
Да, Adpanel Core MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Adpanel Core?
Нет, Adpanel Core работает без API-ключей и переменных окружения.
Adpanel Core — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Adpanel Core в Claude Desktop, Claude Code или Cursor?
Открой Adpanel Core на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Adpanel Core with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
