Skip to main content
Glama

MCP Tekmetric

by patclarke

MCP 技术

一个模型上下文协议 (MCP) 服务器,旨在将 AI 助手与 Tekmetric 集成。该项目允许 AI 工具与您的 Tekmetric 数据进行交互,从而直接从您的 AI 助手实现自动化和智能工作流程。

目前,此集成支持只读操作,允许您的 AI 从 Tekmetric 实例中检索信息。

示例用法

利用您的 AI 助手与您的 Tekmetric 数据进行交互:

  • 📅 查看预约详情: “明天的预约详情是什么?”
  • 🚗 检索商店信息: “查找商店的联系信息。”
  • 📊 获取维修订单状态: “维修订单#12345 的当前状态是什么?”

图像


🔐 身份验证设置

您需要一个 Tekmetric API 密钥才能使用 Tekmetric API 进行身份验证。请从您的 Tekmetric 帐户设置中获取 API 密钥。

将您的 API 密钥设置为系统环境变量:

export TEKMETRIC_API_KEY="your_tekmetric_api_key"

🚀 快速入门指南

选项 1:本地运行(Python)

  1. 克隆此存储库
    git clone https://github.com/patclarke/mcp-tekmetric.git cd mcp-tekmetric
  2. 安装依赖项
    pip install -e .
  3. 启动服务器
    uvicorn mcp_tekmetric.servers.main:asgi_app --host 0.0.0.0 --port 8080

选项 2:使用 Docker 运行

  1. 克隆此存储库
    git clone https://github.com/patclarke/mcp-tekmetric.git cd mcp-tekmetric
  2. 构建 Docker 镜像
    docker build -t mcp-tekmetric .
  3. 运行容器(传递您的 Tekmetric API 密钥):
    docker run -e TEKMETRIC_API_KEY=your_tekmetric_api_key -p 8080:8080 mcp-tekmetric

这将在http://localhost:8080上公开服务器。


🤖 连接你的人工智能助手

对于 VS Code Copilot 或其他支持 MCP 的 AI 助手:

.mcp.json配置示例:

{ "servers": { "local-tekmetric": { "type": "sse", "url": "http://localhost:8080/sse" } } }

🧪 健康检查

要验证服务器是否正在运行:

curl http://localhost:8080/healthz

您应该看到:

{"status": "ok"}

📄 许可证

MIT 许可证

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

模型上下文协议服务器允许 AI 助手与 Tekmetric 数据交互,使用户能够通过自然语言查询预约详情、车辆信息、维修订单状态和零件库存。

  1. 示例用法
    1. 🔐 身份验证设置
      1. 🚀 快速入门指南
        1. 选项 1:本地运行(Python)
        2. 选项 2:使用 Docker 运行
      2. 🤖 连接你的人工智能助手
        1. 🧪 健康检查
          1. 📄 许可证

            Related MCP Servers

            • -
              security
              F
              license
              -
              quality
              A 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 updated -
              2
              Python
              • Apple
              • Linux
            • A
              security
              F
              license
              A
              quality
              A Model Context Protocol server that connects AI assistants like Claude to Notion workspaces, enabling them to view, search, create, and update Notion databases, pages, and content blocks.
              Last updated -
              12
              194
              JavaScript
              • Apple
            • A
              security
              F
              license
              A
              quality
              A Model Context Protocol server that enables AI assistants to interact with Bluesky/ATProtocol, providing authentication, timeline access, post creation, and social features like likes and follows.
              Last updated -
              18
              10
              TypeScript
              • Apple
              • Linux
            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server that provides persistent task management capabilities for AI assistants, allowing them to create, update, and track tasks beyond their usual context limitations.
              Last updated -
              1
              TypeScript

            View all related MCP servers

            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