MCP Tekmetric
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., "@MCP Tekmetricshow me the repair order status for vehicle license plate ABC123"
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.
MCP Tekmetric
A Model Context Protocol (MCP) server designed to integrate AI assistants with Tekmetric. This project allows AI tools to interact with your Tekmetric data, enabling automation and intelligent workflows directly from your AI assistant.
Currently, this integration supports read-only actions, allowing your AI to retrieve information from your Tekmetric instance.
Example Usage
Leverage your AI assistant to interact with your Tekmetric data:
๐ Check Appointment Details: "What are the details for the appointment scheduled for tomorrow?"
๐ Retrieve Shop Information: "Find the contact information of a Shop."
๐ Get Repair Order Status: "What is the current status of repair order #12345?"
Related MCP server: Healthcare MCP Server
๐ Authentication Setup
You need a Tekmetric API key to authenticate with the Tekmetric API. Obtain your API key from your Tekmetric account settings.
Set your API key as a system environment variable:
export TEKMETRIC_API_KEY="your_tekmetric_api_key"๐ Quick Start Guide
Option 1: Run Locally (Python)
Clone this repository:
git clone https://github.com/patclarke/mcp-tekmetric.git cd mcp-tekmetricInstall dependencies:
pip install -e .Start the server:
uvicorn mcp_tekmetric.servers.main:asgi_app --host 0.0.0.0 --port 8080
Option 2: Run with Docker
Clone this repository:
git clone https://github.com/patclarke/mcp-tekmetric.git cd mcp-tekmetricBuild the Docker image:
docker build -t mcp-tekmetric .Run the container (pass your Tekmetric API key):
docker run -e TEKMETRIC_API_KEY=your_tekmetric_api_key -p 8080:8080 mcp-tekmetric
This will expose the server on http://localhost:8080.
๐ค Connect Your AI Assistant
For VS Code Copilot or another AI assistant that supports MCP:
Example .mcp.json config:
{
"servers": {
"local-tekmetric": {
"type": "sse",
"url": "http://localhost:8080/sse"
}
}
}๐งช Health Check
To verify the server is running:
curl http://localhost:8080/healthzYou should see:
{"status": "ok"}๐ License
MIT License
This server cannot be installed
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
- Flicense-qualityDmaintenanceA versatile Model Context Protocol server that enables AI assistants to manage calendars, track tasks, handle emails, search the web, and control smart home devices.Last updated23
- AlicenseBqualityCmaintenanceA Model Context Protocol server providing AI assistants with access to healthcare data tools, including FDA drug information, PubMed research, health topics, clinical trials, and medical terminology lookup.Last updated779125MIT
- Alicense-qualityDmaintenanceA comprehensive Model Context Protocol server implementation that enables AI assistants to interact with file systems, databases, GitHub repositories, web resources, and system tools while maintaining security and control.Last updated302MIT
- Alicense-qualityFmaintenanceA Model Context Protocol server that enables AI assistants to manage meeting data, including creating meeting bots, searching transcripts, and organizing calendar events.Last updated28MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yoโฆ
A Model Context Protocol server for Wix AI tools
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
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/patclarke/mcp-tekmetric'
If you have feedback or need assistance with the MCP directory API, please join our Discord server