4,500+ servers built on MCP Fusion
Vinkius
Chess.com Global Intelligence logo
Vinkius
Mastra AI logo

How to Use the Chess.com Global Intelligence MCP in Mastra AI

Build complex, resilient chess data workflows that run automatically with Mastra AI and this MCP server.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Chess.com Global Intelligence MCP on Cursor AI Code Editor MCP Client Chess.com Global Intelligence MCP on Claude Desktop App MCP Integration Chess.com Global Intelligence MCP on OpenAI Agents SDK MCP Compatible Chess.com Global Intelligence MCP on Visual Studio Code MCP Extension Client Chess.com Global Intelligence MCP on GitHub Copilot AI Agent MCP Integration Chess.com Global Intelligence MCP on Google Gemini AI MCP Integration Chess.com Global Intelligence MCP on Lovable AI Development MCP Client Chess.com Global Intelligence MCP on Mistral AI Agents MCP Compatible Chess.com Global Intelligence MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
Mastra AI

Connect Chess.com Global Intelligence MCP to Mastra AI

Create your Vinkius account to connect Chess.com Global Intelligence to Mastra AI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Automate Player Data Collection

Set up a workflow to monitor specific players. Your Mastra AI agent can use `get_player_profile` to check for new players, then trigger a separate step to pull their complete history with `get_player_game_archives` and `get_player_monthly_games`. Mastra's workflow engine makes this solid. If a call to the Chess.com API fails, it automatically retries with exponential backoff. You can build conditional logic, like 'if player rating > 2700, then send a notification'.

Create Chess Analysis Pipelines

Chain tools together for deeper insights. Start by getting a list of GMs with `list_titled_players`. Then, for each player, have the workflow fetch their latest monthly games using `get_player_monthly_games`. This isn't just a simple script; you're building a production-grade data pipeline. Mastra lets you deploy this workflow with one command and it will run reliably, handling errors and logging its progress without your intervention.

Monitor Tournaments with Mastra AI

Build a bot that watches the chess world for you. A recurring workflow can hit `get_tournament_metadata` to check for new high-profile events. Another one can ping `list_active_streamers` every 15 minutes. When a new top-tier tournament is found or a famous player starts streaming, your workflow can trigger other actions. It could send a message to a Discord channel, update a database, or kick off another analysis agent. You define the logic, Mastra handles the execution.

Setup guide

Set up Chess.com Global Intelligence MCP in Mastra AI

Prerequisites

  • Node.js 18+ and a TypeScript project
  • @mastra/mcp + @mastra/core packages
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install dependencies

    Run npm install @mastra/mcp @mastra/core plus your preferred model provider (e.g. @ai-sdk/openai).

  2. 2

    Configure the MCPClient

    Create an MCPClient with your Vinkius endpoint as a URL object. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Discover and inject tools

    Call mcpClient.listTools() and spread the result into your agent's tools object. All Chess.com Global Intelligence tools become native Mastra tools.

  4. 4

    Run with any model

    Swap openai("gpt-4o") for any AI SDK-compatible provider. Call agent.generate() and the agent routes tool calls through MCP automatically.

agent.ts
import { MCPClient } from "@mastra/mcp";
import { Agent } from "@mastra/core/agent";
import { openai } from "@ai-sdk/openai";

const mcpClient = new MCPClient({
  id: "chesscom-global-intelligence-mcp-client",
  servers: {
    "chesscom-global-intelligence-mcp": {
      url: new URL(
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
      ),
    },
  },
});

const agent = new Agent({
  name: "Chess.com Global Intelligence Agent",
  model: openai("gpt-4o"),
  instructions: "You have access to Chess.com Global Intelligence tools.",
  tools: {
    ...(await mcpClient.listTools()),
  },
});

const result = await agent.generate(
  "List recent Chess.com Global Intelligence transactions"
);
console.log(result.text);

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Chess.com. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Chess.com Global Intelligence MCP in Mastra AI

Mastra AI has built-in retry logic. When your agent calls a tool like `get_player_stats`, any transient network error will trigger an automatic retry. You can configure the backoff strategy to make your data collection extremely reliable.
Yes. Your workflow can periodically call `get_player_stats` for a list of players. Use Mastra's conditional logic to compare the new rating to the last known rating, and if it changes by a certain amount, trigger another action.
It's a two-step process in your workflow. First, call `get_player_game_archives` to get the list of monthly archive URLs. Then, pass the specific month's URL to the `get_player_monthly_games` tool to get the PGNs for that period.
Set up a Mastra AI workflow to run on a schedule, like every 10 minutes. In the workflow, have your agent call `list_active_streamers`. You can then compare the returned list with the previous one to identify new streamers and trigger an alert.
This MCP server only interacts with publicly available Chess.com data like game PGNs and player ratings. It never touches your personal account details. All connections run through the Vinkius sandbox, which isolates every request in an ephemeral environment, ensuring your operations remain private.

Start using the Chess.com Global Intelligence MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 12 tools

We've already built the connector for Chess.com Global Intelligence. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 12 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.