MCPServerAdapter from crewai-tools. It turns SAN’s MCP tools into CrewAI-compatible tools you can hand to any agent in your crew.
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 MCP tools
2
Describe SAN's MCP server
Set the transport to
streamable-http and pass your key in headers.3
Give the tools to an agent
Open the adapter as a context manager so the connection is cleaned up for you.
