Integrations
Plug into the stack you already run
A typed SDK, a CLI, and a native MCP server — Shoal fits into whatever's already calling the shots in your stack.
AI coding assistants
Give an in-editor agent live web access without leaving the IDE.
- IDE agent extensions
- Terminal-based coding agents
- Pair-programming copilots
Orchestration frameworks
Drop Shoal in as a tool call in whatever framework already runs your agents.
- Python & Node agent frameworks
- Retrieval pipelines
- Custom tool-calling loops
No-code automation
Wire web data into a workflow builder without writing an integration by hand.
- Visual workflow builders
- Scheduled automation platforms
- Internal ops tooling
MCP-compatible clients
Register once, then call Shoal's tools from any client that speaks MCP.
- Desktop AI assistants
- Custom MCP hosts
- Multi-agent orchestration layers
For agents & terminals
Register once, call from anywhere
Add Shoal to any MCP-compatible client and every tool call — fetch, traverse, seek, watch — becomes available inside chat, IDE agents, and orchestration frameworks without extra wiring.
mcp.config.json
{
"mcpServers": {
"shoal-web": {
"command": "npx",
"args": ["-y", "shoal-mcp"],
"env": {
"SHOAL_API_KEY": "YOUR_API_KEY"
}
}
}
}terminal
npx -y shoal-cli@latest fetch \ --url "https://example.com/pricing" \ --format markdown --format screenshot
Give your agents a real connection to the web
Simple usage-based pricing, priced to scale, and built by people who'd rather ship your feature than argue about proxies.