Vinkius
The Odds API logo
Vinkius
Vinkius runs on CrewAI

How to Use the The Odds API MCP in CrewAI

Build autonomous operations with CrewAI using The Odds API.

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 CrewAI

Connect The Odds API MCP to CrewAI

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

GDPR Included with Plan

Key Capabilities

Specialized Research into Betting Lines

Assign a 'Research Agent' to use `list_sports` first. This agent gathers all possible markets, handing the list off to an 'Analysis Agent.' The Analysis Agent then uses `get_odds` on specific sports you target. This role-based setup means one agent handles data discovery while another focuses purely on comparing and weighing odds from The Odds API's output.

Collaborative Score Tracking

You can set up a 'Scoring Agent' that uses `get_scores` to pull the current state of play. Then, an 'Action Agent' takes over. The Action Agent doesn't just report scores—it compares them against historical data and reports discrepancies. This shared memory approach lets the agents build on each other’s findings, making complex sports analysis much more structured.

Autonomous Odds Comparison via MCP Server

The CrewAI framework allows you to run an entire operation that checks market viability. One agent uses `list_sports` for context; a second agent then runs `get_odds`. The whole system monitors and reports on discrepancies across multiple calls. This multi-agent setup is perfect when your goal isn't just data retrieval, but comparative analysis based on the results from this MCP Server.

Setup guide

Set up The Odds API MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke The Odds API tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="The Odds API Analyst",
    goal="Access and analyze The Odds API data via MCP.",
    backstory="Expert analyst with direct The Odds API access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent The Odds API transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

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 CrewAI

You assign roles: one agent researches which sports to check via `list_sports`, and another analyzes the results by calling `get_odds` with those IDs. They pass context back and forth.
Yes. You can mandate a sequence: Agent 1 gets scores using `get_scores`, then Agent 2 uses the result to determine which specific odds need checking with `get_odds`.
The `list_sports` tool ensures that your agent has a full catalog of available sports. This prevents the crew from missing potential data sources when running against the MCP Server.
This server handles public, non-personal sporting event metrics: sport names, scores, and odds. No private user data is involved when using this MCP Server.
The 'Moderator Agent' can take the output from a previous agent (like a list of top-scoring sports) and dynamically feed those parameters into `get_odds` for the next step.

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.