← Registry

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.

1 endpoint5 known toolsFirst detected August 15, 2026Last detected August 15, 2026

ENDPOINT 1

https://freedomcodecompliance.com/api/mcp

No auth detected

MCP server metadata

Name
freedom-code-compliance
Version
1.0.0
Capabilities
tools.listChanged

Known tools 5

get_services

Returns Freedom Code Compliance's services (private provider plan reviews, virtual inspections), turnaround facts, statute context, current coverage counts, and contact info.

Inferred read-only
check_coverage

Checks 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-only
start_application

Creates 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-only
get_application_draft_status

Checks the current status of an application draft previously created via start_application, given its draft_id.

Inferred read-only
lookup_property

Looks 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-only

CONNECT 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.

Trust status Trusted

freedomcodecompliance.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.