cardnews-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for HTTP mode (default 3500). | |
| MODEL | No | Model name. If empty, provider default is used. | |
| OUTPUT_DIR | No | Directory for output files. | ./output |
| LLM_PROVIDER | No | LLM provider: 'anthropic' or 'openai'. Defaults to 'anthropic'. | anthropic |
| OPENAI_API_KEY | No | OpenAI API key (required if LLM_PROVIDER is openai). | |
| ANTHROPIC_API_KEY | No | Anthropic API key (required if LLM_PROVIDER is anthropic or not set). |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_cardnews_from_textB | 자막/텍스트 문자열로부터 1080x1620 인포그래픽 카드뉴스(HTML + PNG) 1장을 생성한다. 섹션 6개·요약바 pill 5개. |
| create_cardnews_from_fileB | .vtt/.srt/.txt 자막 파일을 읽어 단일 카드뉴스(HTML + PNG)를 생성한다. |
| create_cardnews_batchA | 여러 자막 파일을 회차별 카드 1장씩 + (combine 시) 전체 병합 '종합' 1장으로 생성한다. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/leedonwoo2827-ship-it/cardnews-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server