# NetworkLytics MCP

Analyze YouTube comment networks directly from your AI assistant.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list nomad71/networklytics-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get nomad71/networklytics-mcp get_shared_analysis

# Call a tool
npx -y @smithery/cli@latest tool call nomad71/networklytics-mcp get_shared_analysis '{}'
```

## Direct MCP Connection

Endpoint: `https://networklytics-mcp--nomad71.run.tools`

**Optional config:**
- `apiKey` (header) — Optional. Required for private analyses. Get key at networklytics.net/accounts/settings/

## Tools (3)

- `get_shared_analysis` — Retrieve a YouTube comment network analysis result from a public NetworkLytics share link. Returns network statistics (…
- `get_analysis_by_id` — Retrieve a YouTube comment network analysis by its numeric ID. Requires API key authentication via Authorization: Beare…
- `get_api_info` — Get NetworkLytics API information and available endpoints.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get nomad71/networklytics-mcp <tool-name>
```
