INDIVIDUAL MCP TOOL
get_post_refill
Show the automatic posting refill for this brand: whether it is on, whether it is in dry-run (preview) mode, how many days ahead it fills, its render budget, when it next runs, and how many posts are queued right now.
LIVE ENDPOINT
https://app.hermoso.ai/mcp
Connect to this endpoint to inspect the live schema for get_post_refill 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
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.hermoso]
url = "https://app.hermoso.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hermoso": {
"type": "http",
"url": "https://app.hermoso.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hermoso
Remote MCP URL: https://app.hermoso.ai/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": {
"hermoso": {
"url": "https://app.hermoso.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hermoso": {
"type": "http",
"url": "https://app.hermoso.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hermoso",
"transport": "streamable-http",
"url": "https://app.hermoso.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
enable_tools— Switch on a group of tools that is not in this session's roster.post_to_bluesky— Publish a post to Bluesky as the connected account.delete_bluesky_post— PERMANENTLY delete one of the connected Bluesky account's OWN posts.post_to_telegram— Publish to a Telegram channel, group or chat as the brand's own bot.list_telegram_chats— Find the chat ids this Telegram bot can be addressed by.list_telegram_dms— Read what people have SENT to the connected Telegram bot — the newest message from each chat, newest chat first, so you can see who is waiting on a reply.delete_telegram_message— PERMANENTLY delete one message the bot posted to a Telegram chat.list_inbox— EVERYTHING PEOPLE SAID TO THIS BRAND, across every connected channel, in one list: Facebook and Instagram comments, Threads replies and mentions, YouTube and Reddit comments, Google Business reviews, Bluesky replies and mentions, and X mentions — plus DIRECT MESSAGES on Meta (Messenger and Instagram Direct), Bluesky, X and Telegram.