Production-ready Model Context Protocol server for AI-powered vehicle dealership management
Stockspark MCP Poc MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Production-ready Model Context Protocol server for AI-powered vehicle dealership management.
A production-ready Model Context Protocol (MCP) server that provides AI agents with 36 specialized tools for complete vehicle dealership management through the StockSpark/Carspark API platform.
Once Stockspark MCP Poc is connected, these are the calls the assistant has available:
get_user_context — View current company/dealer selectionlist_user_companies — List accessible companiesselect_company — Choose working companylist_company_dealers — List company's dealersselect_dealer — Choose working dealersearch_vehicle_versions — Progressive search for vehicle specificationscompare_vehicle_versions — Compare similar trims/versionsget_vehicle_version_template — Get complete vehicle data templateget_vehicle_makes — List available manufacturersget_vehicle_models — Get models for a makeget_vehicle_trims — Get trim levels with specificationsget_vehicle_transmissions — Available transmission typesYou will need 3 environment variables: STOCKSPARK_USERNAME, STOCKSPARK_PASSWORD, STOCKSPARK_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Stockspark MCP Poc's toolset — get_user_context, list_user_companies, select_company and 11 more — is a fair guide to whether it matches your workflow. It is maintained by loukach; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Stockspark MCP Poc's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| get_user_context | View current company/dealer selection |
| list_user_companies | List accessible companies |
| select_company | Choose working company |
| list_company_dealers | List company's dealers |
| select_dealer | Choose working dealer |
| search_vehicle_versions | Progressive search for vehicle specifications |
| compare_vehicle_versions | Compare similar trims/versions |
| get_vehicle_version_template | Get complete vehicle data template |
| get_vehicle_makes | List available manufacturers |
| get_vehicle_models | Get models for a make |
| get_vehicle_trims | Get trim levels with specifications |
| get_vehicle_transmissions | Available transmission types |
| get_vehicle_bodies | Body style options |
| get_vehicle_fuels | Fuel type options |
{
"mcpServers": {
"stockspark": {
"command": "node",
"args": ["/absolute/path/to/stockspark-mcp-poc/src/index.js"],
"env": {
"STOCKSPARK_USERNAME": "your-email@dealership.com",
"STOCKSPARK_PASSWORD": "your-password"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| STOCKSPARK_USERNAME | Configuration value read at startup. | Optional |
| STOCKSPARK_PASSWORD | Configuration value read at startup. | Optional |
| STOCKSPARK_API_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.