Skip to content
Back to GameDataKit (MCP)

Card snapshot

mcp.borisinc.com · 2026-07-26 10:00:40 UTC · 5278a507021c5801df8926c3918442cc18d4447ab8c7aee4fdff979b48c2354c

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "protocolVersion": "1.0",
  "name": "GameDataKit (MCP)",
  "description": "Live Steam and Twitch market intelligence for AI agents, as paid MCP tools: top sellers by region, value-ranked deals, live player counts, review scores, owner estimates, IGDB metadata. Pay per call in USDC via x402 (eip155:8453) \u2014 no account, no API key. The same data is available over plain HTTP at https://api.borisinc.com, which offers FREE capped samples of every endpoint.",
  "url": "https://mcp.borisinc.com",
  "provider": {
    "organization": "Boris Inc",
    "url": "https://borisinc.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://mcp.borisinc.com/llms.txt",
  "capabilities": {
    "x402": true,
    "streaming": false,
    "networks": [
      "eip155:8453"
    ],
    "mcp": "https://mcp.borisinc.com/mcp"
  },
  "skills": [
    {
      "id": "steam_top_sellers",
      "name": "Steam Top Sellers",
      "description": "steam_top_sellers \u2014 $0.005 per call via x402 (payment in _meta['x402/payment']). Try it free first over HTTP: https://api.borisinc.com/sample/...",
      "tags": [
        "gaming-data",
        "steam",
        "market-data"
      ]
    },
    {
      "id": "steam_deals",
      "name": "Steam Deals",
      "description": "steam_deals \u2014 $0.005 per call via x402 (payment in _meta['x402/payment']). Try it free first over HTTP: https://api.borisinc.com/sample/...",
      "tags": [
        "gaming-data",
        "steam",
        "market-data"
      ]
    },
    {
      "id": "twitch_hype",
      "name": "Twitch Hype",
      "description": "twitch_hype \u2014 $0.02 per call via x402 (payment in _meta['x402/payment']). Try it free first over HTTP: https://api.borisinc.com/sample/...",
      "tags": [
        "gaming-data",
        "steam",
        "market-data"
      ]
    },
    {
      "id": "game_metadata",
      "name": "Game Metadata",
      "description": "game_metadata \u2014 $0.005 per call via x402 (payment in _meta['x402/payment']). Try it free first over HTTP: https://api.borisinc.com/sample/...",
      "tags": [
        "gaming-data",
        "steam",
        "market-data"
      ]
    },
    {
      "id": "steam_app_intel",
      "name": "Steam App Intel",
      "description": "steam_app_intel \u2014 $0.005 per call via x402 (payment in _meta['x402/payment']). Try it free first over HTTP: https://api.borisinc.com/sample/...",
      "tags": [
        "gaming-data",
        "steam",
        "market-data"
      ]
    }
  ],
  "pricing": {
    "steam_top_sellers": "$0.005",
    "steam_deals": "$0.005",
    "twitch_hype": "$0.02",
    "game_metadata": "$0.005",
    "steam_app_intel": "$0.005"
  },
  "freeEndpoints": [
    "/health",
    "/llms.txt",
    "/.well-known/agent-card.json",
    "/.well-known/x402"
  ],
  "tryFree": "https://api.borisinc.com \u2014 same data over HTTP with free capped /sample/* endpoints"
}