MCP Tekmetric
MCPテクメトリック
AIアシスタントとTekmetricを統合するために設計されたモデルコンテキストプロトコル(MCP)サーバー。このプロジェクトにより、AIツールがTekmetricデータと連携できるようになり、AIアシスタントから直接自動化とインテリジェントなワークフローを実現できます。
現在、この統合は読み取り専用アクションをサポートしており、AI が Tekmetric インスタンスから情報を取得できます。
使用例
AI アシスタントを活用して Tekmetric データを操作します。
📅 予約の詳細を確認する: 「明日の予約の詳細は何ですか?」
🚗 ショップ情報の取得: 「ショップの連絡先情報を検索します。」
📊 修理注文ステータスの取得: 「修理注文番号 12345 の現在のステータスは何ですか?」
Related MCP server: Healthcare MCP Server
🔐 認証設定
Tekmetric APIで認証するには、Tekmetric APIキーが必要です。Tekmetricアカウント設定からAPIキーを取得してください。
API キーをシステム環境変数として設定します。
export TEKMETRIC_API_KEY="your_tekmetric_api_key"🚀 クイックスタートガイド
オプション 1: ローカルで実行 (Python)
このリポジトリをクローンします:
git clone https://github.com/patclarke/mcp-tekmetric.git cd mcp-tekmetric依存関係をインストールします:
pip install -e .サーバーを起動します:
uvicorn mcp_tekmetric.servers.main:asgi_app --host 0.0.0.0 --port 8080
オプション2: Dockerで実行する
このリポジトリをクローンします:
git clone https://github.com/patclarke/mcp-tekmetric.git cd mcp-tekmetricDockerイメージをビルドします。
docker build -t mcp-tekmetric .コンテナを実行します(Tekmetric API キーを渡します)。
docker run -e TEKMETRIC_API_KEY=your_tekmetric_api_key -p 8080:8080 mcp-tekmetric
これにより、サーバーがhttp://localhost:8080に公開されます。
🤖 AIアシスタントを接続する
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ライセンス
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
The Telnyx MCP server is an official implementation of the Model Context Protocol that enables AI clients (like Claude Desktop, Cursor, and OpenAI Agents) to interact with Telnyx's telephony, messaging, and AI assistant APIs. It provides comprehensive capabilities including making and managing phone calls, sending SMS/MMS messages, purchasing and configuring phone numbers, creating AI assistants with custom instructions, managing cloud storage buckets, scraping and embedding website content, and handling integration secrets. The server exists as both a local implementation and a remotely hosted version, allowing developers to integrate real-world communication infrastructure directly into AI applications.
The HubSpot MCP Server acts as a bridge that enables AI assistants and Large Language Models to securely interact with HubSpot CRM data through natural conversation, without requiring users to understand complex API structures. It provides read-only access to standard CRM objects (contacts, companies, deals, tickets, products, invoices, and more) and their associations, secured via OAuth 2.0, allowing AI agents to perform tasks like summarizing deals, fetching company updates, and looking up record changes.
A Model Context Protocol server for Wix AI tools
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA versatile Model Context Protocol server that enables AI assistants to manage calendars, track tasks, handle emails, search the web, and control smart home devices.23-
- AlicenseBqualityFmaintenanceA 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.725 npm127MIT
- AlicenseNot gradedqualityDmaintenanceA 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.74 npm2MIT
- AlicenseNot gradedqualityFmaintenanceA Model Context Protocol server that enables AI assistants to manage meeting data, including creating meeting bots, searching transcripts, and organizing calendar events.30MIT