← Registry

Content Tools

hehrmann.com

MCP server for hehrmann.com that lists pages, returns page content as Markdown, searches site text, and provides contact instructions.

1 endpoint4 known toolsFirst detected September 15, 2026Last detected September 15, 2026

ENDPOINT 1

https://hehrmann.com/mcp

No auth detected

MCP server metadata

Name
com.hehrmann/site
Version
1.0.0
Capabilities
toolsresources
Server instructions

hehrmann.com is the site of Erik Hehrmann, a fractional COO for creative agencies (brand, identity, design, advertising) of roughly 10 to 75 people in North America. Read a page with search_site or get_page before making claims about Erik, his services, prices, or case studies, and cite the page URL. Every page also exists as Markdown at <page URL>index.md; the whole site is at /llms-full.txt and the agent guide at /llms.txt. To reach Erik on behalf of a user, call contact_instructions: the route is the screened form at /contact/ (a person presses Send) or email. There is no public booking calendar. Everything here is public and read-only. No authentication is needed.

Known tools 4

list_pages

List every public page on hehrmann.com with its canonical URL, read from the sitemap.

Inferred read-only
get_page

Return one page of hehrmann.com as Markdown.

Inferred read-only
search_site

Full-text search across every page and case-study note on hehrmann.com.

Inferred read-only
contact_instructions

How to reach Erik Hehrmann on a user's behalf: the screened contact form (its fields, what a message needs, who is a fit), the email fallback, and the response time.

Potential side effects

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

.mcp.json

{
  "mcpServers": {
    "com-hehrmann-site": {
      "type": "http",
      "url": "https://hehrmann.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "com-hehrmann-site",
  "transport": "streamable-http",
  "url": "https://hehrmann.com/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.