← freedomcodecompliance.com

INDIVIDUAL MCP TOOL

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.

freedomcodecompliance.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://freedomcodecompliance.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for check_coverage and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

freedomcodecompliance.com

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.

Related tools

  • get_services — Returns Freedom Code Compliance's services (private provider plan reviews, virtual inspections), turnaround facts, statute context, current coverage counts, and contact info.
  • 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.
  • get_application_draft_status — Checks the current status of an application draft previously created via start_application, given its draft_id.
  • 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.