Samsara Fleet MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Samsara Fleet MCP Serverfind the location of truck ABC-123"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Samsara Fleet MCP Server
Standalone Model Context Protocol server that exposes live Samsara fleet tools over Streamable HTTP.
FormsAPI (MCP client) → this server → Samsara REST
Nothing is persisted. The Samsara API token stays on this process only.
Tools
Tool | Purpose |
| Match vehicles/trailers by name, id, serial, VIN |
| Latest GPS for a known |
Related MCP server: Sentinel Core Agent
Setup
cd "C:\development\mcp\samsara mcp"
python -m venv .venv
.\.venv\Scripts\Activate.ps1
pip install -e .
copy .env.example .envEdit .env and set SAMSARA_API_TOKEN.
Run
samsara-mcp
# or
python -m samsara_mcpEndpoint (default): http://127.0.0.1:8765/mcp
Options:
samsara-mcp --host 127.0.0.1 --port 8765FormsAPI
Point FormsAPI config at the MCP endpoint (no Samsara token in FormsAPI):
"Samsara": {
"Enabled": true,
"McpEndpoint": "http://127.0.0.1:8765/mcp",
"TimeoutSeconds": 60
}Out of scope
Chat UI / OpenAI
Writing to Samsara
Azure Container Apps deploy (future)
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceProvides comprehensive flight tracking capabilities using the OpenSky Network API, enabling real-time flight data, geographic searches, historical data, and airport operations through MCP tools.Last updatedMIT
- Flicense-qualityDmaintenanceEnables file system operations, web scraping, and AI-powered search through MCP tools for use by LLM agents.Last updated1
- Alicense-qualityDmaintenanceProvides MCP tools for Google Maps services including directions, geocoding, distance matrix, and places search.Last updated14Apache 2.0
- AlicenseAqualityBmaintenanceMCP server exposing CS Executive Services dispatch platform and airplanes.live flight tracking as portable, agent-agnostic tools.Last updated25MIT
Related MCP Connectors
MCP server wrapping the Tesla Fleet API and TeslaMate API
DataSeattle MCP — Seattle open data (data.seattle.gov, Socrata SODA API).
HERE MCP — premium geocoding, places, and TRAFFIC-AWARE routing from HERE
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/ssu851009/samsara-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server