MCP Server
HORIZON SHIELD KIRA MCP Server
io.github.ogasurfproject-jpg/horizon-shield
What is the HORIZON SHIELD KIRA MCP server?
Independent auditor for construction estimates. Flags overcharge with verifiable signed receipts.
How to install HORIZON SHIELD KIRA
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": {
"url": "https://hs-mcp.oga-surf-project.workers.dev"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"horizon-shield": {
"serverUrl": "https://hs-mcp.oga-surf-project.workers.dev"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"horizon-shield": {
"type": "http",
"url": "https://hs-mcp.oga-surf-project.workers.dev"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"horizon-shield": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://hs-mcp.oga-surf-project.workers.dev"
]
}
}
}Claude Code
claude mcp add --transport http horizon-shield https://hs-mcp.oga-surf-project.workers.devRelated MCP servers
Intake desk for AI agents: bridges construction quotes to KIRA fair-price audit and EHN check.
View repository →