aggrometer
OfficialProvides Steam gaming market data including concurrent player counts, prices, discounts, top-seller ranks, review counts, and pre-release hype per game.
Provides Twitch viewership data, clip velocity, and audience attention metrics per game, enabling streamer vetting and platform mix analysis.
Provides YouTube live viewership data for games, contributing to cross-platform attention tracking and hype analysis.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@aggrometerwhat's the current aggro board for RPGs on Twitch?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Aggrometer — the gaming attention graph
Live cross-platform gaming market data for humans and AI agents. Aggrometer continuously measures ~2,000 games: Steam concurrent players (hourly) and Twitch live viewership (15-min, game-level aggregates), plus prices, discounts, top-seller ranks, clip velocity, review counts, and pre-release hype — joined per game.
Signature metric: aggro = live viewers ÷ concurrent players, same hour. Above 1.0, a game holds more audience than players — the signal that streamer marketing converts, that a spectacle moment is happening, or that attention is arriving ahead of sales.
🌐 aggrometer.com · API index · OpenAPI · llms.txt · Pricing
MCP server
Remote, streamable HTTP, stateless — 8 read-only tools:
get_summary · top_played · top_watched · aggro_board · genre_rollup · hype_board · game_detail · search_games
Endpoint: https://aggrometer.com/mcp
Auth: Authorization: Bearer <your aggrometer API key> — get a key (Basic $3.99/mo · Pro $29/mo · prepaid agent credits $9.99/1,000 queries)
Claude Code
claude mcp add --transport http aggrometer https://aggrometer.com/mcp --header "Authorization: Bearer YOUR_KEY"Claude Desktop / other MCP clients (config JSON)
{
"mcpServers": {
"aggrometer": {
"url": "https://aggrometer.com/mcp",
"headers": { "Authorization": "Bearer YOUR_KEY" }
}
}
}Cursor
This repo ships a .mcp.json — set the AGGROMETER_API_KEY environment variable and Cursor picks it up.
Related MCP server: Video Games MCP Server
REST API
Same key, plain JSON:
curl -H "Authorization: Bearer YOUR_KEY" "https://aggrometer.com/v1/boards/aggro?genre=RPG"Full endpoint index (self-describing, no auth): GET /v1 · OpenAPI spec
Also on Apify
Pay-per-query without an Aggrometer key: apify.com/aggrometer/aggrometer-gaming-attention-data — agent-callable via Apify's MCP, x402-payable.
Who uses this
Game developers & publishers — genre whitespace, launch scouting, competitor attention
Marketing teams — watched-vs-played balance, per game and genre
Analysts & press — attention momentum, hype pipelines, discount effects
AI agents — all of the above, autonomously
Data notes
Game-level derived aggregates and estimates only. History accrues continuously since 2026-08-26; sparse series indicate a young warehouse, not missing coverage. Live viewership data provided by Twitch; the anticipation score is Aggrometer's own composite index (Steam wishlist rank + pre-release Twitch attention).
Support
This server cannot be deployed
Maintenance
Related MCP Connectors
Live Steam market data for AI agents: top sellers, deals, player counts. Paid per call via x402.
Live Steam Market API docs, schemas, products, games, markets and endpoint search.
- NDEX PricingOAuthapp.nd-x
Swiss market prices for video games and consoles, with provenance. Read-only, OAuth 2.1.
Explore and discover video games from the Internet Game Database. Search titles, view detailed inf…
Related MCP Servers
- AlicenseBqualityCmaintenanceProvides access to the Internet Game Database (IGDB) API, enabling users to search for video games, retrieve detailed game information including ratings and platforms, and discover trending and anticipated titles.44MIT
- AlicenseNot gradedqualityDmaintenanceProvides direct access to the RAWG gaming database, allowing users to search for games, retrieve detailed metadata, and explore genres within Claude. It streamlines game research by offering information on ratings, platforms, and release dates through natural language queries.3MIT
- AlicenseAqualityCmaintenanceProvides comprehensive video game metadata and assets from Steam, SteamGridDB, and ScreenScraper, enabling game search, details, DLCs, reviews, player counts, and visual assets.1624 npm3MIT
- AlicenseAqualityAmaintenanceEnables interaction with Steam: search games, get store details, reviews, prices, discounts, news, and player profiles, libraries, and achievements via the Steam Web API.25128 npm4MIT