Okta、MCPのスコーピングでAI エージェントのトークンコスト削減を提案
本文の状態
日本語全文を表示中
詳細モードで約9分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
AI News
Okta はアイデンティティスコープに基づく Model Context Protocol ツールリストの絞り込みにより、AI エージェントが不要なツール定義を処理するトークンコスト(ツール税)を最大90%削減できると発表した。
Continue in AI NEW LAB
このニュースを、実務の判断につなげる
AI NEW LABで、試したことや先に確認したい条件を共有できます。まずはログインなしで読めます。
AI NEW LABで論点を見るAI深層分析を開く2026年8月13日 19:15
AI深層分析
キーポイント
ツール税(Tool Tax)の発生メカニズム
MCP サーバーが多数のツールを公開すると、AI エージェントは実行前にすべてのツール定義を含むプロンプトを受け取り、未使用のツール定義にもトークンコストが発生する。
アイデンティティベースでの事前フィルタリング
Okta はエージェントの権限と関連ユーザーに基づき、モデルへのプロンプト送信前に利用可能なツールのリストを絞り込む制御機能を提案している。
実証されたコスト削減効果
同社の内部モデリングによると、特定の権限シナリオでは可視化されるツールの数が90%以上減少し、ツールスキーマのコストも同程度に低下した。
最小権限の原則の実装
管理者が Okta ダッシュボードで特定のアイデンティティが使用できる個別ツールを構成することで、エージェントは未承認のリソースやデータベースを認識できなくなる。
IDベースのスコーピングによるトークンコスト削減
Oktaは内部モデルで、OAuthスコープを用いたアイデンティティベースのスコーピングにより、AIエージェントが利用可能なツールの可視性を90%以上削減できることを示した。各ツールに名前や説明、パラメータスキーマが含まれるため、ツール数の減少はトークンコストの削減にほぼ線形に比例する。
重要な引用
Okta calls the resulting prompt overhead the "tool tax": tokens consumed as a model considers tools, including those it will never call.
Okta's internal modelling found that some permission scenarios reduced the number of visible tools by more than 90%.
This design applies least-privilege access at the tool level.
"Cost control for agents is best provided using identity governance tools that offer more granular control and precision without disrupting business processes."
編集コメントを表示
編集コメント
AI エージェントの普及に伴い、トークンコストは運用上の主要な課題となっているが、権限管理をプロンプト生成前に適用するこのアプローチは実用的な解決策として注目される。Okta が提示する「ツール税」の概念は、開発者がエージェント設計時に考慮すべき新たな視点を提供している。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
Okta は、アイデンティティにスコープを限定した Model Context Protocol (MCP) ツールリストが、AI エージェントのトークンコスト削減につながると述べています。
AI エージェントが行う各モデル呼び出しには、MCP サーバーが公開するすべてのツールのスキーマ、名前、説明、パラメータが含まれる可能性があります。Okta は、この結果生じるプロンプトのオーバーヘッドを「ツール税」と呼んでいます。これは、モデルがツールを検討している間に消費されるトークンのことで、実際には決して呼び出されないツールも含まれます。
同社は、このコストはエージェントがツール呼び出しを試みる前に発生すると主張しています。そのため、後から不正なリクエストが拒否されたとしても、すでに消費されてしまったプロンプトのトークンを回収することはできません。Okta が提案する制御機能は、エージェントに割り当てられたアイデンティティや、それに関連付けられたユーザーの権限に基づいて、モデルに到達する前のツールリストをフィルタリングします。
Okta の内部モデリングによると、特定の権限シナリオでは、表示されるツールの数が 90% 以上削減されました。同社は、ツールスキーマのコストもほぼ同じ割合で低下したと述べていますが、絶対的なトークン数や金額については開示していません。
MCP ツールスキーマは、すべてのターンでプロンプトオーバーヘッドを引き起こします
MCP サーバーは、AI エージェントをツールやデータに接続する手段として普及しています。Okta は、Google Workspace や Slack、内部 MCP サーバーとの接続例を挙げています。MCP サーバーは多数のツールを公開できるため、モデルは各ターンで利用可能なすべてのツールの表現をプロンプト内で受け取ります。
この表現にはスキーマが含まれます。また、ツール名、説明、パラメータも含まれています。
Okta によると、広く使われている MCP サーバーが多数のツールを公開している場合、コストは複利のように積み上がります。エージェントがモデル呼び出しを行うたびに、アクティブなユーザー一人ひとりにプロンプトのオーバーヘッドが発生します。同社はこれを「ツールの数」と「ユーザーの数」の両方の問題として捉えています。
この課題にはアクセス制御の側面もあります。権限範囲外のツールを参照できるエージェントは、それらを使用しようとする可能性があります。実行時に呼び出しを拒否する制御機能で実行をブロックすることはできますが、モデルはすでにツールの定義を受け取り、トークンを消費して処理を行ってしまっています。
Okta はエージェントのプロンプト構築前にツールをフィルタリングします
Okta はこの機能を、「セキュアなエージェント型企業のためのブループリント」の一部として位置付けています。これは組織に対し、自社のエージェント、許可された接続先、そして権限のあるアクションを特定するよう求めています。
同社のアプローチは、MCP サーバー全体へのアクセスという問いを、そのサーバー上の個別ツールへのアクセスへと狭めます。管理者は Okta ダッシュボードで、特定のアイデンティティが使用できるツールを設定します。Okta はその後、サーバーの完全なカタログではなく、スコープを限定したツールのセットを返します。
エージェントは各ターンごとに、この短いリストをプロンプトとして受け取ります。Okta によると、ツールの呼び出しを実行する前にランタイムでもう一度スコープチェックが行われます。
この設計では、ツールレベルで最小権限のアクセス制御を適用しています。同社は、エージェントは明示的に使用許可を与えられたリソース、データベース、またはツールのみを意識すべきだと述べています。利用できないツールをプロンプトから除外することは、モデル呼び出しにおけるスキーマコストも同時に削減することになります。
Okta は今回の投稿で、実際の顧客導入事例については言及していません。主張されるコスト削減の根拠は、Okta の製品データと公開されているベンダー資料を用いた社内シミュレーションによるものであり、顧客データを一切使用していません。
社内モデルでは OAuth スコープと代表的なロールを想定
Okta は、エンタープライズツールのカタログにアクセスできる単一の MCP クライアントを想定したモデルを作成しました。これにより、アイデンティティベースのスコーピング適用前後で、モデルが認識するツールの数を比較しています。
スコープ適用後の暴露範囲を見積もるため、Okta は MCP サーバーのツールと、それらを有効化する OAuth スコープをマッピングしました。その後、代表的なユーザーセグメントを定義します。具体的には、ヘルプデスクの読み取り専用ユーザーや、ヘルプデスクオペレーターなどが含まれます。
その他のセグメントとしては、アプリケーション管理者、ブランドおよびメール管理者、そしてスーパー管理者が挙げられます。Okta は各セグメントに対して、月間トラフィックに占める割合を仮定して重み付けを行いました。
同社は、「スコープ適用後のツール数÷スコープ適用前のツール数」の比率を用いて、ツールの削減率を算出しました。「1 - (スコープ適用後/スコープ適用前)」という計算式です。いくつかのシナリオでは、可視化されるツールの 90% 以上が削除されたといいます。投稿によると、ツールスキーマのトークンコストはツールの数にほぼ比例して増加します。なぜなら、各ツールはプロンプトごとにその名前、説明、パラメータスキーマを追加するからです。
実際の結果は、ツールのカタログ、権限の分布、選択されたモデルによって異なります。平均的なスキーマサイズ、リクエスト量、モデル価格も、トークン数とコストに直接影響します。
Okta は、ID による権限管理とゲートウェイによる支出制御を対比させています。
この記事では、ID ベースのスコーピングとゲートウェイ制御の違いが明確にされています。Okta によると、ゲートウェイはキー、チーム、またはグループ単位で支出を制限でき、ルーティングやレート制限の機能もサポートします。
ゲートウェイは、システムに入出力されるトークン数や、実際に使われたドル額を計測できます。Okta は、これらの制御により、モデルの判断がコスト高になった後の支出を抑制できると説明しています。
一方、ID による権限管理は異なるアプローチを提供します。Okta によれば、ユーザー単位やエージェント単位の権限設定により、特定のエージェントやその背後にいる人物に利用可能なツールを決定できます。これはグループレベルでアクセス情報を適用するのではなく、より細かく制御できる点に特徴があります。
ソフトウェアアナリスト・サイバーリサーチのシニアセキュリティインダストリーアナリストであるポール・ウェッバー氏は次のように述べています。「エージェントのコスト管理には、ビジネスプロセスを妨げずに、より粒度の細かい制御と精度を提供する ID ガバナンスツールを使用するのが最適です。
Okta のアプローチは、セキュリティを支配している同じ権限データを活用するため、優れた方法です。これは、その洞察を持たない別の計測層に依存するのではなく、既存のインフラを有効活用しています。」
Okta の説明では、ゲートウェイは通過するものを制御するための手段として位置づけられています。ID レイヤーは、ツールが計測される前に利用可能なツールのセットをフィルタリングします。
ツールの可視性は、MCP(Model Context Protocol)の攻撃リスクにも影響します。
この仕組みはセキュリティ上の露出とも関連付けられています。Okta によると、権限のないユーザーがツールリストを参照できないようにすれば、そのユーザーが乗っ取られた際に実行可能なアクションも制限されます。
提案されたスコープチェックは、2 つの地点で実施されます。1 つ目はエージェントのプロンプトにツールリストを組み立てる際です。2 つ目は、エージェントが実際にツールの呼び出しを実行しようとする時点です。
Okta はこの結果を、「乗っ取られたユーザーに対する被害範囲(ブラスト・レイジ)の縮小」と表現しています。残された露出しているツールこそが、そのユーザーに許容されるアクションのセットを決定します。同社のモデルでは、プロンプトに含まれるのは、そのユーザーの認証済み OAuth スコープに関連付けられたツールのみです。
MCP アクセスの評価を行う組織にとって、ツールのインベントリ管理と権限マッピングが主要な運用入力となります。Okta の手法は、MCP サーバー上のツールをそれらを解放する OAuth スコープにマッピングし、フルカタログと各代表ユーザーセグメントに対して可視化されるスコープ付きカタログを比較します。
Okta は、2026 年 10 月 19-20 日にアムステルダムで開催される「AI & Big Data Expo Europe」の主要スポンサーです。
関連記事:Meta の Muse Glimmer がローカル AI エージェントを消費者向け GPU で実現

