Vinkius
Pointr

Pointr MCP for AI. Map complex indoor paths and locations.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Pointr MCP on Cursor AI Code EditorPointr MCP on Claude Desktop AppPointr MCP on OpenAI Agents SDKPointr MCP on Visual Studio CodePointr MCP on GitHub Copilot AI AgentPointr MCP on Google Gemini AIPointr MCP on Lovable AI DevelopmentPointr MCP on Mistral AI AgentsPointr MCP on Amazon AWS Bedrock

Connect to your AI in seconds.

Pointr provides access to complex indoor location data for your AI client. This MCP Server lets your agent understand multi-floor building layouts, track physical Bluetooth Low Energy (BLE) beacons, and find specific points of interest (POIs) inside large structures.

You can run pathfinding calculations across multiple levels or audit network coverage by listing all registered hardware.

What your AI can do

Calculate path

Finds the optimal indoor walking path between two given points.

Get building

Retrieves detailed structural configuration for a specific Pointr building ID.

Get level map

Gets the floor plan map data for any specified level within a building.

+ 7 more capabilities included
Model Building Hierarchy

List all registered buildings and then list the distinct floor levels within a specific building ID.

Calculate Multi-Floor Routes

Determine the optimal path between two points, accounting for structural transitions like escalators or stairs across multiple floors.

Audit Beacon Networks

List every registered BLE beacon in the system and verify their precise location within the building's map geometry.

Search by Location Type

Find specific points of interest (POIs) like gates or stores using keywords, even if you don't know the exact POI ID.

Map Floor Plans

Retrieve detailed floor plan data for a given building level to visualize structural constraints and layouts.

Identify Alert Zones

List all defined indoor geofences, which are complex polygons used for triggering local alerts.

Included with Plan

Waiting for input…

AI Agent

Pointr MCP Server: 10 Tools for Indoor Navigation

Use these tools to list buildings, retrieve floor maps, search points of interest, calculate paths across multiple levels, and audit physical beacon placement.

Make your AI actually useful.

Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.

Start using Pointr on Vinkius

Calculate Path

Finds the optimal indoor walking path between two given points.

Get Building

Retrieves detailed structural configuration for a specific Pointr building ID.

Get Level Map

Gets the floor plan map data for any specified level within a building.

Get Poi

Retrieves all detailed information about one specific Point of Interest (POI).

List Beacons

Lists every registered BLE beacon and its location within the platform.

List Buildings

Provides a list of all buildings registered in the indoor intelligence system.

List Geofences

Lists every configured internal trigger zone (geofence) for global alerts.

List Levels

Returns all floor levels available inside a specific Pointr building.

List Pois

Lists every registered Points of Interest (POIs) in the entire platform.

Search Pois

Searches for indoor POIs using a simple keyword query.

Security and governance baked right in.

Pick your AI client below to get set up. Just create a Vinkius account, subscribe, and you're instantly up and running. We handle the entire backend infrastructure, delivering out-of-the-box support for HTTPS Streamable, SSE, and OAuth2—zero messy routing required.

Claude AI

Claude AI

1

Open Claude Settings

Go to claude.ai, click your profile icon, then navigate to Customize → Connectors.

2

Add Custom Connector

Click the "+" button and select Add custom connector. Paste your Vinkius endpoint URL:

https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp

Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. For OAuth-protected servers, expand Advanced settings to add credentials.

3

Start a conversation

Open a new chat. The Pointr integration is available immediately — no restart needed.

Choose How to Get Started

Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.

Build Your Own

Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.

  • Import from OpenAPI, Swagger, or YAML specs
  • Create Agent Skills with progressive disclosure
  • Deploy to edge with MCPFusion framework
  • Built in DLP, auth, and compliance on every call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

Start with Pointr, then connect any of our 5,000+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 5,000+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Every connection is secured and compliant automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog every week
Pointr MCP server cover

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Pointr. 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.

VINKIUS INFRASTRUCTURE

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on every call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

Your data is protected. See how we built it.

Works with Claude, ChatGPT, Cursor, and more

The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.

This connection provides 10 powerful capabilities that interface natively with Claude, ChatGPT, Cursor, and other compatible AI platforms. No middleware. No custom integration required.

Finding an asset inside a massive building shouldn't require five different dashboards.

