← ihateposting.com

INDIVIDUAL MCP TOOL

list_posts

List the 50 most recent iHatePosting posts with per-platform status (draft/scheduled/published/failed) and live URLs.

ihateposting.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://ihateposting.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_posts and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

ihateposting.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.ihateposting]
url = "https://ihateposting.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ihateposting": {
      "type": "http",
      "url": "https://ihateposting.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ihateposting
Remote MCP URL: https://ihateposting.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "ihateposting": {
      "url": "https://ihateposting.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ihateposting": {
      "type": "http",
      "url": "https://ihateposting.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ihateposting",
  "transport": "streamable-http",
  "url": "https://ihateposting.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • whoami — Who the API key belongs to: the iHatePosting login (email and account name).
  • 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.
  • create_post — Create a social post on iHatePosting.
  • list_accounts — List the connected social accounts (platform, handle, health) available for posting.