Data Collection
freedomcodecompliance.com
This server provides access to Florida property data and building code compliance information, allowing users to check coverage, create and track applications, and look up property details.
ENDPOINT 1
https://freedomcodecompliance.com/api/mcp
MCP server metadata
- Name
- freedom-code-compliance
- Version
- 1.0.0
Known tools 5
get_servicesReturns Freedom Code Compliance's services (private provider plan reviews, virtual inspections), turnaround facts, statute context, current coverage counts, and contact info.
Inferred read-onlycheck_coverageChecks whether Freedom Code Compliance covers a specific Florida county or municipality and returns its registration status (registered / in process / not registered) plus building department info.
Inferred read-onlystart_applicationCreates a prefilled draft of the Freedom Code Compliance application (the /apply form) from information already gathered in conversation, and returns a resume_url.
Inferred read-onlyget_application_draft_statusChecks the current status of an application draft previously created via start_application, given its draft_id.
Inferred read-onlylookup_propertyLooks up a Florida property by complete street address or parcel ID and returns an allowlisted projection of annual Florida Department of Revenue property data plus the responsible building department.
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.freedom-code-compliance]
url = "https://freedomcodecompliance.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"freedom-code-compliance": {
"type": "http",
"url": "https://freedomcodecompliance.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: freedom-code-compliance
Remote MCP URL: https://freedomcodecompliance.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": {
"freedom-code-compliance": {
"url": "https://freedomcodecompliance.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"freedom-code-compliance": {
"type": "http",
"url": "https://freedomcodecompliance.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "freedom-code-compliance",
"transport": "streamable-http",
"url": "https://freedomcodecompliance.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for freedomcodecompliance.com was fetched 2026-08-23T23:21:01.201Z.
freedomcodecompliance.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.