# Attention Velocity

Track attention momentum and market velocity across public software markets to identify trending projects. Discover growing software ecosystems through real-time leaderboard data and detailed oracle …

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list wzrd/attention-oracle

# Get full schema for a tool
npx -y @smithery/cli@latest tool get wzrd/attention-oracle get_leaderboard

# Call a tool
npx -y @smithery/cli@latest tool call wzrd/attention-oracle get_leaderboard '{}'
```

## Direct MCP Connection

Endpoint: `https://attention-oracle--wzrd.run.tools`

## Tools (5)

- `get_leaderboard` — Returns all active WZRD attention markets ranked by Velocity EMA. Each entry includes market_id, platform, channel_id, …
- `get_market` — Returns detailed information about a specific WZRD attention market including velocity EMAs, TVL, participant count, an…
- `get_feeds` — Returns all active velocity oracle feeds. Each feed includes entity_hash, market_id, platform, channel_id (e.g. "meta-l…
- `get_feed` — Returns a single velocity oracle feed by entity hash. The entity_hash is SHA-256(channel_id) in hex. Returns velocity_e…
- `get_health` — Returns WZRD server health status including database connectivity, job staleness, circuit breaker states, and whether d…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get wzrd/attention-oracle <tool-name>
```
