Available Adapters
| Adapter | Use case |
|---|---|
| Anthropic SDK | Native tool use with Claude models |
| Claude Agent SDK | In-process MCP with the Claude Agent SDK |
| OpenAI Agents | OpenAI Agents SDK tool integration |
| OpenAI | OpenAI function calling |
| Vercel AI SDK | Tools for useChat and streamText |
| Mastra | Mastra agent tool integration |
Coding Agents
For coding agents that use the MCP stdio protocol, see the Coding Agents section.Tools
Every adapter exposes the same four tools automatically:| Tool | What it does |
|---|---|
corsair_setup | Check auth status and get credential instructions |
list_operations | Discover every available API endpoint |
get_schema | Inspect parameters for a specific endpoint |
run_script | Execute a JS snippet with corsair in scope |
corsair_setup first, then list_operations to discover what’s available, then run_script to execute. No code changes needed as you add plugins.