Field Control MCP Server
Field Control MCP 服务器
远程 MCP(模型上下文协议)服务器,将 Claude 连接到 Field Control 集成 API(https://developers.fieldcontrol.com.br/), 允许在与 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。在“环境”中,添加变量
FIELD_CONTROL_API_KEY并填入您的密钥。部署后,您将获得一个类似
https://seu-app.onrender.com的 URL。 MCP 端点将是https://seu-app.onrender.com/mcp。
选项 B:Railway.app
将项目上传到 GitHub。
在 Railway 中,“新建项目” > “从 GitHub 仓库部署”。
添加环境变量
FIELD_CONTROL_API_KEY。Railway 会自动检测
npm start并暴露一个公共 URL。
(任何其他 Node.js 主机 — Fly.io、带 functions 的 Vercel、自己的 VPS
配合 Nginx 等 — 都可以同样工作,只要通过 HTTPS 暴露 /mcp。)
4. 作为自定义连接器连接到 Claude
在 Claude 中,前往 设置 > 连接器。
点击 +,然后点击 添加自定义连接器。
粘贴您的服务器 URL,以
/mcp结尾 (例如:https://seu-app.onrender.com/mcp)。命名(例如:“Field Control”)并点击 添加。
完成 — 在接下来的对话中,只要有助于回答您的请求,Claude 就可以列出您的服务 订单、客户、员工等。
在 Team/Enterprise 计划中,所有者需要先在组织设置 > 连接器 > 添加 > 自定义 > Web 中启用连接器;然后每个成员连接自己的账户。
安全性
API 密钥仅存储在服务器上(环境变量),绝不会 暴露给 Claude 或浏览器。
默认情况下,所有使用此服务器的人共享同一个 API 密钥(环境中的那个)。如果您想将此连接器提供给多个 使用不同密钥的人,请修改
src/server.js中的getApiKeyFromRequest(), 使其从每个请求的 header 中读取密钥,并让每个人 在连接器的“高级设置”中进行配置。切勿将您的 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