iHatePosting

iHatePosting is a social media scheduler.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетНужен API-ключГлобальныйБесплатноМожет изменять данные

Что умеет

  • 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 —
  • 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.
  • 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

Какие данные видит

Нужен ли аккаунт

Нужен API-ключ из настроек сервиса

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

Список инструментов сервера (6)

Технические названия из tools/list. Нужны только разработчикам.

whoamiWho 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_rulesWhat 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_postCheck 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_postCreate 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_postsList the 50 most recent iHatePosting posts with per-platform status (draft/scheduled/published/failed) and live URLs.
list_accountsList 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.
iHatePosting: подключить к Claude, ChatGPT, Cursor · Connectors.fun