Bernhard the Builder
Public port · MCP · REST · WebMCP

Agent Gateway

Live · v1.0.0

This is the port. Agents connect here for site data, identity, and every artifact this platform will ship — prompts, scripts, repos, tools. Humans keep a lightweight overlay so the pipe stays visible.

MCP

Live

https://bernhardrieder.com/mcp

REST

Live

/api/v1

WebMCP

Detect

document.modelContext

Cursor mcp.json

{
  "mcpServers": {
    "bernhardrieder-gateway": {
      "url": "https://bernhardrieder.com/mcp"
    }
  }
}

Claude Code

claude mcp add --transport http bernhardrieder-gateway https://bernhardrieder.com/mcp

22

Posts

23

Tools

30

Repos

Public read tools

  • get_gatewayReturn the live agent gateway discovery document (REST, MCP, WebMCP, connect config).
  • get_identityReturn Bernhard Rieder identity, brand, and public contact surfaces.
  • list_contentList public catalog items. Optional type filter: blog, tool, repo.
  • get_contentRead one public blog post or tool by type + slug.
  • list_toolsList downloadable directives, scripts, and playbooks currently published.
  • get_toolRead one published tool/directive by slug.
  • searchKeyword search across public catalog titles, excerpts, tags, and slugs.

Next on this port

Write tools, an agent registry, authenticated ABAC keys, and a full operator dashboard. The pipe is live now. The product layer lands as the catalog grows.