# Analog

Access and analyze real-time geographic sensor data across various global locations. Identify specific data sources and monitor environmental or behavioral attributes through structured queries. Gain…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add analog/live-data

# Browse available tools
npx -y @smithery/cli@latest tool list analog/live-data

# Get full schema for a tool
npx -y @smithery/cli@latest tool get analog/live-data list_locations

# Call a tool
npx -y @smithery/cli@latest tool call analog/live-data list_locations '{}'
```

## Direct MCP Connection

Endpoint: `https://live-data--analog.run.tools`

**Optional config:**
- `x-api-key` (header) — API Key

## Tools (3)

- `list_locations` — List geographic locations where data sources are installed. All filters are optional.
- `list_attribute_types` — List all active attribute types. Returns all by default (no limit).
- `query_attributes` — Query analyzed attributes across locations and sources. At least one filter is required.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get analog/live-data <tool-name>
```

## Prompts (2)

- `explore_state` (state) — Discover available locations and recent attribute data for a US state.
- `summarize_location` (location_id) — Retrieve the latest analyzed attributes for a specific location ID.
