make_ghost_request
Make authenticated HTTP requests to the Ghost API for managing posts, users, or newsletters. Supports GET, POST, PUT, DELETE methods, handles errors, and ensures secure access via JWT authentication.
Instructions
Make an authenticated request to the Ghost API.
Copy
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ctx | No | ||
endpoint | Yes | ||
headers | Yes | ||
http_method | No | GET | |
is_resource | No | ||
json_data | No |
Input Schema (JSON Schema)
This server cannot be installed
Other Tools from Ghost MCP Server
- batchly_update_post
- browse_tags
- create_invite
- create_member
- create_newsletter
- create_offer
- create_post
- create_tag
- create_tier
- create_webhook
- delete_post
- delete_tag
- delete_user
- delete_webhook
- get_auth_headers
- get_close_matches
- import_module
- list_members
- list_newsletters
- list_offers
- list_posts
- list_roles
- list_tiers
- list_users
- make_ghost_request
- read_member
- read_newsletter
- read_offer
- read_post
- read_tag
- read_tier
- read_user
- search_posts_by_title
- update_member
- update_newsletter
- update_offer
- update_post
- update_tag
- update_tier
- update_user
- update_webhook
Related Tools
- @MFYDev/ghost-mcp
- @SGFGOV/medusa-mcp
- @appwrite/mcp
- @SGFGOV/medusa-mcp
- @MFYDev/ghost-mcp