4,500+ servers built on MCP Fusion
Vinkius
Freshcaller logo
Vinkius
OpenAI Agents SDK logo

How to Use the Freshcaller MCP in OpenAI Agents SDK

Connect your OpenAI Agents SDK to Freshcaller. Manage your call center with traceable, production-ready agents.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Freshcaller MCP to OpenAI Agents SDK

Create your Vinkius account to connect Freshcaller 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 Your Support Staff

This toolset lets your agent act like a shift supervisor. You can get a full roster of your support staff with `list_agents` and then drill down into specific user data with `get_agent_details`. From there, you can check team assignments using `list_agent_teams` or get specifics on a group with `get_team_details`. It's what you need to build agents that can route tasks, check availability, or just give you a quick status update on who's active. This MCP server gives your agent direct access to that ground truth.

Audit Calls and Recordings

Stop digging through dashboards to find a specific call. Give your agent a date range and have it pull a log with `list_calls`. Find the one you need, and then grab its full metadata using `get_call_details`. If a recording exists, your agent can get a direct link to the audio file with `get_call_recording`. This is perfect for building automated QA systems or an agent that flags calls for review based on duration or other properties. It turns a manual search into a single command.

Automate Reporting with an MCP Server

Your agent gets direct access to high-level call center performance data. Use `list_account_metrics` to get a snapshot of things like average answer speed or total abandoned calls. It's the raw data you'd normally have to find in a report. Your agent can also manage your phone number inventory. It can check the numbers you own with `list_my_numbers` and then search for new ones to provision with `list_buyable_numbers`. This lets you build a bot that monitors call volume and suggests adding new lines when you're getting busy.

Setup guide

Set up Freshcaller 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 Freshcaller tools at runtime.

  3. 3

    Create your Agent

    Pass the MCP to Agent(mcp_servers=[server]). The agent receives Freshcaller 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 Freshcaller 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="Freshcaller Agent",
            instructions="You have access to Freshcaller 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 Freshcaller. 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 Freshcaller MCP in OpenAI Agents SDK

Your agent can call `list_account_metrics` to get key performance indicators. For more detailed reports, you can have it `list_calls` and then process the log data to build custom summaries.
Yes. The toolset exposes `list_agents` to get your roster and `get_agent_details` to check on individuals. You can also see team structures with `list_agent_teams` and `get_team_details`.
First, find the call using `list_calls`. Once you have the call's ID, your agent can use the `get_call_recording` tool to fetch a direct link to the audio file. It's a two-step process that's easy to automate.
It's straightforward. After installing the OpenAI Agents SDK, you just instantiate an `MCPServerStreamableHttp` object with the Vinkius URL. Pass that server instance into your Agent's constructor in the `mcp_servers` list and the tools are discovered automatically.
Your data is protected at two levels. Vinkius runs each MCP server in an ephemeral, zero-trust sandbox, so no data is stored. The server only proxies your requests, touching Freshcaller data like agent details, call logs, and recording links in memory and only for the duration of the request.

Start using the Freshcaller 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 Freshcaller. 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.