Any client that supports the Model Context Protocol can connect to Swoop. This guide covers the general setup for clients not listed in the dedicated guides.Documentation Index
Fetch the complete documentation index at: https://docs.swoop.it/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- A Swoop account at swoop.it
- An MCP-compatible client that supports Streamable HTTP transport
Endpoint
Point your client to the Swoop MCP server:Connection methods
- Direct connection
- Using mcp-remote
- API key
If your client supports Streamable HTTP with OAuth natively:
Tested clients
The following clients have been verified to work with the Swoop MCP server:| Client | Transport | Auth |
|---|---|---|
| Claude Desktop | stdio via mcp-remote | OAuth |
| Claude Web & Mobile | Streamable HTTP | OAuth |
If your client isn’t listed above, it should still work as long as it supports MCP over Streamable HTTP (directly or via
mcp-remote). If you run into issues, check Troubleshooting.