# IQLOG > IQLOG is a community map of unencrypted wireless (RF/IoT) devices — weather > stations, tyre-pressure (TPMS) sensors, water pumps, remotes — captured > passively with RTL-SDR + rtl_433 on the 315/433/868/915 MHz ISM bands. Think > WiGLE, but for the ambient radio that ordinary sensors broadcast in the clear. > All data is free and read-only. ## Talk to IQLOG from an AI (Model Context Protocol) IQLOG runs a public MCP server so any MCP-capable assistant can query the live captures directly — no key, read-only. - MCP endpoint (Streamable HTTP): https://iqlog.net/mcp - Discovery: https://iqlog.net/.well-known/mcp and https://iqlog.net/.well-known/mcp/server-card.json - Tools: - `search` — Shodan-style `field:value` query, one result per sensor (newest frame) - `object_frames` — full frame history of one device - `stats` — global or per-model counters - `facets` — available fields and their value distributions - `opensearch_query` — raw read-only OpenSearch aggregations for anything else Query language (used by `search`/`facets`): space-separated `field:value`, e.g. `model:Nexus-TH`, `category:pressure`, `temperature_C:>20`, `humidity:40..60`, `near:50.63,3.05,5km`, `last:24h`, `since:7d`. Categories: weather, pressure (includes TPMS), water, energy, remote, door_window, doorbell, other. Device measurements live under `values.*` (e.g. `values.temperature_C`). ## REST API - Interactive docs (OpenAPI): https://iqlog.net/docs - Search: https://iqlog.net/api/search?q=model:Renault%20last:24h - Global stats: https://iqlog.net/api/stats/summary - Per-model stats: https://iqlog.net/api/stats/models ## Contribute a station - One-line install (Linux / Raspberry Pi): `curl -fsSL https://iqlog.net/install.sh | sh` - Also available: Windows (.exe) and Android apps. Any RTL-SDR dongle (~€25) works.