Vehicle Intelligence MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PIPELINE_BASE_URL | No | Alternative environment variable for the pipeline API base URL. | http://localhost:8000 |
| VEHICLE_MCP_HTTP_HOST | No | Streamable HTTP bind host. | 127.0.0.1 |
| VEHICLE_MCP_HTTP_PORT | No | Streamable HTTP bind port. | 8080 |
| VEHICLE_MCP_TRANSPORT | No | Select stdio or http. | stdio |
| VEHICLE_MCP_MAX_ATTEMPTS | No | Maximum attempts for transient reads. Valid range: 1 through 5. | 3 |
| VEHICLE_MCP_POOL_TIMEOUT | No | Connection-pool timeout in seconds. | 2.0 |
| VEHICLE_MCP_READ_TIMEOUT | No | Pipeline read timeout in seconds. | 10.0 |
| VEHICLE_MCP_WRITE_TIMEOUT | No | Pipeline write timeout in seconds. | 5.0 |
| VEHICLE_MCP_CONNECT_TIMEOUT | No | Pipeline connection timeout in seconds. | 2.0 |
| VEHICLE_MCP_PIPELINE_BASE_URL | No | Pipeline API base URL. PIPELINE_BASE_URL is also accepted. | http://localhost:8000 |
| VEHICLE_MCP_MAX_RESPONSE_BYTES | No | Maximum pipeline response size. Valid range: 10 KiB through 10 MiB. | 1048576 |
| VEHICLE_MCP_ALLOW_INSECURE_BIND | No | Permit a non-loopback bind for a controlled container network. | false |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_vehiclesB | List a bounded page of canonical vehicle summaries from the catalog for discovery. |
| lookup_vehicleA | Retrieve the current canonical record and audit metadata for one validated VIN. |
| explain_vehicle_fieldB | Explain one vehicle field outcome (RESOLVED, UNRESOLVED, or ABSENT) using current evidence. |
| get_vehicle_historyB | Retrieve historical canonical revisions for a vehicle in newest-first order. |
| get_vehicle_revisionA | Retrieve one exact immutable canonical revision for a vehicle by revision number. |
| get_source_observationA | Retrieve one exact immutable source observation by ID, including verified raw payload. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sovorn-c/vehicle-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server