Skip to main content
Any spec-compliant MCP client can connect over Streamable HTTP at https://api.spiralstake.xyz/mcp.

MCP Inspector

The fastest way to explore the tools interactively:
In the UI: set Transport to Streamable HTTP, URL to https://api.spiralstake.xyz/mcp, then ConnectList Tools.

Programmatic (TypeScript SDK)

The server is stateless (a fresh transport per request), so any Streamable-HTTP MCP client works — no session management required on your side.

Prefer plain HTTP?

If you’re integrating a backend rather than an agent, the same capabilities are available as a keyed REST API. See the Integration API.