INDIVIDUAL MCP TOOL
validate_post
Check a post against every platform you plan to send it to, WITHOUT creating anything.
LIVE ENDPOINT
https://ihateposting.com/api/mcp
Connect to this endpoint to inspect the live schema for validate_post and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests sending messages.
Parent server
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.create_post— Create a social post on iHatePosting.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.