mcp-blog
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BLOG_API_KEY | Yes | API key for HMAC authentication | |
| BLOG_API_ENDPOINT | Yes | Base URL of the blog API (e.g. https://dxbqlfvrescw1.cloudfront.net/api) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| blog_preview_postA | AI によるフロントマター補完・本文構造補正を実行してプレビュー結果を返す。publish 前に必ず呼ぶこと。 |
| blog_publish_postB | AI 補正済みの markdown と frontmatter を S3 に保存し、GitHub Actions ビルドを発火させて公開する。 |
| blog_list_postsB | ブログ記事の一覧を取得する。published フィルタと件数上限を指定可能。 |
| blog_get_postA | 指定したスラグの記事を S3 から読み出し、Markdown 本体と frontmatter を返す。編集ワークフロー (取得→修正→blog_publish_post で上書き) で使う。 |
| blog_delete_postA | 指定したスラグの記事を S3 から削除し、GitHub Actions ビルドを発火させる。 |
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/MasatoshiSano/mcp-blog'
If you have feedback or need assistance with the MCP directory API, please join our Discord server