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.
Error format
All tool errors are returned in a consistent MCP format:isError: true flag signals to your MCP client that the tool call did not complete successfully. The text field contains a human-readable description of the error.
Common error scenarios
401 Unauthorized — Missing or invalid token
401 Unauthorized — Missing or invalid token
404 Not Found — Invalid URL
404 Not Found — Invalid URL
The request was sent to an incorrect URL.Resolution:
- Verify you are using the correct URL:
https://swoop.it/api/mcp - Ensure there are no trailing slashes or extra path segments
Tool execution timeout
Tool execution timeout
Presentation generation can take 30–60 seconds. If the connection closes before the operation completes, the tool call will fail.Resolution:
- Ensure your MCP client supports long-running operations (at least 120 seconds)
- Check that any proxy or load balancer between you and the server has a timeout of at least 120 seconds
- The server sends heartbeat notifications every 10 seconds — ensure your transport layer processes these to keep the connection alive
- Try a simpler prompt to verify connectivity
CORS errors in browser-based clients
CORS errors in browser-based clients
The Swoop MCP server allows cross-origin requests from all origins (
Access-Control-Allow-Origin: *).Resolution:- Ensure you are using the correct endpoint URL
- Check that browser extensions are not modifying request headers
- Try in a private/incognito browser window
Network connectivity issues
Network connectivity issues
Unable to establish a connection to the server.Resolution:
- Check that your network allows outbound HTTPS connections
- If behind a corporate firewall or VPN, ensure
swoop.itis not blocked - Test connectivity with a simple
curlrequest: