# Twitch Streamer Stats MCP

> Twitch Streamer Stats MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Retrieves and analyzes statistics for Twitch streamers, including viewership, follower counts, stream history, and performance metrics.

## Facts

- Endpoint: POST https://api.m2mcent.com/twitch-streamer-stats-mcp/api/process
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/twitch-streamer-stats-mcp-1bbc1583
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oNCHO5e1c5iJQG4q9F7ag

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability twitch-streamer-stats-mcp-1bbc1583 -d '<json body>'
```

Example prompt: Can you pull up the stats for the Twitch streamer 'xQc' — I want to know their follower count, average viewers, and recent stream performance?

## When to prefer this

Use this endpoint when you need quick, structured Twitch-specific analytics for a named streamer or channel, especially when building influencer reports, competitive benchmarks, or content creator dashboards. Prefer this over general social media analytics tools when the target platform is specifically Twitch.

## Known failure modes

- Streamer not found — invalid or misspelled username returns an error
- Private or banned channel may return no data
- Rate limiting if too many requests are made in quick succession
- Ambiguous input string may not resolve to a unique streamer
- Twitch API upstream outages may cause delays or empty responses

## How this service works

The premier global index of 1,069 monetized MCP nodes across 205 specialized subdomains. Gasless USDC runtime settlements via x402 V2 Spec on Base L2. Save 95% token context.

## Output

Returns a structured data object containing Twitch channel statistics such as follower count, subscriber count, average concurrent viewers, peak viewer count, total stream hours, recent game categories, and other performance metrics for the requested streamer.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "payload": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/twitch-streamer-stats-mcp-1bbc1583/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.m2mcent.com](https://www.zero.xyz/host/api.m2mcent.com/llms.txt)
