CurbSpec for Claude Desktop
io.github.swantron/curbspec
Compile a used-vehicle report from a VIN or listing. Free preview; unlock full writeups for $12.99.
client:Claude Desktop
transport:streamable-http
tools:1
Install CurbSpec in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"curbspec": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://curbspec.com/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs