Thoth MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP server port (HTTP mode only, default: 8081). | 8081 |
| THOTH_API_KEY | Yes | Your Thoth API key. | |
| THOTH_BASE_URL | No | Base URL for Thoth API (default: https://www.usethoth.com). | https://www.usethoth.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create-postA | Create a new content post with platform-specific variations. Enhances the content for each platform, optionally generates images, and can schedule or publish to social networks. |
| get-postA | Retrieve a post by its ID. Returns the original content, platform-specific variations, generated images, and metadata. |
| get-all-postsA | Retrieve all posts with pagination and optional filtering by status. Returns a list of posts with their metadata. |
| update-postB | Update an existing post. Can modify title, content, platform-specific variations, and status. |
| get-brand-stylesA | Retrieve all brand styles for the authenticated user. Returns a list of brand styles with their basic information. |
| get-brand-styleA | Retrieve a specific brand style by ID with full details including colors, tone, and imagery style. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Post | Access post data by ID using URI format: post://{postId} |
| Post Preview | Get platform-specific preview using URI format: preview://{postId}/{platform} |
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/perminder-klair/thoth-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server