INDIVIDUAL MCP TOOL
aggro_board
Aggrometer's signature metric: aggro = live Twitch viewers / concurrent Steam players, same hour, per game (min 500 players).
LIVE ENDPOINT
https://aggrometer.com/mcp
Connect to this endpoint to inspect the live schema for aggro_board and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.aggrometer]
url = "https://aggrometer.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aggrometer": {
"type": "http",
"url": "https://aggrometer.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aggrometer
Remote MCP URL: https://aggrometer.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"aggrometer": {
"url": "https://aggrometer.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aggrometer": {
"type": "http",
"url": "https://aggrometer.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aggrometer",
"transport": "streamable-http",
"url": "https://aggrometer.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_summary— Warehouse status: how many games are tracked, hours of history recorded, snapshot counts, and data freshness timestamps.top_played— Top 100 games by current Steam concurrent players (updated hourly).top_watched— Top 100 games by current live Twitch viewership (15-min updates).genre_rollup— Every Steam genre aggregated: game count, combined players, combined live viewers, genre-level aggro ratio, and combined hype (anticipation) of the genre's unreleased games.hype_board— Aggrometer Anticipation Index: top-wishlisted unreleased Steam games scored with pre-release Twitch attention and Wikipedia attention surges (score = wishlist-rank points + log-scaled live viewers + log-scaled pageview surge vs 30-day average).game_detail— Full profile of one game by Steam app id: hourly player history, Twitch viewer history, daily viewer-hours, price/discount history, top-seller rank appearances, clips-per-day virality, review counts and review-activity buckets back to launch, Wikipedia pageview history (monthly since 2018 + daily), developer news velocity, achievement-completion depth, and metadata (genres, developer, publisher).search_games— Find games in the tracked catalog by name (substring match).