Precisely Connector for AI agents.
10 live capabilities
Get accurate property data and geospatial risk intelligence.
Waiting for input…
Why people use Precisely
Precisely for Property Risk and Tax Intelligence
With this Connector, you just tell your agent to check the flood risk and local tax for a list of addresses. It does the lookups, standardizes the data, and gives you a clean table in seconds.
What Vinkius changes
You get instant access to professional-grade geospatial data through a simple conversation with your AI.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Automating E-commerce Tax
An owner wants to know the sales tax for a specific house.
- Real-world use case 02
Real Estate Risk Assessment
An analyst needs a flood report for a new listing.
- Real-world use case 03
Mass Data Cleaning
A developer has a list of 500 messy addresses.
Complete set · 10capabilities
The complete Precisely capability set.
These are the exact actions your AI can choose when you ask it to work with Precisely.
01—04
4 capabilities in this set.
Part of 10 available through Precisely.
- 01 Capability
Enrich demographics
Pull household income, population density, and age data for a coordinate. This helps you understand a local market.
- 02 Capability
Enrich flood risk
Get FEMA flood zone designations and risk scores for US territories. It shows exactly where the water risk lies.
- 03 Capability
Geocode address
Turn a full or partial address string into precise latitude and longitude. It resolves against a global database.
- 04 Capability
Get local tax
Find the combined sales tax rate and specific jurisdictions for a rooftop. This is perfect for e-commerce tax logic.
05—07
3 capabilities in this set.
Part of 10 available through Precisely.
- 05 Capability
Get property info
Pull US property records like lot size, square footage, and year built. It gives you a full record of a building.
- 06 Capability
Reverse geocode
Turn a set of coordinates back into a structured street address. It finds the nearest rooftop-level address.
- 07 Capability
Get timezone
Get the correct IANA timezone identifier and UTC offset for any coordinate. It accounts for daylight saving changes.
08—10
3 capabilities in this set.
Part of 10 available through Precisely.
- 08 Capability
Verify address
Check if an address is actually deliverable and get the standardized postal format. It validates against local authorities.
- 09 Capability
Autocomplete address
Get up to 10 ranked address suggestions as users type into a form. This helps prevent entry errors at the start.
- 10 Capability
Enrich crime risk
Get crime risk scores for a location compared to national averages. It shows how much risk varies by neighborhood.
Set up in minutes
One URL. Then ask Precisely to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Precisely from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_aDI9vDguBchmD8aliGPZ1yYBiejSO06QKIj9nfHO/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Precisely, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Precisely for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_aDI9vDguBchmD8aliGPZ1yYBiejSO06QKIj9nfHO/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Precisely URL.
- Step 03
Save and start
Save the connection and enable Precisely in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"precisely": {
"url": "https://edge.vinkius.com/vk_preview_aDI9vDguBchmD8aliGPZ1yYBiejSO06QKIj9nfHO/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Precisely
Open Agent mode in chat and ask: "Using Precisely, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"precisely": {
"url": "https://edge.vinkius.com/vk_preview_aDI9vDguBchmD8aliGPZ1yYBiejSO06QKIj9nfHO/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Precisely
Ask Copilot: "Using Precisely, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"precisely": {
"url": "https://edge.vinkius.com/vk_preview_aDI9vDguBchmD8aliGPZ1yYBiejSO06QKIj9nfHO/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Precisely
Open Cascade and ask: "Using Precisely, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"precisely": {
"url": "https://edge.vinkius.com/vk_preview_aDI9vDguBchmD8aliGPZ1yYBiejSO06QKIj9nfHO/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Precisely
Ask Cline: "Using Precisely, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add precisely --transport http "https://edge.vinkius.com/vk_preview_aDI9vDguBchmD8aliGPZ1yYBiejSO06QKIj9nfHO/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Precisely
Ask Claude: "Using Precisely, show me...". 10 tools are ready
Where the request belongs
Work Precisely can move forward.
This is for anyone who deals with location data as a core part of their job. If you're tired of manually checking maps or copy-pasting property details into spreadsheets, this is for you.
Data Engineer
Cleaning and standardizing millions of messy address records without writing custom scripts.
Real Estate Analyst
Building reports on property dimensions and flood scores using natural language.
E-commerce Ops Manager
Validating tax zones and delivery addresses during site development.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsSafeGraph
Integrate SafeGraph's premier geospatial dataset into your AI. Discover detailed POIs, analyze foot traffic patterns, and process precise building geometries seamlessly from conversational prompts.
Geocodio
Empower geocoding via Geocodio. perform batch geocoding and reverse geocoding for US/Canada, and retrieve Census and legislative data directly from any AI agent.
Smarty
Equip your AI with enterprise-grade location intelligence to validate, autocomplete, and extract US or International addresses instantly.
TIGER/Line Geocoder (Census)
Access official US Census Bureau geocoding services to convert addresses into coordinates and detailed census geography data.
OpenCage
Geocode addresses and reverse-geocode coordinates via OpenCage. convert locations to lat/lng and back with country, language, and privacy filters from any AI agent.
Nominatim
Geocode addresses, reverse geocode coordinates and explore OpenStreetMap data. no API key required.
Bring your own AI
Change the model, client or framework. Keep Precisely connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Precisely.
The practical details behind the request, access and result.
Does Precisely MCP handle international addresses?
Yes, it geocodes addresses across more than 250 countries and territories, giving you global coverage for your data.
Can I use it to find US property details like lot size?
Yes, you can pull property records for US addresses, including lot size, square footage, year built, and even assessed values.
How accurate is the tax data provided by Precisely MCP?
It provides exact sales tax rates resolved down to the rooftop level, including specific state, county, and city components.
Does Precisely MCP work for flood risk assessment?
Yes, it pulls FEMA flood zone designations and risk scores for US territories, which is great for real estate and insurance analysis.
Can it clean up my mailing list if the addresses are messy?
Absolutely. It can verify and standardize messy address fragments into correct postal formats and tell you if they are actually deliverable.
Can it tell me the timezone for any location?
Yes, it identifies the correct IANA timezone, UTC offset, and daylight saving status for any coordinate you provide.
Can the AI find out if a specific property is inside a flood zone?
Yes. First the AI uses geocode_address to find the exact Latitude/Longitude of the building's rooftop. Then it feeds those coordinates into enrich_flood_risk to extract the strict FEMA designation naturally.
How accurately does verify_address standardize locations?
Very accurately. It connects to native postal services (like USPS and Royal Mail) to autocorrect misspellings, adjust zip codes, and flag impossible addresses before they reach your logistics layer.
Do I need two separate keys to use this?
Yes. Precisely Developer APIs use robust OAuth workflows. You must supply both the individual API Key (Consumer Key) and the API Secret. The Connector handles token exchanging for you internally.
One connection away
Give your agent a direct line to Precisely.
Connect Precisely once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available