Pointr Connector for AI agents.
10 live capabilities
Navigate complex indoor environments and manage spatial data.
Waiting for input…
Why people use Pointr
Pointr for Indoor Navigation and Facility Management
With this Connector, you just ask. Your agent can pull the exact layout of a level or check the status of every sensor in a building instantly. You get a single, cohesive way to interact with your physical space without ever leaving your chat interface.
What Vinkius changes
That your AI gains the ability to interact with and navigate complex indoor environments as if it had a map in its hands.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Audit offline hardware
A facilities manager asks the agent to check all beacons in a terminal.
- Real-world use case 02
Plan retail traffic
A planner asks for the best way to move people from a main gate to a store.
- Real-world use case 03
Find specific amenities
A user asks for all restrooms in a specific building.
Complete set · 10capabilities
The complete Pointr capability set.
These are the exact actions your AI can choose when you ask it to work with Pointr.
01—04
4 capabilities in this set.
Part of 10 available through Pointr.
- 01 Capability
Calculate path
Compute the best walking path between two specific points. This provides accurate wayfinding that accounts for walls and floors.
- 02 Capability
Get building
Get the full configuration for a specific Pointr building. This helps the agent understand the overall structure of a facility.
- 03 Capability
Get level map
Pull the floor plan data for a specific level of a building. Use this to see the exact layout of a single floor.
- 04 Capability
Get poi
Get detailed information about a specific point of interest. This is useful for finding specific gates, stores, or amenities.
05—07
3 capabilities in this set.
Part of 10 available through Pointr.
- 05 Capability
List beacons
Show all BLE beacons registered in the Pointr platform. Use this to audit your hardware mesh across a campus.
- 06 Capability
List buildings
List every building registered in the indoor intelligence network. This gives the agent a high-level view of all your managed sites.
- 07 Capability
List geofences
Show all indoor geofences configured in the platform. Use this to see where your proactive trigger zones are active.
08—10
3 capabilities in this set.
Part of 10 available through Pointr.
- 08 Capability
List levels
List all floor levels for a specific building. This helps the agent understand how many floors a building has.
- 09 Capability
List pois
List all registered points of interest in the platform. Use this to see every designated location in your network.
- 10 Capability
Search pois
Search for indoor points of interest using keywords. This lets the agent find specific items like restrooms or gates easily.
Set up in minutes
One URL. Then ask Pointr to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Pointr 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_C80UHAWpnSofumPbQSlydWBY9PDBa9Vt5avQGQhi/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 Pointr, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Pointr for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_C80UHAWpnSofumPbQSlydWBY9PDBa9Vt5avQGQhi/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 Pointr URL.
- Step 03
Save and start
Save the connection and enable Pointr in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"pointr": {
"url": "https://edge.vinkius.com/vk_preview_C80UHAWpnSofumPbQSlydWBY9PDBa9Vt5avQGQhi/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 Pointr
Open Agent mode in chat and ask: "Using Pointr, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"pointr": {
"url": "https://edge.vinkius.com/vk_preview_C80UHAWpnSofumPbQSlydWBY9PDBa9Vt5avQGQhi/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 Pointr
Ask Copilot: "Using Pointr, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"pointr": {
"url": "https://edge.vinkius.com/vk_preview_C80UHAWpnSofumPbQSlydWBY9PDBa9Vt5avQGQhi/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 Pointr
Open Cascade and ask: "Using Pointr, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"pointr": {
"url": "https://edge.vinkius.com/vk_preview_C80UHAWpnSofumPbQSlydWBY9PDBa9Vt5avQGQhi/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 Pointr
Ask Cline: "Using Pointr, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add pointr --transport http "https://edge.vinkius.com/vk_preview_C80UHAWpnSofumPbQSlydWBY9PDBa9Vt5avQGQhi/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 Pointr
Ask Claude: "Using Pointr, show me...". 10 tools are ready
Where the request belongs
Work Pointr can move forward.
This is for the people who manage physical spaces and need to move data into the digital world. It is for the ops lead who is tired of manually auditing hundreds of sensors or the planner trying to visualize human movement in a massive terminal.
Facilities Manager
Uses the capability to audit BLE beacons and ensure all hardware is correctly placed within a building's geometry.
Spatial Data Engineer
Extracts complex layout configurations and routing constraints to feed into larger navigation systems.
Retail Experience Planner
Simulates crowd flow and optimal walking paths to improve the customer journey in large malls.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsIndoorAtlas (Indoor Positioning)
Manage indoor positioning via IndoorAtlas. list venues, upload floorplans, and analyze positioning sessions.
Geoapify
Access powerful location intelligence. geocoding, routing, place search, and IP tracking directly from your 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.
Estimote
Manage beacon fleets via Estimote. list and configure devices, track proximity analytics, monitor sensor telemetry, and manage physical locations directly from any AI agent.
Foursquare
Empower location intelligence via Foursquare. search millions of places, retrieve rich venue details and photos, and discover nearby POIs directly from any AI agent.
Google Maps
Empower location intelligence via Google Maps. perform geocoding, search millions of places, retrieve rich venue details, and calculate directions directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Pointr 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 Pointr.
The practical details behind the request, access and result.
How can Pointr help with indoor navigation?
It lets your AI agent understand floor plans and calculate precise walking paths, including stairs and elevators.
Can I use Pointr to manage my BLE beacons?
Yes, you can ask your agent to list all registered beacons and check their status across your entire facility.
Does Pointr support multi-floor mapping?
Yes, it understands vertical architecture, so your agent can navigate between different levels and floors.
Can I search for specific points of interest?
You can ask the agent to find things like gates, stores, or restrooms using keywords.
How do I use Pointr for facility auditing?
You can have your agent cross-reference your beacon list against the building's floor geometry to spot hardware issues.
Is Pointr good for large venues like airports?
It is designed specifically for complex indoor spaces like airports, malls, and large corporate campuses.
Can the agent calculate walking paths across multiple floors?
Yes. When triggering calculate_path supplied with explicit coordinate pairings spanning different Level UUIDs, the Pointr engine bridges the wayfinding automatically. It factors in fixed transitions like elevators or stairs natively, feeding the Agent the comprehensive turn-by-turn array in JSON format seamlessly.
Is it possible to extract the giant raw map shapes for a given floor?
Absolutely. By initiating the query get_level_map tied securely to a single level UUID, the interface processes and downloads massive explicit geometries mapping out physical walls, traversable space nodes, and internal partitions explicitly generated by the Pointr pipeline.
Can I search for specific stores or bathrooms using text queries?
Yes. Pointr exposes dense fuzzy logic matching indexes. When the Agent executes search_pois feeding a literal keyword alongside the Target Building ID, it reliably unearths precisely mapped nodes conforming to 'Restroom', 'Exit', or custom store names embedded dynamically.
One connection away
Give your agent a direct line to Pointr.
Connect Pointr once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available