Field Control MCP Server
Field Control MCP Server
Claude를 Field Control 통합 API(https://developers.fieldcontrol.com.br/)에 연결하는 원격 MCP(Model Context Protocol) 서버로, Claude와의 대화에서 직접 고객, 서비스 오더, 협업자, 서비스 요청, 장비 등을 조회하고 생성할 수 있습니다.
제공하는 기능
Claude에서 사용할 수 있는 도구(tools):
도구 | 기능 |
| 고객 |
| 현장 기술자 및 지리적 위치 추적 |
| 활동 유형(설치, 유지보수 등) |
| 티켓/요청 |
| 서비스 오더(OS) |
| OS의 세부 정보 |
| 예약된 활동/방문 |
| 유지보수가 필요한 장비 |
| 전용 도구가 없는 문서화된 엔드포인트에 대한 폴백 |
Related MCP server: Jobber MCP Connector
1. Field Control API 키 얻기
관리자로 Field Control 패널에 접속합니다.
설정 > 개발자 설정으로 이동합니다(또는 직접:
https://app.fieldcontrol.com.br/#/configuracoes/configuracao-para-desenvolvedores).'통합 키'에서 새 키를 만들려면 클릭하고 이름을 지정한 다음 만들기를 클릭합니다.
이 키를 저장하세요. 환경 변수
FIELD_CONTROL_API_KEY로 사용하게 됩니다.
2. 로컬에서 실행(선택 사항, 테스트용)
npm install
FIELD_CONTROL_API_KEY="sua-chave-aqui" npm start서버는 http://localhost:3000에서 실행되며, MCP 엔드포인트는 POST /mcp입니다.
3. 서버를 인터넷에 배포(Claude가 접근하려면 필요)
Claude는 Anthropic 클라우드에서 연결되므로 서버는 HTTPS로 공개적으로 접근 가능해야 합니다. Node.js를 실행하는 모든 제공업체가 작동합니다. 무료 티어가 있는 두 가지 간단한 옵션은 다음과 같습니다.
옵션 A: Render.com
이 프로젝트를 GitHub 저장소에 올립니다.
Render에서 저장소를 가리키는 Web Service를 만듭니다.
빌드 명령:
npm install— 시작 명령:npm start.'Environment'에서
FIELD_CONTROL_API_KEY변수에 키를 추가합니다.배포 후
https://seu-app.onrender.com과 같은 URL을 얻게 됩니다. MCP 엔드포인트는https://seu-app.onrender.com/mcp입니다.
옵션 B: Railway.app
프로젝트를 GitHub에 올립니다.
Railway에서 'New Project' > 'Deploy from GitHub repo'를 선택합니다.
환경 변수
FIELD_CONTROL_API_KEY를 추가합니다.Railway는
npm start를 자동으로 감지하고 공개 URL을 노출합니다.
(다른 Node.js 호스트 — Fly.io, Vercel functions, Nginx를 사용한 자체 VPS 등 — 도 /mcp를 HTTPS로 노출하기만 하면 동일하게 작동합니다.)
4. 사용자 지정 커넥터로 Claude에 연결
Claude에서 설정 > 커넥터로 이동합니다.
**+**를 클릭한 다음 사용자 지정 커넥터 추가를 클릭합니다.
서버 URL을
/mcp로 끝나는 형태로 붙여넣습니다(예:https://seu-app.onrender.com/mcp).이름을 지정하고(예: 'Field Control') 추가를 클릭합니다.
완료 — 다음 대화부터 Claude는 요청에 응답하는 데 도움이 될 때마다 서비스 오더, 고객, 협업자 등을 나열할 수 있습니다.
Team/Enterprise 요금제에서는 소유자가 먼저 조직 설정 > 커넥터 > 추가 > 사용자 지정 > 웹에서 커넥터를 활성화해야 합니다. 그런 다음 각 구성원이 자신의 계정을 연결합니다.
보안
API 키는 서버에만 저장되며(환경 변수), Claude나 브라우저에 노출되지 않습니다.
기본적으로 이 서버를 사용하는 모든 사람은 동일한 API 키(환경 변수의 키)를 공유합니다. 이 커넥터를 서로 다른 키를 가진 여러 사람에게 제공하려면
src/server.js의getApiKeyFromRequest()를 요청별 헤더에서 키를 읽도록 수정하고, 각 사용자가 커넥터의 '고급 설정'에서 이를 구성하도록 하세요.API 키를 저장소에 커밋하지 마세요. 항상 호스팅 제공업체의 환경 변수를 사용하세요.
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
- AlicenseNot gradedqualityCmaintenanceEnables Claude to interact with ServiceNow instances through the ServiceNow API, supporting record management, service catalog operations, change management, and more via natural language.MIT
- FlicenseNot gradedqualityFmaintenanceConnects Claude to Jobber to manage clients, jobs, invoices, quotes, and scheduling through natural language.
- FlicenseCqualityCmaintenanceConnects Claude to your Freshservice ITSM instance, enabling management of tickets, changes, assets, knowledge base, and more through natural language.701
- FlicenseBqualityCmaintenanceEnables AI assistants to interact with Zoho Field Service Management, allowing operations on work orders, requests, contacts, and more via natural language.24
Related MCP Connectors
Connect Claude to Fathom meeting recordings, transcripts, and summaries
WHOOP recovery, strain, sleep and workouts in Claude via official WHOOP OAuth. Free, open source.
Live SEO workflow tools for Claude Code, Codex, and AI agents.
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/artarcondicionado/fieldcontrol-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server