General Tools
milestonetitlefl.com
Computes Florida real estate closing costs, including title insurance premiums, transfer taxes, and net proceeds for buyers and sellers.
ENDPOINT 1
https://milestonetitlefl.com/api/mcp
MCP server metadata
- Name
- mcp-typescript server on vercel
- Version
- 0.1.0
Known tools 10
florida_title_premiumCompute a Florida owner's title insurance premium at promulgated rates, with optional reissue credit and simultaneous-issue lender policy.
Inferred read-onlyflorida_buyer_closing_estimateEstimate Florida buyer-side title and tax closing costs: title premiums, note doc stamps, intangible tax, recording — county customs applied (buyer customarily pays the owner's premium in Miami-Dade, Broward, Sarasota, and Collier; seller in Palm Beach and most other counties).
Inferred read-onlyflorida_seller_net_sheetEstimate a Florida seller's net proceeds: deed doc stamps (county-correct, including Miami-Dade's single-family surtax rule), commission, payoff, and the owner's premium when county custom puts it on the seller.
Inferred read-onlyflorida_transfer_taxesCompute Florida transfer taxes for a deal: deed documentary stamps (with the Miami-Dade distinction), note doc stamps, and nonrecurring intangible tax on a mortgage.
Potential side effectsflorida_refinance_estimateEstimate Florida refinance title-side closing costs: lender's policy at the promulgated rate on the new loan, note doc stamps, nonrecurring intangible tax, and recording.
Inferred read-onlyflorida_firpta_estimateEducational FIRPTA withholding estimate under IRC §1445: the 15% default on the amount realized, with the buyer residence-intent adjustments at $300,000 (may reduce to zero) and $1,000,000 (may reduce to 10%).
Inferred read-onlyflorida_compare_offersRank up to four purchase offers by the seller's estimated net: each offer runs through the tested Florida seller net sheet (county-correct deed stamps including Miami-Dade's single-family surtax rule, commission, payoff), and seller credits come straight off the net.
Potential side effectsflorida_investor_estimateEstimate Florida investor deal costs for an assignment vs.
Inferred read-onlyflorida_rent_vs_buyEducational rent-vs-buy cash-outlay comparison for a Florida purchase: amortized payment, monthly ownership cost from stated assumptions, upfront cash (down payment + closing costs from the tested Florida engine), a year-by-year cumulative table, and the break-even year if one exists inside the horizon.
Potential side effectsabout_milestone_titleFacts about Milestone Title: services, service area, contact, underwriter, and how to start a title order.
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.mcp-typescript-server-on-vercel]
url = "https://milestonetitlefl.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-typescript-server-on-vercel": {
"type": "http",
"url": "https://milestonetitlefl.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-typescript-server-on-vercel
Remote MCP URL: https://milestonetitlefl.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": {
"mcp-typescript-server-on-vercel": {
"url": "https://milestonetitlefl.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-typescript-server-on-vercel": {
"type": "http",
"url": "https://milestonetitlefl.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-typescript-server-on-vercel",
"transport": "streamable-http",
"url": "https://milestonetitlefl.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 milestonetitlefl.com was fetched 2026-08-01T07:40:36.794Z and is being refreshed.
milestonetitlefl.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.