AutoClass MCP Server

Connect SCCA Solo classification tools to Claude Desktop, Claude Code, or any MCP client

AutoClass provides an MCP (Model Context Protocol) server with tools for looking up SCCA Solo car classifications, searching the 2026 rulebook, and checking modification rules.

Available Tools

Claude Desktop Setup

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "autoclass": {
      "type": "streamableHttp",
      "url": "https://autoclass.adaptiveintelsolutions.com/mcp/"
    }
  }
}

Claude Code Setup

Add this to your .mcp.json in any project directory:

{
  "mcpServers": {
    "autoclass": {
      "type": "streamableHttp",
      "url": "https://autoclass.adaptiveintelsolutions.com/mcp/"
    }
  }
}

Other MCP Clients

The server endpoint is:

https://autoclass.adaptiveintelsolutions.com/mcp/

It uses the Streamable HTTP transport.

← Try AutoClass About FAQ