← hermeasinc.com

INDIVIDUAL MCP TOOL

reconcile_tasks

Check a project's task list against what has actually been made in it — the films and whether they have rendered, the master sheets and their scene counts, the museboards, the elements cast — and propose what should change: work the material shows is finished, two tasks that say the same thing, a task whose prerequisite does not exist, work the film obviously needs that nobody has written down.

hermeasinc.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://hermeasinc.com/mcp

No auth detected

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

hermeasinc.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.sales-agents]
url = "https://hermeasinc.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "sales-agents": {
      "type": "http",
      "url": "https://hermeasinc.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: sales-agents
Remote MCP URL: https://hermeasinc.com/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": {
    "sales-agents": {
      "url": "https://hermeasinc.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "sales-agents": {
      "type": "http",
      "url": "https://hermeasinc.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "sales-agents",
  "transport": "streamable-http",
  "url": "https://hermeasinc.com/mcp"
}
MCP Inspector

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

Related tools

  • search_trending_videos — Search Imagine Films' social insights database for high-performing short-form videos.
  • get_trending_snapshot — The current curated trending snapshot: top videos ranked by how far each travelled past its own creator's usual reach, with the time the snapshot was captured.
  • get_video_insight — Metrics, reach and hook for one video already in the database, by URL.
  • get_creator_profile — A creator's baseline — followers, average likes — and their strongest recent videos, so a single video can be judged against their normal.
  • list_insight_coverage — What this database covers: platforms, how many videos, and how fresh the newest capture is.
  • research_video — Pull live data for a video that is not yet in the database, including its full transcript and hook, and add it to the corpus.
  • research_creator — Pull a creator's recent post history live and add it to the corpus, so their videos can be judged against their own baseline.
  • compose_film — Generate a film from a written description.