原文を表示
Okta says identity-scoped Model Context Protocol (MCP) tool lists can reduce AI agent token costs.
Each model call made by an AI agent can include schemas, names, descriptions and parameters for every tool exposed by a MCP server. Okta calls the resulting prompt overhead the “tool tax”: tokens consumed as a model considers tools, including those it will never call.
The company argues that this cost appears before an agent attempts a tool call. A later rejection of an unauthorised request therefore cannot recover prompt tokens already consumed. Okta’s proposed control filters the list of tools before it reaches the model, using permissions assigned to an agent identity and the user associated with it.
Okta’s internal modelling found that some permission scenarios reduced the number of visible tools by more than 90%. The company said tool-schema costs fell by roughly the same proportion, although it did not provide absolute token or dollar figures.
MCP tool schemas create prompt overhead on every turn
MCP servers have become a route for connecting AI agents to tools and data. Okta cites connections to Google Workspace, Slack and internal MCP servers as examples. An MCP server can expose a large number of tools, and the model receives a representation of each available tool in its prompt on every turn.
That representation includes a schema. It also includes the tool name, description and parameters.
Okta says the cost compounds when a widely used MCP server exposes many tools. Each active user incurs the prompt overhead whenever their agent makes a model call. The company frames this as both a tool-count problem and a user-count problem.
The issue also has an access-control dimension. An agent that sees tools outside its authorisation scope can attempt to use them. A control that rejects the call at runtime can block execution, though the model has already received the tool definition and used tokens to process it.
Okta filters tools before the agent prompt is built
Okta positions the capability within its “blueprint for the secure agentic enterprise”, which asks organisations to identify their agents, their permitted connections and their authorised actions.
Its approach narrows the connection question from access to a whole MCP server to access to individual tools on that server. An administrator configures the tools that a particular identity may use in the Okta dashboard. Okta then returns the scoped tool set instead of the server’s full catalogue.
The agent receives this shorter list in its prompt for each turn. Okta says it checks scope again at runtime before a tool call executes.
This design applies least-privilege access at the tool level. The company says an agent should not be aware of resources, databases or tools that it has not been expressly authorised to use. Removing unavailable tools from the prompt also removes their schema cost from the model call.
Okta does not describe a live customer deployment in the post. Its evidence for the claimed reduction comes from internal modelling using Okta product data and public vendor documentation, with no customer data used.
Internal model used OAuth scopes and representative roles
Okta modelled a single MCP client with access to a catalogue of enterprise tools. It compared the number of tools visible to the model before and after identity-based scoping.
To estimate scoped exposure, the company mapped Okta MCP Server tools to the OAuth scopes that unlock them. It then defined representative user segments. These included helpdesk read-only users and helpdesk operators.
Other segments were app administrators, brand and email administrators, and super administrators. Okta weighted each segment according to an assumed share of monthly traffic.
The company calculated tool-count reduction as one minus the ratio of scoped tools to unscoped tools. It said some scenarios removed more than 90% of visible tools. Its post states that tool-schema token cost tracks tool count nearly linearly because each tool contributes its name, description and parameter schema to every prompt.
Okta says actual results vary according to the tool catalogue, distribution of permissions and model selected. Average schema size, request volume and model pricing also affect absolute token and dollar costs.
Okta contrasts identity entitlements with gateway spending controls
The post distinguishes identity-based scoping from gateway controls. Okta says gateways can cap spending by key, team or group, and can support routing and rate limiting.
A gateway can meter tokens entering and leaving a system, as well as dollars spent. Okta says those controls can limit costs after a model decision becomes expensive.
Identity entitlements provide a different input. Okta says per-user and per-agent entitlements can determine the tools available to a specific agent or the person behind that agent, rather than applying access information at group level.
Paul Webber, Principal Cybersecurity Industry Analyst at Software Analyst Cyber Research, said: “Cost control for agents is best provided using identity governance tools that offer more granular control and precision without disrupting business processes.
“Okta’s approach is an elegant way to do this because it leverages the same entitlement data that governs security, not a separate metering layer without that insight.”
Okta’s account presents the gateway as a control for what passes through it. The identity layer filters the available tool set before those tools need to be metered.
Tool visibility also affects MCP attack exposure
The post ties the same mechanism to security exposure. Okta says removing tools from an unauthorised identity’s view also removes actions that identity could take if it were compromised.
Its proposed scope check operates at two points. The first occurs as the tool list is assembled for the agent prompt. The second occurs when the agent attempts to execute a tool call.
Okta describes the result as a smaller blast radius for a compromised identity. The remaining exposed tools determine the set of actions available to that identity. In the company’s model, the prompt contains only tools associated with the identity’s authorised OAuth scopes.
For organisations assessing MCP access, tool inventory and entitlement mapping are the main operational inputs. Okta’s methodology maps MCP Server tools to the OAuth scopes that unlock them, then compares the full tool catalogue with the scoped catalogue visible to each representative user segment.
Okta is a key sponsor of this year’s AI & Big Data Expo Europe held in Amsterdam on 19-20 October 2026.
See also: Meta Muse Glimmer brings local AI agents to consumer GPUs

Want to learn more about AI and big data from industry leaders? Check out AI & Big Data Expo taking place in Amsterdam, California, and London. The comprehensive event is part of TechEx and is co-located with other leading technology events including the Cyber Security & Cloud Expo. Click here for more information.
AI News is powered by TechForge Media. Explore other upcoming enterprise technology events and webinars here.
The post Okta targets AI agent token costs with MCP scoping appeared first on AI News.
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み