Documentation Index
Fetch the complete documentation index at: https://docs.sensorup.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before you begin, ensure you have:- A SensorUp account with appropriate permissions
- An API key for authentication (see Authentication)
- An MCP-compatible AI assistant or application (e.g., Claude Desktop, Cline, etc.)
Installation
Using npx (Recommended)
The SensorUp MCP server can be installed and run using npx:Using npm
Alternatively, install globally:Configuration
MCP Server Configuration
Configure your MCP client to connect to the SensorUp MCP server. The configuration will vary depending on your MCP client.Example: Claude Desktop Configuration
Add the following to your Claude Desktop configuration file:Environment Variables
The SensorUp MCP server requires the following environment variables:SENSORUP_API_KEY: Your SensorUp API keySENSORUP_API_URL: The SensorUp GraphQL API endpoint (defaults to production)
Verification
Once configured, verify the connection by asking your AI assistant to:- List available MCP tools
- Query basic information from your SensorUp account
Next Steps
- Explore Available MCP Tools
- Review Usage Examples
- Learn about SensorUp GraphQL API
Troubleshooting
Connection Issues
If you’re experiencing connection issues:- Verify your API key is valid
- Check that your API endpoint URL is correct
- Ensure your network allows outbound HTTPS connections
- Review the MCP server logs for error messages
Authentication Errors
If you encounter authentication errors:- Confirm your API key has the necessary permissions
- Check if your API key has expired
- See Authentication for more details