PluginBench
MCP Server

HORIZON SHIELD WebMCP Intake MCP Server

io.github.ogasurfproject-jpg/horizon-shield-webmcp

What is the HORIZON SHIELD WebMCP Intake MCP server?

Intake desk for AI agents: bridges construction quotes to KIRA fair-price audit and EHN check.

How to install HORIZON SHIELD WebMCP Intake

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "horizon-shield-webmcp": {
      "url": "https://hs-webmcp.oga-surf-project.workers.dev/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "horizon-shield-webmcp": {
      "serverUrl": "https://hs-webmcp.oga-surf-project.workers.dev/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "horizon-shield-webmcp": {
      "type": "http",
      "url": "https://hs-webmcp.oga-surf-project.workers.dev/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "horizon-shield-webmcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://hs-webmcp.oga-surf-project.workers.dev/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http horizon-shield-webmcp https://hs-webmcp.oga-surf-project.workers.dev/mcp

Related MCP servers

Independent auditor for construction estimates. Flags overcharge with verifiable signed receipts.

View repository →