← hermoso.ai

INDIVIDUAL MCP TOOL

upload_file

Persist an ARBITRARY user file (image, video, audio, PDF or document, up to 150MB) into Hermoso and get back a durable public URL that EVERY publish, schedule and ad-build tool accepts — post_to_meta / post_to_linkedin / post_to_linkedin_page / post_to_youtube / post_to_tiktok / post_to_pinterest / post_to_x / post_to_google_business / schedule_post / upload_meta_asset / upload_google_ads_asset / create_meta_ad / create_linkedin_ads_creative / set_youtube_thumbnail / save_to_drive / save_to_onedrive.

hermoso.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://app.hermoso.ai/mcp?src=registry

No auth detected

Connect to this endpoint to inspect the live schema for upload_file 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 retrieving external content.

Parent server

hermoso.ai

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?src=registry"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hermoso": {
      "type": "http",
      "url": "https://app.hermoso.ai/mcp?src=registry"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hermoso
Remote MCP URL: https://app.hermoso.ai/mcp?src=registry

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?src=registry"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hermoso": {
      "type": "http",
      "url": "https://app.hermoso.ai/mcp?src=registry"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hermoso",
  "transport": "streamable-http",
  "url": "https://app.hermoso.ai/mcp?src=registry"
}
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.
  • find_tools — Search EVERY Hermoso tool — including the paid-campaign (`ads`), `analytics` and `channel_admin` groups that are NOT in this session's starting list because of their size — by name, task or group, and get each one's parameters in one line.
  • call_tool — Run ANY Hermoso tool by name — including the paid-campaign, analytics and channel-admin tools that are not in this session's starting list — with the same permissions, the same account and the same result as calling it directly.
  • post_to_bluesky — Publish a post to Bluesky as the connected account.
  • 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.
  • hermoso_capabilities — Probe what this Hermoso account can do RIGHT NOW: available image/video model ids + their exact credit costs, aspect ratios, video durations, the recipe ids, and the canEdit/canAvatar flags.
  • hermoso_credits — Return the account credit balance, the credits this account has spent on the calls listed, and those recent priced calls.