4,500+ servers built on MCP Fusion
Vinkius
itch.io logo
Vinkius
AutoGen logo

How to Use the itch.io MCP in AutoGen

Let your AutoGen agents debate and decide which itch.io games to play next.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect itch.io MCP to AutoGen

Create your Vinkius account to connect itch.io to AutoGen 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

Debate your itch.io library in AutoGen

Have your agents call `get_user_games` to gather options. One agent can propose a game while another evaluates it based on your past preferences. This prevents biased decision-making. Your agents negotiate until they agree on the best game for your current mood.

Consensus on itch.io collections

Use `get_user_collections` to feed the team a list of your organized games. Agents then challenge each other to find the most relevant title in your backlog. This turns your collections into a topic for discussion. It is the best way to handle a massive library without getting overwhelmed.

Verify itch.io connection for AutoGen

Run `get_me` as the first step in your agent conversation. If the profile data doesn't return, the agents stop before making any bad assumptions. This acts as a gatekeeper for your system. It ensures the agents are working with your actual account before they start debating.

Setup guide

Set up itch.io MCP in AutoGen

Prerequisites

  • Python 3.10+ installed
  • autogen-ext[mcp] package
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install AutoGen with MCP

    Run pip install "autogen-ext[mcp]" autogen-agentchat. The MCP extension includes mcp_server_tools for stateless tool access.

  2. 2

    Fetch tools from the MCP

    Call mcp_server_tools(SseServerParams(url=...)) with your Vinkius endpoint. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Run your agent

    Pass the tools to AssistantAgent and call agent.run(). The agent invokes itch.io tools and returns structured results.

agent.py
from autogen_ext.tools.mcp import SseServerParams, mcp_server_tools
from autogen_agentchat.agents import AssistantAgent
from autogen_ext.models.openai import OpenAIChatCompletionClient

server_params = SseServerParams(
    url="https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
)

tools = await mcp_server_tools(server_params)

agent = AssistantAgent(
    name="itch.io_assistant",
    model_client=OpenAIChatCompletionClient(model="gpt-4o"),
    tools=tools,
)

result = await agent.run("List recent itch.io data")
print(result.messages[-1].content)

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 itch.io MCP in AutoGen

They pass the results of tool calls between each other during the conversation. This allows the group to build a shared understanding of your library.
You pass the MCP tools to your AssistantAgent. The adapter handles the rest, allowing your agents to invoke these tools as needed.
They cooperate to reach a conclusion. They might request different data points from the MCP Server to build a better argument.
The data is visible to the agents in the current conversation thread. It is never sent to other users or external systems.
The agents only touch the game metadata and profile info you authorize. We keep this data contained to your local agent environment.

Start using the itch.io MCP today

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

Built & Managed by Vinkius 30s setup 4 tools

We've already built the connector for itch.io. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 4 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.