IT Service Management 连接器
3 个预置 IT Service Management 连接器 — 共 27 个 MCP 工具:GLPI, TOPdesk, Matrix42。粘贴凭据,智能体即可调用。无需编写 MCP 服务器。
GLPI open-source ITSM and asset management: tickets, computers, monitors, software, users and entities, plus GLPI's search engine. REST API on your own instance, session-token auth with an App-Token.
TOPdesk ITSM: incidents, changes, assets, operators, persons and branches, with TOPdesk's FIQL query language for precise filtering. REST API, Basic auth with an application password.
Matrix42 Enterprise Service Management: query any configuration item, incident, service request, asset or user with Matrix42's fragment query API. Bearer token minted from an API token against your own instance.
按分类浏览
- CRM25
- Accounting22
- ERP16
- Project Management16
- E-commerce13
- Customer Support12
- Payments11
- HR9
- Messaging8
- Email7
- Finance7
- Monitoring7
- Time Tracking7
- Analytics6
- Public Data6
- Government6
- Social Media6
- Databases5
- Forms & Surveys5
- Logistics5
- Publishing5
- Document Management4
- Data Enrichment4
- Marketing Automation4
- Scheduling4
- Sports4
- File Storage4
- E-Signature3
- IT Service Management3
- Mapping3
- Transport3
- Banking2
- Knowledge Base2
- Productivity2
- Real Estate2
- CMS1
- Construction1
- Developer Tools1
- Field Service1
- Food & Drink1
- Gaming1
- Healthcare1
- Infrastructure1
- Remote Access1
- Travel1
- Wholesale1
缺少连接器?用一份 JSON 添加它。
每个适配器都是 packages/backend/src/adapters/ 下的单个 JSON 文件。复制一份现有的、替换端点和认证、提交 PR — 构建时由参数化测试验证。
// adapters/de/my-adapter.json
{
"slug": "my-erp",
"name": "My ERP",
"category": "erp",
"authType": "BEARER_TOKEN",
"tools": [/* ... */]
}