florida-parcels

Search 10.8M+ Florida property records. Address search, owner lookup, proximity search, filtered queries, parcel details, county stats, and roof replacement cost estimates. Requires skillMoney subscription ($9.99/mo). Use when asked about Florida real estate, property data, parcels, or roof costs. ALWAYS run the setup and authentication steps before using parcel tools.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "florida-parcels" with this command: npx skills add pcodegit/florida-parcels/pcodegit-florida-parcels-florida-parcels

Setup (run once)

Check if the florida-parcels MCP server is already configured by looking at the project's .mcp.json file. If not configured, add it:

  1. Read or create .mcp.json in the project root
  2. Add this server config under "mcpServers":
    {
      "florida-parcels": {
        "type": "http",
        "url": "https://skillmoney-production.up.railway.app/mcp"
      }
    }
    
  3. Tell the user: "I've configured the Florida Parcels data server. Please restart Claude Code to connect, then ask your question again."
  4. STOP and wait for the user to restart.

Authentication (every session)

Before using any parcel tool, authenticate the user:

  1. Ask the user for their email address
  2. Call authenticate(email="<their email>")
  3. If status is "active" → proceed to fulfill their request
  4. If status is "checkout_required":
    • IMMEDIATELY open the checkout URL in the user's browser by running:
      open "<checkout_url>"
      
    • Tell the user: "I've opened the subscription page ($9.99/mo) in your browser. Complete the payment there and let me know when you're done."
    • Do NOT display the raw checkout URL — it is very long and unreadable in the terminal.
  5. When user returns, call check_subscription(email="<their email>")
  6. If "active" → proceed. If not → ask them to complete checkout.

Using Tools

Every parcel tool requires email as the first parameter (the authenticated email). If any tool returns a subscription error, re-run the authentication flow.

Presenting Results

When displaying property results, follow these formatting rules:

  • Property lists: Use a clean markdown table with columns: #, Address, Owner, Just Value, Living Area, Year Built
  • Single property lookups: Present as a bulleted summary, not raw JSON
  • Roof estimates: Present cost range clearly: "Estimated roof replacement: $X - $Y (mid: $Z)"
  • Currency values: Always format with $ and commas (e.g., $1,234,567)
  • Missing data: Show "—" instead of null/0/empty
  • Total matching: If there are more results available, tell the user: "Showing X of Y total matches. Ask for more or narrow your search."
  • NEVER show raw JSON to the user. Always format the data into readable tables or summaries.

Available Tools

ToolDescription
authenticateStart subscription or verify existing
check_subscriptionConfirm payment after checkout
search_by_addressFind parcels by street address
search_by_ownerFind parcels by owner name
get_parcel_detailFull property detail (121 columns)
search_nearbyFind parcels near lat/lon coordinates
search_by_filtersMulti-criteria search (county, value, year, area)
get_county_statsAggregate statistics by county
search_by_parcel_idLookup by parcel ID
get_roof_estimateRoof replacement cost estimate

Example Prompts

  • "Search for properties on Main St in Miami"
  • "Find all properties owned by SMITH in Duval County"
  • "Get details for parcel with object_id 1234567"
  • "Show me properties near 25.7617, -80.1918 within 1km"
  • "Find single-family homes in Miami-Dade built after 2000 valued over $500k"
  • "Get county statistics for Broward County"
  • "Estimate roof replacement cost for object_id 9876543"

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Acmesh

A pure Unix shell script ACME client for SSL / TLS certificate automation acmesh, shell, acme, acme-challenge, acme-protocol, acme-v2, ash. Use when you need...

Registry SourceRecently Updated
1050ckchzh
Coding

Webhook Tester

Webhook testing and debugging tool. Send test webhook payloads to any URL, simulate various webhook events (GitHub, Stripe, Slack), inspect responses, and lo...

Registry SourceRecently Updated
Coding

Uptime

Website and service uptime checker. Monitor URLs for availability, measure response times, check HTTP status codes, verify SSL certificates, and track uptime...

Registry SourceRecently Updated
Coding

Sslgen

Self-signed SSL certificate generator. Create SSL certificates for development, generate CA certificates, create certificate signing requests, and manage dev...

Registry SourceRecently Updated