Indoor location assistant using Pointr MCP server to provide QR code navigation for venues.
Project description
Pointr Indoor Location Assistant
This project provides an indoor location assistant powered by the Pointr MCP server. Users can interact with the assistant to get QR code links for directions to specific places or categories (e.g., toilets, restaurants, cafes, entertainment centers) within a venue.
Features
- Find directions to specific points of interest (POIs) or general categories.
- Generate QR codes for navigation.
- Uses Pointr MCP server for location logic.
- Logs client identifiers and actions to
pointr_agent.log.
Usage
-
Setup Environment
- Ensure Python 3.13+ is installed.
- Install dependencies from
requirements.txt:pip install -r requirements.txt
- Configure environment variables in
.envor via VS Code settings (seesettings.json).
-
Run the MCP Server
- Start the server:
python PointrAgent.py - Or use the VS Code MCP integration as configured in
settings.json.
- Start the server:
-
Interact with the Assistant
- Ask for directions (e.g., "Where is the nearest cafe?", "How can I go to the meeting room?").
- The assistant will respond with a QR code link for navigation.
File Structure
PointrAgent.py: Main agent logic and MCP tool definitions.app.py: Example runner for the agent.requirements.txt: Python dependencies.pointr_agent.log: Log file for client identifiers and actions.settings.json: VS Code and MCP server configuration.
MCP Tools
find_exact_poi_from_user_input: Extracts POI ID from user input.find_exact_category_from_user_input: Extracts category from user input.generate_qr_code_for_specific_poi: Generates QR code for a specific POI.generate_qr_code_for_category: Generates QR code for a category.
Environment Variables
PC_API_URL: Pointr API endpoint.PC_CLIENT_ID: Client identifier.PC_CLIENT_SECRET: Client secret.
Logging
All client identifiers and tool actions are logged to pointr_agent.log for debugging and audit purposes.
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pointr_cloud_v8_mcp_server-0.1.2.tar.gz.
File metadata
- Download URL: pointr_cloud_v8_mcp_server-0.1.2.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88e5398c0c5609def34c7e592acf1bf1a863f34a63ab9f4455f8c15503770bee
|
|
| MD5 |
b47d17f186d085fc7a42161fbb937e0a
|
|
| BLAKE2b-256 |
0dfcf373178f8e97b7d4aed5302b403e040d4738bf160b4d43ee93f36db7c4f5
|
File details
Details for the file pointr_cloud_v8_mcp_server-0.1.2-py3-none-any.whl.
File metadata
- Download URL: pointr_cloud_v8_mcp_server-0.1.2-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6fa300617c81c7cfe9e6b33f43e6146007119ca43eade9bfd2532c3f31d59f1
|
|
| MD5 |
dc97b11817b517089eae43ada495e34b
|
|
| BLAKE2b-256 |
4eb3ead8faa2edaefa4dff41112f0912ddec0fca71bbb7e0a6c2ef7e0f4c10a9
|