4,500+ servers built on MCP Fusion
Vinkius
Bunny.net logo
Vinkius
OpenAI Agents SDK logo

How to Use the Bunny.net MCP in OpenAI Agents SDK

Spin up Bunny.net CDN zones and purge edge caches safely using this MCP Server inside your OpenAI Agents SDK production deployment.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Bunny.net MCP to OpenAI Agents SDK

Create your Vinkius account to connect Bunny.net 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

Safe Edge Provisioning with OpenAI Agents SDK

Production deployments need safety rails when spin-ups occur. Your OpenAI Agents SDK workflow can now safely initiate CDN zones using `add_pull_zone` without manual API scripting. The SDK checks agent actions against your strict guardrails before any global routing changes go live. If a zone requires teardown, the agent calls `delete_pull_zone` to instantly drop old proxy connections. This keeps your runtime secure because the SDK traces every single step on the OpenAI dashboard, making sure no rogue CDN targets slip through.

Automated Cache Purging via Edge Tools

When your origin content changes, you need immediate cache invalidation. This MCP Server lets your agent trigger `purge_pull_zone` right when a deployment pipeline finishes. It prevents stale assets from lingering on the global Anycast network. The agent handles the origin re-fetch signal autonomously, checking edge rules with `get_pull_zone` first to confirm SSL and bandwidth limits. Because the OpenAI Agents SDK caches the tool list, this check happens with zero latency overhead.

Secure Storage Volume Bootstrapping

Provisioning isolated storage shouldn't expose your master credentials to autonomous loops. Your agents can spin up empty volumes using `add_storage_zone` and immediately grab FTP access keys via `get_storage_zone`. If an agent tries to touch unauthorized directories, your SDK handoffs pass the task to a restricted sub-agent. This keeps your Bunny.net storage credentials locked down while letting the system run file operations via `list_files` automatically.

Setup guide

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

  3. 3

    Create your Agent

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

You configure the MCP Server as a streamable HTTP target within your Python code. Pass the endpoint to your agent initialization block, and the SDK auto-discovers all ten edge routing tools.
Yes, you can set up explicit guardrails on the SDK side to restrict the `purge_pull_zone` tool. This ensures your agent only clears caches under validated pipeline triggers.
Your Python script initializes the agent with the `add_storage_zone` tool exposed. The agent can bootstrap NY-based storage volumes and hand off the credentials to specialized file-handling agents.
Yes, your agent can execute live calls like `list_pull_zones` instantly. Setting `cacheToolsList=True` improves execution speed by preventing the SDK from querying the server for tool definitions on every turn.
The API keys and FTP passwords needed for `list_files` remain inside the Vinkius secure environment. The OpenAI Agents SDK only receives the structured output containing byte lengths and hashes, keeping raw credentials out of the prompt history.

Start using the Bunny.net MCP today

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

Built & Managed by Vinkius 30s setup 10 tools

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

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