← heym.run

INDIVIDUAL MCP TOOL

search_site

Search everything on heym.run by keyword: pages, workflow templates, playground demos, blog post sections, and documentation.

heym.runnone authenticationAvailability not checked

LIVE ENDPOINT

https://heym.run/mcp

No auth detected

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

Parent server

heym.run

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.heymweb-mcp]
url = "https://heym.run/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "heymweb-mcp": {
      "type": "http",
      "url": "https://heym.run/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: heymweb-mcp
Remote MCP URL: https://heym.run/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": {
    "heymweb-mcp": {
      "url": "https://heym.run/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "heymweb-mcp": {
      "type": "http",
      "url": "https://heym.run/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "heymweb-mcp",
  "transport": "streamable-http",
  "url": "https://heym.run/mcp"
}
MCP Inspector

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

Related tools

  • get_site_summary — Return a detailed overview of Heym: product capabilities, content counts, every key page (features, platform, nodes, docs, templates, blog, playground, convert, enterprise, about), template categories and featured templates, recent blog posts, playground demos, AI Convert support, and agent discovery links.
  • list_recent_blog_posts — List recent Heym blog posts with titles, URLs, and descriptions.
  • find_templates — Search Heym workflow templates by keyword.
  • get_blog_post — Fetch the markdown source for a Heym blog post by slug.