> ## Documentation Index
> Fetch the complete documentation index at: https://support.i.moneyforward.com/llms.txt
> Use this file to discover all available pages before exploring further.

# はじめに

> IT Management Remote MCP Server の概要です。AI コーディングアシスタントから Admina のデータに直接アクセスできます。

<Columns cols={2}>
  <Card title="エンドポイント" icon="globe">
    `https://mcp.itmc.i.moneyforward.com/mcp`
  </Card>

  <Card title="認証" icon="key">
    API キーと組織 ID をヘッダーで指定します。API キーは Admina の組織設定で作成・管理できます。
  </Card>
</Columns>

## Remote MCP とは

MCP（Model Context Protocol）は、AI アシスタントが外部サービスのデータやツールにアクセスするための標準プロトコルです。Admina の Remote MCP Server を設定すると、Claude Code や Cursor などの AI コーディングアシスタントから、組織のデバイス情報、従業員データ、SaaS アカウント情報などを直接参照・操作できます。

## 利用できる機能

6つのカテゴリ、計36のツールを利用できます。

| カテゴリ                   | ツール数 | 主な操作               |
| ---------------------- | ---- | ------------------ |
| Organization           | 1    | 組織情報の取得            |
| Devices                | 4    | デバイスの一覧・作成・更新      |
| Device Custom Fields   | 4    | デバイスカスタムフィールドの管理   |
| Identities             | 15   | 従業員の一覧・作成・更新・統合    |
| Identity Custom Fields | 4    | 従業員カスタムフィールドの管理    |
| Services & Accounts    | 8    | SaaS サービス・アカウントの管理 |

詳しくは[ツールリファレンス](/remote-mcp/it-management/tools)をご覧ください。

## 前提条件

<Info>
  現状は API キーによる接続のみをサポートしています。今後、ユーザーごとの OAuth 接続にも対応予定です。リリースをお楽しみにお待ちください。
</Info>

* Admina の管理者アカウント
* API キー（[API キーの取得方法](/api-reference/it-management/authentication)）
* 組織 ID（Admina 管理画面の URL に含まれる組織識別子）

## 接続ガイド

<Card title="接続ガイド" icon="plug" href="/remote-mcp/it-management/connection-guide">
  Claude Code、Cursor、Claude Cowork の接続方法
</Card>
