GLOSSARY
Model Context Protocol(MCP)
AIエージェントをデータソースやツールに接続するためのオープンプロトコル。MCPサーバーはERP、税関、銀行の各システムを標準化されたエージェント呼び出し可能ツールとして公開し、エージェント主導の貿易オペレーションを支えるAPI層となる。
The Model Context Protocol (MCP) is an open standard, introduced by Anthropic, that defines how AI clients discover and call external tools and data sources. An MCP server wraps a backend system (ERP, customs platform, bank, marketplace) and advertises a typed catalogue of tools the agent can invoke, without bespoke per-agent integrations.
意義
貿易オペレーションにおいて、MCPはエージェント導入時の統合コストを圧縮する。ERPへのアクセスが必要な各エージェント向けにカスタムSDKを作る代わりに、各システムごとに1つのMCPサーバーを提供すればよい。同じサーバーをClaude、GPT、社内エージェント、パートナーのエージェントから呼び出せ、同一のアクセス制御が一貫して適用される。
関連用語
- AIエージェント
- ツール使用
- 関数呼び出し
- エージェント可観測性