← hermoso.ai

INDIVIDUAL MCP TOOL

read_doc

Read the text of a Google Doc Hermoso can reach — one it created, or one the user handed over with the Google file picker in the app (that is how an EXISTING doc becomes readable; find its id with list_drive_files).

hermoso.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://app.hermoso.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for read_doc 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

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"
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.