ghost-mcp-secure
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GHOST_API_URL | Yes | The URL of your Ghost CMS instance, e.g. https://cuongn.com | |
| GHOST_ALLOW_DELETE | No | Enables all delete tools | false |
| GHOST_ALLOW_SYSTEM | No | Enables settings, webhooks, users, theme upload/activate | false |
| GHOST_ADMIN_API_KEY | Yes | Your Ghost Admin API key in format id:secret | |
| GHOST_ALLOW_MEMBERS | No | Enables member tools (read + write of PII) | false |
| GHOST_ALLOW_PUBLISH | No | Allows setting content status to published/scheduled | false |
| GHOST_WRITE_ENABLED | No | Enables create/update posts, pages, tags; upload images & themes | false |
| GHOST_ALLOW_MONETIZATION | No | Enables tiers, offers, newsletters | false |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ghost_site_infoA | Return basic information about the Ghost site (title, description, version, url). |
| ghost_list_postsA | List posts with optional status/tag filtering and pagination. Returns slimmed metadata (no full body) to keep results compact. |
| ghost_get_postA | Fetch a single post by id or slug, including its full HTML body. Provide exactly one of id or slug. |
| ghost_list_pagesA | List pages with optional status/tag filtering and pagination. Returns slimmed metadata (no full body) to keep results compact. |
| ghost_get_pageA | Fetch a single page by id or slug, including its full HTML body. Provide exactly one of id or slug. |
| ghost_list_tagsB | List tags on the Ghost blog with their post counts. |
| ghost_get_tagA | Fetch a single tag by id or slug. Provide exactly one. |
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
- 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/cuonghapvn/ghost-mcp-secure'
If you have feedback or need assistance with the MCP directory API, please join our Discord server