Right now, locating anything complex—like a specific gate or junction box in a mall—is a nightmare. You start on the main facility dashboard, click to see floors, then open a separate POI map tool, and if you're lucky, you find the beacon list somewhere else. It’s constant context switching and manual cross-referencing.

With Pointr MCP, your agent handles it all in one flow. You just tell it what you need—say, 'Where is the circuit breaker for Sector 4?' The system uses `list_buildings` to scope the area, runs `search_pois` to find the asset, and gives you its exact location without you clicking a single link.

Pointr MCP Server: Get precise paths and POI details with Pointr.

Before this server, calculating a path from the ground floor to a meeting room on Level 4 required multiple manual steps: get the building ID, find the level IDs (Ground and 4), then feed those into the pathing tool. It was brittle and time-consuming.

Now you just ask your agent for the route between two POIs. The `calculate_path` tool handles the entire journey—the vertical shift via escalator node identification and the horizontal travel on Level 4—in a single, reliable function call.

What your AI can actually do with this

Your AI client uses the list_buildings tool to get a master list of every structure registered with Pointr. From that, it calls list_levels using a specific building ID to map out all the distinct floor levels available in that building.

Once you know the scope—the buildings and the floors—you can use get_building to pull the complete structural configuration data for any single location. This tells your agent exactly what's going on inside, giving it a full model of the environment.

If you need floor plans, calling get_level_map gives you the detailed map data for whatever level you specify. You can also use list_pois to get an exhaustive list of every single Point of Interest (POI) in the entire system. If that list is too long, try search_pois; it lets your agent narrow down POIs using simple keywords—you don't need the ID to find a gate or a store.

The server provides specific details on any given location via get_poi, which pulls all the granular information for one single Point of Interest.

For navigation, you use calculate_path to determine the optimal walking route between two points. This isn't just drawing a line; it calculates paths that account for structural transitions across multiple floors, like stairs or escalators.

To audit what’s actually physically in the building, your agent uses list_beacons to list every registered BLE beacon and pinpoints its exact location on the map geometry. It also manages network alerts by calling list_geofences, which returns all configured internal trigger zones—those complex polygons used for triggering specific local warnings.

The Pointr MCP Server lets your agent understand space itself, treating the building as a structured database of physical reality.

Built · Hosted · Managed by Vinkius Pointr MCP Server - Indoor Mapping & Beacon Tracking
Server ID 019d75f7-b401-70bd-9cd3-cd56eb4d40be
Vinkius Inspector
Compliance Grade A+
Score 100/100
Vinkius Inspector Badge — Score 100/100

Questions you might have

How do I find all registered assets using list_beacons? +

Run list_beacons to get an exhaustive inventory of every beacon. This tool returns the unique ID and the precise location coordinates for each deployed sensor on the platform.

Can I calculate a path across multiple floors using calculate_path? +

Yes, calculate_path is designed to solve multi-story routing. It accounts for structural transitions like escalators and stairs when calculating the optimal sequence of movement.

What if I only know a general area name? Can search_pois help? +

You can use search_pois with keywords (like 'restroom' or 'loading dock'). The tool finds all matching POIs and lets you filter by specific building or level.

Do I need to run get_building first before listing levels? +

Yes. list_levels requires a valid building ID. You should always use get_building or know the target Building UUID first to ensure you're looking at the correct structure.

How do I ensure my credentials are correctly configured when running list_buildings? +

You must provide a valid Enterprise Bearer Token in the configuration vault. This token needs read scope access across all registered Pointr facilities to successfully map and retrieve building data.

What structured format does get_level_map use when retrieving floor plan data? +

It returns geo-JSON polygons defining the precise boundaries of a specific building level. Your agent can parse these coordinates directly to calculate structural constraints and room layouts.

After running search_pois, how do I get comprehensive details using get_poi? +

You must pass the unique POI ID found during your search into get_poi. This call retrieves specific metrics like operational hours, associated geofences, and full physical coordinates.

If I use list_geofences, how does the system handle overlapping logical polygons? +

The platform validates all geometries. If multiple zones overlap, it automatically merges them into a single, comprehensive polygon boundary. This prevents data redundancy and ensures accurate alert triggers.

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.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for Pointr. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.