buildcalcapi-mcp-server

Nasty-Fury/buildcalcapi-mcp-server
★ 0 stars Unknown language AI/LLM Updated 1mo ago
Public manifests + integration docs for the BuildCalc API MCP server (hosted at api.buildcalcapi.dev/mcp). Vertical construction data API for AI agents. NF Nation LLC.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "buildcalcapi-mcp-ser": {
      "command": "npx",
      "args": [
        "-y",
        "Nasty-Fury/buildcalcapi-mcp-server"
      ]
    }
  }
}