# Ghost MCP for AI Agents AI Agent Connect

> Ghost MCP lets you manage your publication and newsletter workflows directly from your AI agent. It handles post creation, member browsing, and content discovery using both the Content and Admin APIs, making it easy to organize your site without constant dashboard switching.

## Overview
- **Category:** marketing-automation
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_rADSBS5BnCQNPKyog8Z69HDAAYsiRvOOSDSxMeQE/ai-agent-connect
- **Tags:** blogging, newsletter, publishing, ghost-cms, api-automation

## Description

This Connector lets your AI agent act as a content coordinator for your Ghost site. You can ask it to find specific posts using filters, create new drafts based on notes you've already shared, or pull site settings to make sure your branding is consistent across different pages. If you're trying to organize a complex newsletter strategy, the agent can look up your existing tags and authors to help group your content properly. It's a way to make your publishing workflow feel like a conversation instead of a series of manual data entries. Vinkius makes it easy to get this connected so you can spend more time actually writing and less time clicking through the backend.

## Tools

### admin_create_post
Create a new post via Ghost Admin API. Use this to quickly move a draft from your notes into your site.

### admin_list_members
Browse members via Ghost Admin API. This helps you see who is currently subscribed to your site.

### admin_list_newsletters
Browse newsletters via Ghost Admin API. Use this to see your active newsletter schedules.

### admin_list_offers
Browse subscription offers via Ghost Admin API. Check your active membership tiers and prices.

### admin_list_pages
Browse pages via Ghost Admin API. This gives you a full list of your public site pages.

### admin_list_posts
Browse posts via Ghost Admin API

### admin_list_webhooks
Browse system webhooks via Ghost Admin API. View all active webhooks in your system.

### admin_update_post
Update an existing post via Ghost Admin API. Modify content or metadata for published items.

### content_list_authors
Browse or read public authors via Ghost Content API. Supports NQL filtering and pagination.

### content_list_pages
Browse or read public pages via Ghost Content API. Supports NQL filtering and pagination.

### content_get_settings
Fetch site settings via Ghost Content API. Get your titles, descriptions, and active tiers.

### content_list_tags
Browse or read public tags via Ghost Content API. Supports NQL filtering and pagination.

### content_list_tiers
Browse membership tiers via Ghost Content API. See what's available for your subscribers.

### content_list_posts
Browse or read public posts via Ghost Content API. Supports NQL filtering and pagination.

### admin_create_member
Create a new member via Ghost Admin API. Add new subscribers directly to your site database.

### admin_delete_post
Delete a post via Ghost Admin API. Remove content from your site when it is no longer needed.

## Prompt Examples

**Prompt:** 
```
List the 5 most recent public posts from my Ghost blog.
```

**Response:** 
```
I've retrieved the latest posts. The most recent ones are:

* **The Future of AI**
* **Ghost vs WordPress**
* **Mastering MCP**
* **Content Strategy 101**
* **Newsletter Tips**

Would you like to see the full content of any of these?
```

**Prompt:** 
```
Create a new draft post titled 'Weekly Newsletter' with some placeholder HTML content.
```

**Response:** 
```
Draft created successfully! The post **'Weekly Newsletter'** (ID: 65f2a...) is now in your Ghost admin panel as a draft. You can review it or ask me to make further edits.
```

**Prompt:** 
```
What are the active membership tiers on my site?
```

**Response:** 
```
I found 2 active tiers on your site:

| Tier Name | Price | Status |
| :--- | :--- | :--- |
| **Free** | $0 | Active |
| **Premium** | $5/mo | Active |

Both are currently available for new signups.
```

## Capabilities

### Draft and edit posts
Create, update, or remove posts directly through your AI interface.

### Filter public content
Browse authors, pages, and posts using specific search criteria.

### Manage memberships
View and create members or check subscription offers.

### Retrieve site metadata
Pull global settings and newsletter lists instantly.

### Organize tags and authors
Query your existing taxonomy to keep content organized.

## Use Cases

### Drafting a weekly wrap-up
A content manager asks their agent to find all posts from the last 7 days and draft a summary post in the Ghost admin panel.

### Checking membership tiers
An editor asks the agent to list all active subscription offers to verify the current pricing for a new promotion.

### Auditing site content
An editor asks the agent to list all public pages to ensure there are no broken links or outdated information.

### Managing newsletters
A newsletter manager asks the agent to list all active newsletters to check the next scheduled send date.

## Benefits

- Draft content faster by using admin_create_post to generate new posts from your notes.
- Keep your brand consistent by checking site-wide details with content_get_settings.
- Organize content more effectively by querying tags with content_list_tags.
- Manage your audience better by browsing members with admin_list_members.
- Speed up development by pulling metadata with content_list_posts.

## How It Works

The bottom line is that it turns your Ghost backend into a direct command line for your AI.

1. Subscribe to the Ghost MCP on Vinkius.
2. Enter your Ghost Admin Domain, Content API Key, and Admin Token.
3. Connect to Claude, Cursor, or any MCP-compatible client to start managing your site.

## Frequently Asked Questions

**Can I use the Ghost MCP to create new posts?**
Yes, you can ask your agent to create new drafts or update existing posts directly in your Ghost site. This saves you from having to switch tabs and manually type out the content in the dashboard.

**How does the Ghost MCP help with newsletters?**
It allows your agent to browse your active newsletters and subscription offers. You can quickly check your schedule or see what's available to your subscribers without clicking through multiple menus.

**Can the Ghost MCP find my site settings?**
Yes, it can pull your global site settings like titles and descriptions. This is helpful for ensuring your branding stays consistent across different parts of your publication.

**Is the Ghost MCP good for content editors?**
It's a great tool for editors who need to review public content and verify site details quickly. You can ask your agent to find specific posts or authors using filters to keep your content organized.

**Can I manage my members with the Ghost MCP?**
You can browse your site's members and subscription tiers using the Connector. This makes it much easier to see who is on your site and what offers are currently active.

**Does the Ghost MCP support filtering content?**
Yes, it supports NQL filtering, which means you can ask your agent to find very specific posts, authors, or tags based on your unique criteria.

**Can I create and publish a new post directly using this integration?**
Yes! You can use the `admin_create_post` tool. You can specify the title, HTML content, and status (e.g., 'draft' or 'published') to manage your content lifecycle.

**How do I filter posts by a specific tag or author?**
You can use the `filter` parameter in tools like `content_list_posts`. Ghost uses NQL (Netvibe Query Language), so you can pass strings like `tag:news` or `author:john` to narrow down your results.

**Does this server support viewing private site settings?**
The `content_get_settings` tool retrieves public site settings like the title, description, and logo. For more sensitive administrative data, the Admin API tools provide access based on your provided Admin Token.