# lucy-apro

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list demomagic/lucy-apro

# Get full schema for a tool
npx -y @smithery/cli@latest tool get demomagic/lucy-apro apro-socialmedia-proxy

# Call a tool
npx -y @smithery/cli@latest tool call demomagic/lucy-apro apro-socialmedia-proxy '{}'
```

## Direct MCP Connection

Endpoint: `https://lucy-apro--demomagic.run.tools`

## Tools (8)

- `apro-socialmedia-proxy` — APRO v2 socialmedia/proxy (POST JSON): forwards one read to the platform API. Call apro-socialmedia-support-paths first…
- `apro-socialmedia-support-paths` — APRO v2 GET /v2/socialmedia/support_paths: returns allowed path templates for a platform (e.g. Twitter). Call this firs…
- `apro-sport-get` — APRO v2 sports: generic GET for routes under /v2/sport/... (NFL, NBA, Soccer, Tennis, NCAA Football, etc.). route must …
- `apro-ticker-currencies-list` — APRO v2 GET /v2/ticker/currencies/list: paginated list of supported ticker currencies. page and size are positive integ…
- `apro-ticker-currency-ohlcv` — APRO v2 GET /v2/ticker/currency/ohlcv: historical OHLCV. name = base crypto, quotation = quote. type = median|average. …
- `apro-ticker-currency-price` — APRO v2 GET /v2/ticker/currency/price: current aggregated price for one crypto in one quote currency. Pair order is fix…
- `apro-ticker-currency-support` — APRO v2 GET /v2/ticker/currency/support: metadata and supported providers for one currency. Query param restricted must…
- `greet` — Greet the user

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get demomagic/lucy-apro <tool-name>
```
