Building Codes

Building

High-level index of building-code topics and applicability (discipline + in-building location), with source references.

Data Preview
Preview of the data available in this data source
SRCERER.IO IconData Preview
Loading data preview...
Loading data...
Connect via MCP
Use an MCP server to let your IDE/agent query this data source using your API key.
For hosted, use https://srcerer.io. For local dev, use http://localhost:3000.
Subscribe to this data source first, then generate a subscriber API key below to connect via MCP.
Claude Desktop `claude_desktop_config.json` / Cursor MCP config
{
  "mcpServers": {
    "srcerer-building-codes": {
      "command": "node",
      "args": [
        "<absolute-path-to-your-project>/scripts/mcp-data-source-server.js"
      ],
      "env": {
        "SRCERER_BASE_URL": "https://srcerer.io",
        "SRCERER_DATA_SOURCE_SLUG": "building-codes",
        "SRCERER_API_KEY": "<paste-your-subscriber-api-key>"
      }
    }
  }
}
What the MCP server calls under the hood
{
  "endpoint": "https://srcerer.io/api/v1/building-codes/table?limit=25&page=1&sortBy=created_at&sortOrder=desc",
  "header": {
    "X-API-Key": "<paste-your-subscriber-api-key>"
  }
}
Tip: if you’re using the hosted site, set SRCERER_BASE_URL to https://srcerer.io.
Full Table Access
Subscribe to view and explore the complete data table

Subscribe to access the full data table

Click the Subscribe button above to view paginated access to all data in this data source