Mapulus Connector for AI agents.
9 live capabilities
Access Australian census data and spatial analytics for site selection.
Waiting for input…
Why people use Mapulus
Mapulus Australian Census Data for Real Estate Research
Mapulus changes that by letting you just ask. You tell your agent which suburb or postcode you're interested in, and it pulls the demographics, income, and housing stats in seconds. You get a clear picture of the area without ever opening a browser tab.
What Vinkius changes
You get instant access to granular Australian location data through natural conversation.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Retail expansion analysis
A manager asks for suburbs in Sydney with high median income and low housing supply to find a new store location using `search_suburbs` and `get_demographics`.
- Real-world use case 02
Logistics and delivery planning
A dispatcher uses `get_isochrone` to see how far a delivery van can travel in 30 minutes from a warehouse to plan routes.
- Real-world use case 03
Property marketing research
An agent uses `enrich_location` to get a summary of a neighborhood's socioeconomic profile for a new real estate listing.
Complete set · 9capabilities
The complete Mapulus capability set.
These are the exact actions your AI can choose when you ask it to work with Mapulus.
01—03
3 capabilities in this set.
Part of 9 available through Mapulus.
- 01 Capability
Get boundary details
Fetches specific attributes and metadata for a named Australian boundary like a postcode. Use this to get the precise details of a region.
- 02 Capability
Get h3 index
Converts a specific location into an H3 hexagonal index for spatial indexing. This is useful for organizing geographic data into manageable cells.
- 03 Capability
Enrich location
Adds geographic context and statistical data to specific latitude and longitude points. This helps you understand the profile of a specific coordinate.
04—06
3 capabilities in this set.
Part of 9 available through Mapulus.
- 04 Capability
Get demographics
Pulls ABS Census data including population, income, and housing for a given boundary. It provides a snapshot of the people living in an area.
- 05 Capability
Get isochrone
Calculates and returns travel-time boundaries for a specific starting point. Use this to see how far a car or person can travel in a set timeframe.
- 06 Capability
Get postcode data
Retrieves all available data points for a specific Australian postcode. It gives you a comprehensive look at a small geographic area.
07—09
3 capabilities in this set.
Part of 9 available through Mapulus.
- 07 Capability
List data topics
Shows all available data categories like housing, income, and employment. Use this to see what kind of census data you can request.
- 08 Capability
Search boundaries
Finds Australian statistical boundaries based on names or descriptions. This is the first step to finding specific LGAs or suburbs.
- 09 Capability
Search suburbs
Specifically looks up Australian suburbs to find their boundary IDs. Use this to find the correct ID for a suburb you're researching.
Set up in minutes
One URL. Then ask Mapulus to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Mapulus 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_GFpJR0KZKGDjgx75vVypBpvXgolt4vtTpIidNqRz/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 Mapulus, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Mapulus for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_GFpJR0KZKGDjgx75vVypBpvXgolt4vtTpIidNqRz/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 Mapulus URL.
- Step 03
Save and start
Save the connection and enable Mapulus in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"mapulus": {
"url": "https://edge.vinkius.com/vk_preview_GFpJR0KZKGDjgx75vVypBpvXgolt4vtTpIidNqRz/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 Mapulus
Open Agent mode in chat and ask: "Using Mapulus, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"mapulus": {
"url": "https://edge.vinkius.com/vk_preview_GFpJR0KZKGDjgx75vVypBpvXgolt4vtTpIidNqRz/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 Mapulus
Ask Copilot: "Using Mapulus, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"mapulus": {
"url": "https://edge.vinkius.com/vk_preview_GFpJR0KZKGDjgx75vVypBpvXgolt4vtTpIidNqRz/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 Mapulus
Open Cascade and ask: "Using Mapulus, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"mapulus": {
"url": "https://edge.vinkius.com/vk_preview_GFpJR0KZKGDjgx75vVypBpvXgolt4vtTpIidNqRz/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 Mapulus
Ask Cline: "Using Mapulus, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add mapulus --transport http "https://edge.vinkius.com/vk_preview_GFpJR0KZKGDjgx75vVypBpvXgolt4vtTpIidNqRz/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 Mapulus
Ask Claude: "Using Mapulus, show me...". 9 tools are ready
Where the request belongs
Work Mapulus can move forward.
Real estate developers and retail site selectors who need to justify location choices with hard data. It's for the analyst who spends hours digging through census reports to find the right neighborhood.
Real Estate Analyst
Evaluating neighborhood demographics and housing trends for a new residential development.
Retail Site Selector
Mapping out catchment areas and travel-time boundaries for new storefront locations.
Urban Planner
Analyzing population density and employment statistics across different LGAs.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsGeocodio
Empower geocoding via Geocodio. perform batch geocoding and reverse geocoding for US/Canada, and retrieve Census and legislative data directly from any AI agent.
SafeGraph
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.
Precisely
Equip your AI with precise location intelligence. geocode addresses, resolve property risks, calculate local taxes, and analyze demographics globally.
Baidu Huiyan LBS
Analyze population mobility via Baidu Huiyan. track migration flows, urban crowd density, and perform precision geocoding from any AI agent.
HUD User (USPS Crosswalk)
Map ZIP codes to Census geographies via HUD User USPS Crosswalk API.
FCC Geo
Instantly convert geographic coordinates into precise US Census Blocks and Telecommunication zones with zero authentication.
Bring your own AI
Change the model, client or framework. Keep Mapulus 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 Mapulus.
The practical details behind the request, access and result.
Does Mapulus include Australian census data?
Yes, it pulls ABS Census-derived insights like population, income, and housing stats for various Australian regions.
Can I use Mapulus to find specific suburbs?
You can search for Australian suburbs to get their specific boundary IDs and geographic details.
What is an isochrone in Mapulus?
An isochrone is a travel-time boundary. It shows you how far someone can travel from a specific point within a set amount of time.
Can Mapulus enrich a specific address?
Yes, you can provide a latitude and longitude coordinate and get the geographic context and statistical data for that exact spot.
Does Mapulus work for international locations?
No, this Connector is specifically designed for Australian geographic and statistical data.
How do I get demographics for a specific LGA?
You can search for the Local Government Area (LGA) boundary first, then request the demographics for that specific boundary ID.
How do I find my Mapulus API Key?
Log in to Mapulus, go to Profile > API Keys, and you can generate your key there.
What regions are covered by Mapulus?
Mapulus specializes in Australian geographic and statistical data (ABS Census boundaries).
Is my API Key secure?
Absolutely. Your token is encrypted at rest and injected securely at runtime.
One connection away
Give your agent a direct line to Mapulus.
Connect Mapulus once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available