Content Tools
heym.run
This server allows searching and retrieving content from the Heym website, including site summaries, templates, blog posts, and documentation.
ENDPOINT 1
https://heym.run/mcp
MCP server metadata
- Name
- heymweb-mcp
- Version
- 1.0.0
Use this MCP endpoint to explore the public Heym site. Call get_site_summary first for the product overview, key pages, template categories, playground demos, and AI Convert. Use search_site to find any page, template, playground demo, blog section, or doc by keyword.
Known tools 5
get_site_summaryReturn 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.
Inferred read-onlysearch_siteSearch everything on heym.run by keyword: pages, workflow templates, playground demos, blog post sections, and documentation.
Potential side effectslist_recent_blog_postsList recent Heym blog posts with titles, URLs, and descriptions.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for heym.run was fetched 2026-08-08T10:20:02.488Z and is being refreshed.
heym.run is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.