Skip to main content
The OpenAI Agents SDK has native MCP support. Add SAN as an MCPServerStreamableHttp and its tools become available to your agent automatically.

Prerequisites

  • Python 3.10+
  • A SAN API key
    Create one in the API Quickstart if you don’t have one yet.

Quick Start

1

Install the SDK

2

Connect SAN's MCP server

Pass SAN’s endpoint and your key in the headers dict.
3

Run an agent with SAN's tools

Add the server to mcp_servers and the SDK exposes SAN’s tools to the model.