📝 Note: You'll need a Losant account to use this tool.
Server Status
✅ Server is running and ready to accept connections
MCP Endpoint: https://mcp.losant.com/mcp
User Authentication
Each client must authenticate with the Losant OAuth server before making requests. Adding Losant's MCP server as a data source varies by LLM tool.
Example: Claude Desktop
Add this configuration to your Claude Desktop MCP settings:
{
"mcpServers": {
"losant": {
"type": "http",
"url": "https://mcp.losant.com/mcp"
}
}
}
On first connection, Claude Desktop will:
- Request authorization for Losant API access
- Store and use the bearer token automatically
Available Tools
Once connected, your LLM has access to the following tools:
losant_query
Query Losant resources like applications, devices, flows, and more.
Example: "List my Losant applications" or "Show devices in application X"
losant_timeseries
Retrieve time-series device data, state history, and logs.
Example: "Get temperature data for device Y" or "Show last reported values"