4,500+ servers built on MCP Fusion
Vinkius
Daily.co logo
Vinkius
OpenAI Agents SDK logo

How to Use the Daily.co MCP in OpenAI Agents SDK

Give your OpenAI Agents SDK production systems full control over Daily.co WebRTC sessions.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Daily.co MCP to OpenAI Agents SDK

Create your Vinkius account to connect Daily.co to OpenAI Agents SDK 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

Manage Rooms with OpenAI Agents SDK

The `create_room` and `update_room` tools let your agents spin up ephemeral video infrastructure on demand. When your routing agent detects a high-priority customer ticket, it instantly provisions a private meeting space. Setting privacy rules happens right in the payload, bypassing manual dashboard clicks. Guardrails catch bad parameters before the network request fires. If an agent tries to execute `delete_room` on an active session, OpenAI's validation layer steps in. You keep full tracing visibility over every API call via the dashboard while the agent manages the actual WebRTC lifecycle.

Control Active Call States

Triggering `start_recording` or `start_transcription` happens the moment specific conversation triggers fire. Your compliance agent monitors the call state and kicks off these tools without human intervention. Sending data directly to connected users takes one call to `send_app_message`. Active session tracking relies on `get_room_presence` and `get_meeting_participants`. You know exactly who sits in the room at any given millisecond. Kicking bad actors uses `eject_participants`, keeping your meetings secure while the agent logs the incident.

Automate Dial-Outs and Telephony

Purchasing phone numbers requires calling `buy_phone_number` after searching the inventory via `list_available_numbers`. Your agent provisions SIP endpoints dynamically based on regional demand. Dialing out to standard phone lines happens through `start_dial_out`. Sending touch-tone signals via `send_dtmf` lets your agent navigate external phone menus. Tearing down the connection uses `stop_dial_out`. The entire telephony stack runs through your agent's automated workflows instead of a separate phone system.

Setup guide

Set up Daily.co MCP in OpenAI Agents SDK

Prerequisites

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

    Install the SDK

    Run pip install openai-agents to install the OpenAI Agents SDK. The MCP integration is built-in — no extra dependencies needed.

  2. 2

    Connect via SSE transport

    Use MCPServerSse with your Vinkius endpoint URL. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. The SDK auto-discovers all Daily.co tools at runtime.

  3. 3

    Create your Agent

    Pass the MCP to Agent(mcp_servers=[server]). The agent receives Daily.co tools as native definitions — JSON schemas resolve automatically.

  4. 4

    Run the agent

    Call Runner.run(agent, prompt) to execute. The agent invokes the appropriate Daily.co tools and returns structured results. Copy the full example on the right to get started.

agent.py
import asyncio
from agents import Agent, Runner
from agents.mcp import MCPServerSse

async def main():
    async with MCPServerSse(
        url="https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ) as server:
        agent = Agent(
            name="Daily.co Agent",
            instructions="You have access to Daily.co tools.",
            mcp_servers=[server],
        )
        result = await Runner.run(agent, "List recent transactions")
        print(result.final_output)

asyncio.run(main())

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Daily.co. 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 Daily.co MCP in OpenAI Agents SDK

You don't pass API keys directly to the agent. Vinkius handles the underlying auth, so you just pass the single endpoint token to `MCPServerStreamableHttp`. The agent auto-discovers the 50 available tools immediately.
Yes, you can limit the exposed operations. If you only want an agent reading data, you filter out mutative actions like `delete_room` or `eject_participants`. The built-in guardrails enforce these boundaries.
Handoffs work perfectly with this MCP Server. A triage agent can use `create_room` to generate a link, then hand the session ID off to a specialized monitoring agent. The second agent then tracks the call via `get_logs`.
It saves initialization time. Pulling the massive tool definitions for WebRTC management takes a moment, so caching speeds up agent boot times.
Pulling records via `get_logs` routes strictly through the V8 Isolate Sandbox. Vinkius spins up an ephemeral instance for the request, processes the WebRTC metrics, and destroys the environment. Your call metadata never touches a persistent disk.

Start using the Daily.co MCP today

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

Built & Managed by Vinkius 30s setup 50 tools

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

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