How to Use the Precisely MCP in Windsurf
Give Windsurf precise location intelligence to autonomously map property data, assess risk, and calculate taxes.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Precisely MCP to Windsurf
Create your Vinkius account to connect Precisely to Windsurf — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.
Key Capabilities
Windsurf MCP Server for Address Logic
The `geocode_address` tool forward-geocodes partial inputs into rooftop-level coordinates with S8 precision codes. Cascade takes a messy user string, hits the endpoint, and returns a ranked list of candidates. Need the reverse? The `reverse_geocode` tool snaps latitude and longitude back to structured postal addresses. Windsurf chains these lookups directly into your frontend code without asking for permission to run each step.
Automate Property and Tax Lookups
The `get_property_info` tool retrieves US county assessor data like lot size, building square footage, and assessed value. You tell Cascade to build a real estate dashboard, and it automatically pulls the right parcel data. Jurisdictions overlap constantly. Cascade uses `get_local_tax` to resolve state, county, city, and special district tax rates down to the exact rooftop. It writes the tax calculation logic into your backend while you watch.
Chain Risk and Demographic Profiles
The `enrich_flood_risk` tool evaluates FEMA flood zone classifications and base flood elevations. Instead of writing boilerplate API wrappers, your MCP setup hits the endpoint and instantly maps the risk index for your target coordinates. It goes deeper with `enrich_demographics` and `enrich_crime_risk`. Cascade grabs household income brackets and normalized crime indices, then builds the data visualization components in your React app automatically.
Set up Precisely MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the Precisely MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my Precisely payment history." If connected, Cascade will call the Precisely tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"precisely-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Precisely. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Precisely MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Precisely MCP today
We host it, we monitor it, we maintain it. You just paste one token.