tekmetric-mcp
Verified Safeby klkhlt
Overview
The Tekmetric MCP Server allows users to query their Tekmetric shop management data (customers, vehicles, repair orders, appointments, etc.) using natural language through an AI assistant.
Installation
tekmetric-mcp serveEnvironment Variables
- TEKMETRIC_CLIENT_ID
- TEKMETRIC_CLIENT_SECRET
Security Notes
The server is explicitly designed for read-only access to Tekmetric data, minimizing accidental modification risks. It relies on OAuth 2.0 for authentication with client ID and secret, which are expected to be provided securely via environment variables or configuration files (no hardcoded production secrets found). API interactions enforce HTTPS for production environments. Input parameters are validated, and rate limiting with exponential backoff is implemented for robust API communication. No 'eval' or similar dangerous dynamic code execution patterns were identified.
Similar Servers
mcp-server-salesforce
Enable natural language interactions and automation with Salesforce data and metadata for AI models.
teslamate-mcp
Connects a TeslaMate PostgreSQL database to AI assistants, enabling natural language queries about Tesla vehicle data and analytics.
gsd-task-manager
A local-first, privacy-focused task manager that integrates with AI assistants (like Claude Desktop) for natural language task creation, management, and analysis using the Eisenhower Matrix.
claude-explorer
Facilitate searching, analyzing, and exporting user's Claude.ai conversation history with an AI assistant via CLI and a web interface.