Add the MCP server
# Claude Code
claude mcp add --transport http audytx https://audytx.com/mcp
# Or in your claude_desktop_config.json / .cursor/mcp.json:
{
"audytx": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/client-http", "https://audytx.com/mcp"]
}
}
The server is stateless — no session, no auth, no persistent connection. Each call is a single HTTP POST with JSON-RPC.