General Tools
gocodebook.com
Looks up verbatim California building, residential, fire, plumbing, mechanical, green, energy, and existing-building code sections and local zoning/municipal ordinances by section number, and lists available documents.
ENDPOINT 1
https://gocodebook.com/api/mcp
MCP server metadata
- Name
- gocodebook-codes
- Version
- 1.0.0
Verbatim California building, residential, fire, plumbing, mechanical, green and energy code text, plus city and county zoning ordinances, looked up by section number. Quote the returned text rather than paraphrasing, and always keep the Source link so the user can verify the citation. This server does not decide whether a project complies.
Known tools 2
lookup_california_code_sectionLook up the VERBATIM text of a California building, residential, fire, plumbing, mechanical, green (CALGreen), energy or existing-building code section, or a section of a California city or county zoning/municipal ordinance, by its section number.
Inferred read-onlylist_california_code_documentsList the California codes and local ordinances available for lookup, and state honestly what is NOT covered.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.gocodebook-codes]
url = "https://gocodebook.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"gocodebook-codes": {
"type": "http",
"url": "https://gocodebook.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: gocodebook-codes
Remote MCP URL: https://gocodebook.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"gocodebook-codes": {
"url": "https://gocodebook.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"gocodebook-codes": {
"type": "http",
"url": "https://gocodebook.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "gocodebook-codes",
"transport": "streamable-http",
"url": "https://gocodebook.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.