Skip to main content
LangGraph loads SAN through the langchain-mcp-adapters package, which turns SAN’s MCP tools into LangChain tools you can bind to any graph.

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 adapter

2

Point LangGraph at SAN's MCP server

Register SAN as a streamable HTTP server and pass your key in the x-api-key header.
3

Give the tools to your agent

get_tools() fetches SAN’s tools so you can hand them to an agent.