MCP Tekmetric

by patclarke

MCPテクメトリック

AIアシスタントとTekmetricを統合するために設計されたモデルコンテキストプロトコル(MCP)サーバー。このプロジェクトにより、AIツールがTekmetricデータと連携できるようになり、AIアシスタントから直接自動化とインテリジェントなワークフローを実現できます。

現在、この統合は読み取り専用アクションをサポートしており、AI が Tekmetric インスタンスから情報を取得できます。

使用例

AI アシスタントを活用して Tekmetric データを操作します。

  • 📅 予約の詳細を確認する: 「明日の予約の詳細は何ですか?」
  • 🚗 ショップ情報の取得: 「ショップの連絡先情報を検索します。」
  • 📊 修理注文ステータスの取得: 「修理注文番号 12345 の現在のステータスは何ですか?」

クイックスタートガイド

MCP Tekmetric サーバーを起動するには、次の手順に従います。

1. 認証の設定

Tekmetric APIで認証するには、Tekmetric APIキーが必要です。Tekmetricアカウント設定からAPIキーを取得してください(可能であればリンクまたはナビゲーションパスを提供してください)。

API キーをTEKMETRIC_API_KEYという名前のシステム環境変数として設定します。

export TEKMETRIC_API_KEY="your_tekmetric_api_key"

2. インストール

このリポジトリをクローンします:

git clone https://github.com/patclarke/mcp-tekmetric.git cd mcp-tekmetric

必要な依存関係をインストールします。

pip install -e .

3. MCPサーバーを実行する

Uvicorn サーバーを起動します。

uvicorn mcp_tekmetric.servers.main:asgi_app --host 0.0.0.0 --port 8080

これにより、MCP サーバーが起動し、AI アシスタントが接続できるようになります (通常はhttp://localhost:8080 )。

4. AIアシスタントを接続する

(このセクションは、使用されている AI アシスタントに大きく依存します。可能であれば、一般的なガイダンスまたは一般的なアシスタントの具体的な手順を提供します)。

VSCode の場合、mcp.json は次のようになります。

{ "servers": { "local-tekmetric": { "type": "sse", "url": "http://localhost:8080/sse" } } }
-
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. 認証の設定
      2. 2. インストール
      3. 3. MCPサーバーを実行する
      4. 4. AIアシスタントを接続する

    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
    • -
      security
      F
      license
      -
      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 -
      275
      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

    ID: wwghsoor6g