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

How to Use the Amilia MCP in OpenAI Agents SDK

Build production agents with OpenAI Agents SDK that manage your Amilia registrations and programs without writing custom API code.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Amilia MCP to OpenAI Agents SDK

Create your Vinkius account to connect Amilia 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 Family Accounts and Registrations

This MCP server gives your agent direct access to your Amilia account data. You can ask it to find a family's information or check their current sign-ups. The agent uses tools like `list_accounts` and `list_registrations` to get the facts straight from the source. Here’s the key part for production: the OpenAI Agents SDK has built-in guardrails. Before your agent acts on a tool like `get_account_details`, the SDK can validate the action. This prevents your agent from running unintended operations against your core business data.

Look Up Program and Activity Schedules

Your agent can instantly find details about your organization's programs. It uses `list_programs` to see high-level offerings like 'Summer Camp 2024' and then drills down with `list_activities` and `list_activity_occurrences` to get specific schedules. Because the OpenAI Agents SDK auto-discovers tools, you don't have to map anything manually. Just point it at the Vinkius endpoint. Your agent can then figure out how to answer questions like, "What are the dates for the advanced swim class?" on its own.

Check Attendance with your OpenAI Agents SDK

Pulling rosters is simple. The `get_attendance` tool lets an agent check who is signed up for any given activity. You can build specialized agents that handle different parts of your operation. For instance, one agent could use `get_attendance` to pull a roster from Amilia. Then, using the SDK's handoff feature, it could pass that list to another agent that cross-references it with a payment system. The entire workflow is traced in your OpenAI dashboard, so you always know what happened.

Setup guide

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

  3. 3

    Create your Agent

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

Your agent can call the `list_programs` tool directly. Since the OpenAI Agents SDK automatically discovers the tools available from this MCP server, you don't need any special configuration to enable it.
Yes. While this MCP server exposes all nine tools, your agent's configuration determines what it can actually use. You can define policies within your agent's code to restrict its access to specific operations.
It's designed for safety. Vinkius handles the connection with a single, revocable token, and the OpenAI Agents SDK provides guardrails to validate actions before they run. This gives you a critical checkpoint before your agent interacts with your Amilia data.
Have your agent use the `list_accounts` tool to find the right family, then `list_registrations` with the account ID. The SDK is asynchronous, so your agent can perform these lookups quickly without blocking other tasks.
Vinkius processes all requests for registration and account data in ephemeral, sandboxed environments that are destroyed after use. On top of that, the OpenAI SDK's guardrails let you review and approve your agent's plan before it ever touches the Amilia MCP server.

Start using the Amilia MCP today

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

Built & Managed by Vinkius 30s setup 9 tools

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

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