目录 / iHatePosting
iHatePosting
iHatePosting is a social media scheduler. This MCP server lets Claude, ChatGPT, Cursor or any MCP client draft, check and schedule posts to the social accounts you connect in iHatePosting. **Tools** - `whoami`: which iHatePosting account the API key belongs to - `get_platform_rules`: each network's limits for characters, media, aspect ratios and video specs - `validate_post`: check a draft against those rules before posting - `create_post`: publish now, schedule, or save as a draft - `list_posts`: your 50 most recent posts with per-platform status and live URLs - `list_accounts`: your connected social accounts and their health **Setup:** create an API key in iHatePosting under Settings > API & MCP, and enter it as `key` when you connect. Website: https://ihateposting.com
接入信息
- 传输形态
- http
- 鉴权方式
- 需 API Key(需要配置:key)
- 端点
https://social-media-scheduler--ihateposting.run.tools
{
"mcpServers": {
"iHatePosting": {
"headers": {
"Authorization": "Bearer \u003cYOUR_KEY\u003e"
},
"url": "https://social-media-scheduler--ihateposting.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| whoami | Who the API key belongs to: the iHatePosting login (email and account name). Use this for any question about who the user is or which account is connected. This is NOT a social media handle — the handles from list_accounts belong to the connected profiles, which may carry other people's names. |
| get_platform_rules | What each platform will and will not accept: character limit, whether media is required, how many images, video formats and length, and which per-platform options are MANDATORY (e.g. Pinterest needs a board, YouTube needs a title). Call this BEFORE writing a post — it is the difference between composing something that publishes and something the platform rejects. |
| validate_post | Check a post against every platform you plan to send it to, WITHOUT creating anything. Runs the same checks the publisher runs seconds before it posts, so the answer is what will really happen — 'X counts this as 1200/280 characters', 'YouTube needs a title', 'TikTok slideshows take JPEG or WebP photos'. Free to call as often as you like; use it before create_post rather than discovering a problem after the post is spent. |
| create_post | Create a social post on iHatePosting. action 'draft' saves it (the default, and the safe choice); 'schedule' needs scheduledDate (YYYY-MM-DD) + scheduledTime (e.g. '9:00 AM', in the account owner's timezone); 'now' publishes immediately to a real audience. Platforms with requirements — Pinterest a board, YouTube a title, TikTok and Instagram media — are set through `options` and `mediaIds`; call get_platform_rules for what each one needs, and validate_post to check before you commit. |
| list_posts | List the 50 most recent iHatePosting posts with per-platform status (draft/scheduled/published/failed) and live URLs. |
| list_accounts | List the connected social accounts (platform, handle, health) available for posting. The response also names the iHatePosting account the API key belongs to — if the accounts listed are not the ones you expect, check that `account.email` is the right person before assuming anything is missing. |
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。