@corsair-dev/mcp — that adapts to every major AI framework. Pick your framework and get 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.
Install
Choose your framework
- Anthropic SDK
- Claude Agent SDK
- OpenAI Agents
- Vercel AI SDK
- Mastra
- OpenAI
Uses native tool use via the Anthropic TypeScript SDK.
toolRunner handles the tool-call loop automatically.agent.ts
AnthropicProvider.build() is synchronous — returns tools directly, ready to pass to any Anthropic API call.How the agent uses Corsair
Once connected, your agent follows this pattern automatically:What’s next
Quick Start
Full walkthrough — install, credentials, first agent prompt.
More Plugins
Slack, Linear, Gmail, HubSpot, and 30+ more. Same pattern, just add to plugins[].
Webhooks
React to real-time events from GitHub, Slack, and more.
Multi-Tenancy
Building a SaaS product? Scope every call per user with withTenant().