Add the MCP server
# Claude Code
claude mcp add --transport http audytx https://audytx.com/mcp \
--header "X-Client-ID: YOUR_CLIENT_ID"
# Or in .cursor/mcp.json / claude_desktop_config.json:
{
"audytx": {
"url": "https://audytx.com/mcp",
"headers": { "X-Client-ID": "YOUR_CLIENT_ID" }
}
}
The server is stateless: no session, no persistent connection. Each call is one HTTP POST with JSON-RPC, authenticated by your X-Client-ID header (get a free Client ID).