Vinkius
The Odds API logo
Vinkius
Vinkius runs on AutoGen

How to Use the The Odds API MCP in AutoGen

Force consensus on sports insights using AutoGen's multi-agent debate framework.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

The Odds API MCP on Cursor AI Code Editor MCP Client The Odds API MCP on Claude Desktop App MCP Integration The Odds API MCP on OpenAI Agents SDK MCP Compatible The Odds API MCP on Visual Studio Code MCP Extension Client The Odds API MCP on GitHub Copilot AI Agent MCP Integration The Odds API MCP on Google Gemini AI MCP Integration The Odds API MCP on Lovable AI Development MCP Client The Odds API MCP on Mistral AI Agents MCP Compatible The Odds API MCP on Amazon AWS Bedrock MCP Support
MCP Servers — Included with Plan
Vinkius runs on AutoGen

Connect The Odds API MCP to AutoGen

Create your Vinkius account to connect The Odds API to AutoGen — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.

GDPR Included with Plan

Key Capabilities

Deliberative Odds Analysis with the MCP Server

You set up three agents: one for odds, one for scores, and one for sports lists. The 'odds' agent uses `get_odds` to predict a probability. Then, it forces the 'scores' agent to debate that prediction using real-time data from `get_scores`. This negotiation leads to a consensus decision.

Debating Market Feasibility

The agents can use `list_sports` to establish the scope of available markets. The 'security' agent might flag that certain sports are too volatile for prediction, while the 'performance' agent insists on running the model anyway. This debate ensures all variables are considered.

Consensus-Driven Data Retrieval

Instead of one tool call, you get a reasoned outcome. The agents discuss whether `get_odds` is sufficient or if they need to run it multiple times for different sports listed by `list_sports`. This makes the final conclusion much more defensible.

Setup guide

Set up The Odds API 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 The Odds API 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="The Odds API_assistant",
    model_client=OpenAIChatCompletionClient(model="gpt-4o"),
    tools=tools,
)

result = await agent.run("List recent The Odds API 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 The Odds API MCP in AutoGen

The agents assign roles. One agent might be tasked with gathering data using `get_odds`, and another challenges that raw output by comparing it to scores retrieved via `get_scores`. They argue until they find a consensus.
Absolutely. You can assign specific tools—like `get_odds` for betting lines and `list_sports` for categorization—to different agents, forcing them to cross-reference the information.
The MCP tool adapter handles schema conversion automatically. You just pass `get_odds()` results into the conversation, and the agents treat it like any piece of shared conversational context.
The system is built to challenge assumptions. If one agent gets a single odds result, another can use `get_scores` to validate if that outcome makes sense based on recent play.
It handles real-time odds and scores. The agents process these structured betting statistics, keeping the focus strictly on market data analysis.

Start using the The Odds API MCP today

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

Built & Managed by Vinkius 30s setup 3 tools

We've already built the connector for The Odds API. Just plug in your AI agents and start using Vinkius.

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

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on 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.