@tempivo/mcp
v0.1.1
Published
Model Context Protocol (stdio) server for the Tempivo HTTP API — use with Cursor, Claude Desktop, or other MCP clients.
Downloads
205
Maintainers
Readme
@tempivo/mcp
Model Context Protocol (stdio) server for the Tempivo HTTP API. Use it from MCP clients such as Cursor or Claude Desktop with npx and your Tempivo integration API key.
Requirements
- Node.js 18+
TEMPIVO_API_KEY— create an API key in Tempivo under Integrations (same key as for REST integrations)- Optional:
TEMPIVO_API_BASE_URL— defaults tohttps://api.tempivo.com/v1 - Your Tempivo organization needs the MCP (AI agents) add-on enabled
Cursor / Claude Desktop
{
"mcpServers": {
"tempivo": {
"command": "npx",
"args": ["-y", "@tempivo/[email protected]"],
"env": {
"TEMPIVO_API_KEY": "your-key-here"
}
}
}
}Pin the package version in args when you upgrade.
Capabilities
The server exposes read tools (organization, buildings, assets, observations, alerts, and device configuration when your plan includes the relevant API). Write operations use the Tempivo REST API; see the API documentation in your Tempivo workspace.
