FieldRoutes MCP Server
FieldRoutes MCP Server for Claude
FieldRoutes アカウントと Claude を連携し、会話の中で直接顧客の検索、ルートの確認、予定の表示、サービス履歴の取得などが行えるようになります。
含まれるツール
ツール | 機能 |
| 名前、電話番号、メール、住所で顧客を検索 |
| 顧客 ID から詳細情報を取得 |
| 顧客の過去および未処理のサービスチケットを取得 |
| 単一のサービスチケットの詳細を取得 |
| 日付、顧客、ルート、技術者で予定を検索 |
| 特定の日付に稼働しているルートを取得 |
| 特定のルートの全停車地点を取得 |
| 顧客の定期サービスプランを取得 |
| 従業員・技術者の一覧と ID を取得 |
| 顧客の請求書と残高を取得 |
Related MCP server: Jobber MCP Connector
セットアップ
1. このプロジェクトをコピーし、依存関係をインストール
npm install2. 認証情報を設定
cp .env.example .env.env を開いて以下を記入します:
FR_AUTH_KEY— FieldRoutes から取得:管理 → API → キー管理FR_AUTH_TOKEN— 同じ場所FR_SUBDOMAIN— URL 内の.pestroutes.comより前の部分(例:crownpest)
3. ビルドしてローカルでテスト
npm run build
npm start次のように表示されるはずです:
FieldRoutes MCP server running on port 3000
MCP endpoint: http://localhost:3000/mcpRailway にデプロイ(推奨 — 無料枠あり)
railway.app にアクセスしてサインアップ(無料)
新規プロジェクト → GitHub リポジトリからデプロイ をクリック
GitHub アカウントを接続し、このコードを新しいリポジトリにプッシュ
Railway が Node.js を検出し、自動的にデプロイ
Railway でプロジェクト → 変数 に移動し、以下を追加:
FR_AUTH_KEYFR_AUTH_TOKENFR_SUBDOMAIN
Railway が
https://fieldroutes-mcp-production.up.railway.appのような公開 URL を提供
Render にデプロイ(代替 — こちらも無料)
render.com にアクセスしてサインアップ
新規 → Web サービス をクリック
GitHub リポジトリを接続
ビルドコマンド:
npm install && npm run build開始コマンド:
npm start環境 で
FR_AUTH_KEY、FR_AUTH_TOKEN、FR_SUBDOMAINを追加デプロイ — Render が
https://fieldroutes-mcp.onrender.comのような URL を提供
Claude に接続
Claude デスクトップアプリで 設定 → コネクタ に移動
カスタムコネクタを追加 をクリック
デプロイした URL に
/mcpを付けて入力:https://your-app.up.railway.app/mcp保存 — Claude が 10 個すべての FieldRoutes ツールを使用可能に
エンドポイントを FieldRoutes のドキュメントで確認
このサーバーの API パス(customer/search、appointment/search など)は標準の FieldRoutes REST パターンに従っています。404 が返る場合は、テナント固有の API ドキュメントを以下で確認してください:
https://YOUR_SUBDOMAIN.pestroutes.com/api/docsまたは FieldRoutes サポートに連絡し、お使いのアカウント階層に合った正確なパスを確認してください。
セキュリティに関する注意事項
API 認証情報は環境変数にのみ保存され、コードにコミットされることはありません
サーバー自体の認証は不要です(呼び出し元は Claude のみ)
さらにセキュリティを強化するには、
API_SECRET環境変数を追加し、受信リクエストでベアラートークンとして検証することもできます
This server cannot be installed
Maintenance
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
- FlicenseCqualityDmaintenanceConnects Claude to ServiceTitan via API, providing 60 tools across CRM, Jobs, Accounting, and more for business management.601
- Flicense-qualityFmaintenanceConnects Claude to Jobber to manage clients, jobs, invoices, quotes, and scheduling through natural language.
- Flicense-qualityDmaintenanceEnables Claude Desktop to query ServiceTitan data about technician jobs and business performance via natural language, while protecting customer personal information.
- Flicense-qualityBmaintenanceProvides tools to read and write Workiz CRM/Field Service data (jobs, leads, team, time off) enabling Claude to manage records via natural language.
Related MCP Connectors
Connect Claude to Fathom meeting recordings, transcripts, and summaries
Agentic scheduling & booking for field service: availability, jobs, customers, crews, fleet.
Talk to your live-events CRM (campaigns, analytics, paid ads, segments) in Claude and ChatGPT.
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/glbryce7795/fieldroutes-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server