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.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"buildcalcapi-mcp-ser": {
"command": "npx",
"args": [
"-y",
"Nasty-Fury/buildcalcapi-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add buildcalcapi-mcp-ser npx -y Nasty-Fury/buildcalcapi-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"buildcalcapi-mcp-ser": {
"command": "npx",
"args": [
"-y",
"Nasty-Fury/buildcalcapi-mcp-server"
]
}
}
}
📋 Copy