1
Generate your API key
Open the generic connect guide in app.xysq.ai (Connect → Generic HTTP) and generate a key. The full value is shown exactly once; copy it right away.
2
Copy your MCP config
xysq supports both streamable-http (v2, recommended) and legacy SSE. Use whichever your client supports:Legacy SSE clients connect to
https://api.xysq.ai/sse instead, same bearer header.Most modern MCP clients accept this shape directly. If yours uses a different field naming, the values stay the same; just remap url, headers.Authorization, and the transport name.3
Test the connection
Before wiring xysq into your client, sanity-check the connection from the command line:A successful response (anything in the 2xx range, or an MCP handshake) means you’re authenticated. A
401 means the key is wrong; a network error means you can’t reach the host.Once that works, paste your config into the client and start the connection.4
Verify the connection
Trigger any xysq tool call from your client. The in-app guide watches for the first call and marks the connection verified.