Physical-space data infrastructure

Every sensor. Every building. One API.

WiFi · cameras · environmental · HVAC · safety · access · POS — normalized into one canonical schema your code and AI agents can query.

Video
Environmental
HVAC
Safety
Motion
Access
POS
WiFi
Get API keyRead the quickstart
Live demo · multi-sensor query
guestnetworks.com/dashboard
Open Full Dashboard
Cisco Meraki
Cisco Meraki
UniFi
UniFi
Aruba
Aruba
Ruckus
Ruckus
Fortinet
Fortinet
GN
Guest Networks
MCP
A
Analytics
O
Occupancy
A
Auth
A
Alerts
A
AI Agents
Compatible with
TimescaleDBRedisStripeMCPREST APIWebSocketTimescaleDBRedisStripeMCPREST APIWebSocketTimescaleDBRedisStripeMCPREST APIWebSocket

Hardware Agnostic

Connect Meraki, UniFi, Aruba, or any vendor. One API, every device. No hardware lock-in.

Connections
Learn more →

Real-Time Pipeline

Sub-12ms event ingestion. TimescaleDB-powered analytics. From raw sensor data to actionable intelligence.

Events/s
Learn more →

AI-Ready (MCP)

Native Model Context Protocol. Your AI agents query venue data directly. Build intelligent space automation.

Queries
Learn more →

See your spaces in real-time

Live occupancy, device analytics, event streams — all in one platform.

guestnetworks.com/dashboard/analytics
HOURLY VISITORS — TODAY
TOP 5 VENUES — DAILY VISITORS

Build with any tool

Native SDK, REST API, or MCP tools — your choice.

0.0M
Events / day
0
Integrations
<0ms
Latency
0.0%
Uptime

Three steps to intelligent spaces

01
STEP 01

Connect

One API key. Any hardware vendor. Real-time data in 60 seconds.

bash
$ curl POST https://api.guestnetworks.com/api/operators \ 
   -H "X-Admin-Key: $ADMIN_SECRET" \
   -d '{"name":"Acme Hotels","email":"ops@acme.com"}'
02
STEP 02

Normalize

Auto-detect vendor protocols. Map to canonical schema. Zero configuration.

event.json
{
  "event_type": "client_connected",
  "venue_id": "v_7213ed41",
  "device_mac": "hmac:a3f2...c891",
  "connector_type": "meraki",
  "timestamp": "2024-01-15T10:32:18Z"
}
03
STEP 03

Query

AI agents query your venue data through MCP. Build intelligent automation.

client.js
const result = await client.callTool('get_analytics'', {
  venue_id: 'v_7213ed41',
  metric: 'occupancy',
  interval: '1h',
  range: '24h',
})

Built for production

Enterprise-grade infrastructure from day one.

Sub-12ms Latency

Edge-optimized ingestion. Process millions of events without breaking a sweat.

36 Integrations

WiFi, POS, cameras, sensors, PMS, and access control. One API.

+30

99.9% Uptime

Multi-region infrastructure. Automatic failover. Sleep well.

99.9%

Real-Time Pipeline

TimescaleDB-powered. Continuous aggregates. From raw events to analytics in milliseconds.

AI-Native (MCP)

15 MCP tools. Claude, GPT, and Gemini query your venue data directly.

15 tools

Enterprise Security

AES-256-GCM encryption at rest. API key rotation. Audit logs.

AES-256SOC 2TLS 1.3

Simple, predictable pricing

Pay for what you use. Scale without limits.

MonthlyAnnualSave 20%
10K events/mo

Free

Evaluate the platform. No credit card.

$0
1 venue
10,000 events/month
REST API
3 MCP tools
7-day retention
Community support
Get Started
100K events/mo

Team

For operators and developers building integrations.

$99/mo
Up to 5 venues
100,000 events/month
Full REST API + CLI
All 15 MCP tools
All 36 integrations
90-day retention
Email support (48h)
$1.00 / 1K overage events
Start Free Trial
Recommended
1M events/mo

Business

For MSPs and multi-venue operators.

$499/mo
Unlimited venues
1,000,000 events/month
Everything in Team
AI Agents (Claude, GPT, Gemini)
Real-time WebSocket
1-year retention
Priority support (4h SLA)
Custom webhooks + alerts
$0.50 / 1K overage events
Start Free Trial
Unlimited events

Enterprise

Dedicated infrastructure, SLA, and compliance.

Custom
Everything in Business
Dedicated / single-tenant infra
Up to 5-year retention
99.9% SLA with credits
Dedicated CSM
SOC 2 / HIPAA
On-prem / VPC deployment
Custom connector development
Contact Sales

Start building with Guest Networks

Free tier. No credit card required.

Get Started

Get your API key in 30 seconds

bash
$ npm install @guestnetworks/sdk