Matrix42
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.
7 日間無料 · クレジットカード不要 · EU ホスト
Matrix42 に何でも聞ける
AnythingMCP 経由で Matrix42 に実際のプロンプトを試そう — Claude がツールを呼び出し、回答します。あなたのメッセージで Enter を押すと Cloud にインストールします。
Matrix42 を Cloud にインストールClaude は AI のため誤ることがあります。回答をご確認ください。
2 分でセットアップ
- 1cloud.anythingmcp.com で無料トライアル開始。
- 2コネクターストアで Matrix42 をクリック。資格情報を貼り付け。
- 3MCP API キーを発行し、AI クライアントを MCP URL に向ける。
Matrix42 のガイド
主要 AI クライアント向けのステップバイステップセットアップ。
Matrix42 のセットアップ
コネクタ定義そのものから:認証情報の入手先、必要な権限、このアダプタが呼び出す API。 コネクタ作者により英語で提供されています。
Setup
- In Matrix42 open Administration → Integration → API Tokens and create a token for a service account with the roles the agent needs. Matrix42 applies role-based access on top of the API, so a restricted account sees fewer fragments.
- Set
MATRIX42_URLto your instance root (e.g.https://esm.example.com/M42Services, no trailing slash) andMATRIX42_API_TOKENto the token. - The adapter exchanges that token for a short-lived bearer at
/api/ApiToken/Tokenand refreshes it automatically. AnythingMCP stores the bearer encrypted inconnector_auth_cache.
Everything is a fragment. Matrix42's data model is Configuration Items made of typed fragments: SPSActivityTypeIncident for an incident, SPSAssetClassBase for an asset, SPSScUserClassBase for a user. The query API takes the fragment name plus the columns you want, and returns rows. There is no per-entity REST path — this is why every tool here takes a fragmentName.
columns is not optional in practice. Matrix42 fragments have dozens of columns and omitting the list returns all of them. Name what you need.
where is SQL-flavoured, e.g. State = 3 AND CreatedDate > '2026-09-01'. Column names are the fragment's, which differ from the labels shown in the web UI. matrix42_get_fragment_schema returns the real names.
$skip / $top page the result. There is no cursor.
Unverified. The paths and field names below follow the vendor's published documentation and have not been exercised against a live tenant. Treat a 404 as a docs-versus-reality gap and check the developer portal before concluding that the credential is wrong. A correction from anyone running this against a real system is genuinely welcome.
Self-hosted, which is the thing to plan for.
- On AnythingMCP Cloud the instance must be reachable from the public internet on a real hostname with a valid TLS certificate. A self-signed certificate will fail: the connector offers no trust-anything switch.
- On an internal host (
esm.intern,10.0.0.x), self-host AnythingMCP on the same network and add that host toSSRF_ALLOWED_HOSTS, or the outbound guard refuses the call before it is made.
あなたの AI は Matrix42 から 2 クリック先。
コネクターをインストール、資格情報を貼り付け、AI に質問。7 日間無料、クレジットカード不要。