@fopost/mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FOPOST_API_KEY | Yes | Your FoPost API key | |
| FOPOST_API_URL | No | Base URL for the FoPost API | https://api.fopost.com |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_postsA | List posts in a workspace. Filter by status (draft, scheduled, published, failed) and pagination. Returns content, scheduled time, target accounts, and delivery status. |
| get_postA | Fetch a single post by id with full content, settings, and delivery records. |
| schedule_postA | Create and schedule a post. Pass the body text, target account ids, and an ISO 8601 schedule_at. Omit schedule_at to save as draft. Use publish_now=true to publish immediately after creation. |
| edit_postA | Update an existing post. Only provided fields are changed. |
| cancel_postA | Cancel a scheduled post. The post stays in the system but will not be published. |
| delete_postA | Permanently delete a post. Cannot be undone. |
| list_post_deliveriesB | Show per-account delivery status (queued, publishing, published, failed) for a post. |
| list_accountsA | List connected social accounts in a workspace. Returns platform, username, primary flag, and connection status. |
| get_account_healthA | Check token freshness and rate-limit headroom for a single account. Useful when posts are failing — tells you if the OAuth token has expired. |
| list_workspacesA | List workspaces the authenticated user has access to. |
| generate_captionA | Generate or improve a social media caption with AI. Optionally pass current draft text and target platforms for tone-aware output. Costs 1 AI credit. |
| rewrite_for_platformsB | Rewrite a piece of content for one or more target platforms, applying platform-specific tone and length constraints. Costs 1 AI credit per platform. |
| repurpose_urlA | Fetch a blog/article URL and generate one optimized post per requested platform in a single call. The flagship "Developer Content Stack" feature — write once, get 16 versions. Costs 6 AI credits per call regardless of platform count. |
| get_ai_creditsA | Show the current AI credit balance, usage this period, and reset date. |
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/fopost/fopost-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server