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.
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"autoclass": {
"type": "streamableHttp",
"url": "https://autoclass.adaptiveintelsolutions.com/mcp/"
}
}
}
Add this to your .mcp.json in any project directory:
{
"mcpServers": {
"autoclass": {
"type": "streamableHttp",
"url": "https://autoclass.adaptiveintelsolutions.com/mcp/"
}
}
}
The server endpoint is:
https://autoclass.adaptiveintelsolutions.com/mcp/
It uses the Streamable HTTP transport.