Home / Token cost / ThinkNEO Control Plane

The ThinkNEO Control Plane MCP server costs 7,148 tokens before the first call.

Connect ThinkNEO Control Plane and its 68 tool definitions are loaded into the model's context on every request — 3.6% of a 200k window spent before your agent does anything.

QUICK ANSWER The ThinkNEO Control Plane MCP server's tool definitions consume 7,148 tokens — 3.8× the median MCP server (1,905 tokens). A scoped grant exposing only the tools you use cuts that roughly in proportion.

MEASURED FROM SCHEMAS 68 tools · 7,148 tokens · 3.6% of 200k · 0.7% of 1M Method →

What that buys before your agent starts working.

Tool definitions are overhead: they occupy context on every request and compete with your code, documents and conversation history for the same window.

200K WINDOW 3.6%
1M WINDOW 0.7%

Corpus context: ThinkNEO Control Plane ranks #897 of 3,213 measured MCP servers by definition cost. The median is 1,905 tokens, p90 is 7,952, and the heaviest (Fusionauth) is 183,337 — 92% of a 200k window on its own.

Where the 7,148 tokens go.

Each row is one tool definition as a tools/list entry — name, description and input schema — counted with o200k_base. Average: 105 tokens per tool.

ToolCategoryTokens% of server
thinkneo_registry_publish Write 456 6.4%
thinkneo_schedule_demo Write 317 4.4%
thinkneo_registry_search Read 258 3.6%
thinkneo_write_memory Write 217 3.0%
thinkneo_sla_define Write 186 2.6%
thinkneo_evaluate_guardrail Read 172 2.4%
thinkneo_registry_review Read 170 2.4%
thinkneo_value_log_decision Read 168 2.4%
thinkneo_value_log_risk Read 164 2.3%
thinkneo_audit_export Write 163 2.3%
thinkneo_route_model Read 161 2.3%
thinkneo_read_memory Read 152 2.1%
thinkneo_check_spend Read 148 2.1%
thinkneo_compliance_generate Write 141 2.0%
thinkneo_registry_install Write 140 2.0%
thinkneo_detect_pii_intl Read 137 1.9%
thinkneo_get_compliance_status Read 130 1.8%
thinkneo_simulate_savings Read 128 1.8%
thinkneo_subscribe Execute 113 1.6%
thinkneo_log_event Read 112 1.6%
thinkneo_policy_create Write 111 1.6%
thinkneo_a2a_audit Read 110 1.5%
thinkneo_check Read 108 1.5%
thinkneo_a2a_log Read 103 1.4%
thinkneo_registry_get Read 103 1.4%
thinkneo_signup Write 103 1.4%
thinkneo_value_decision_cost Read 102 1.4%
thinkneo_list_alerts Read 101 1.4%
thinkneo_upgrade Read 100 1.4%
thinkneo_compare_models Read 92 1.3%
thinkneo_evaluate_trust_score Read 87 1.2%
thinkneo_get_observability_dashboard Read 84 1.2%
thinkneo_bridge_mcp_to_a2a Read 78 1.1%
thinkneo_detect_injection Read 77 1.1%
thinkneo_outcome_validation Read 77 1.1%
thinkneo_a2a_policy Read 76 1.1%
thinkneo_value_waste_detector Read 76 1.1%
thinkneo_a2a_flow Read 75 1.0%
thinkneo_provider_status Read 75 1.0%
thinkneo_value_agent_roi Read 75 1.0%
thinkneo_value_baseline Read 75 1.0%
thinkneo_value_business_impact Read 75 1.0%
thinkneo_get_savings_report Read 74 1.0%
thinkneo_check_policy Read 73 1.0%
thinkneo_get_budget_status Read 73 1.0%
thinkneo_bridge_a2a_to_mcp Read 72 1.0%
thinkneo_sla_status Read 72 1.0%
thinkneo_benchmark_report Read 71 1.0%
thinkneo_get_trace Read 70 1.0%
thinkneo_rotate_key Read 68 1.0%
thinkneo_bridge_generate_agent_card Write 68 1.0%
thinkneo_sla_breaches Read 67 0.9%
thinkneo_cancel Destructive 65 0.9%
thinkneo_policy_evaluate Read 65 0.9%
thinkneo_benchmark_compare Read 64 0.9%
thinkneo_start_trace Execute 63 0.9%
thinkneo_count_tokens Read 63 0.9%
thinkneo_optimize_prompt Read 63 0.9%
thinkneo_end_trace Read 59 0.8%
thinkneo_billing_status Read 55 0.8%
thinkneo_get_trust_badge Read 51 0.7%
thinkneo_bridge_list_mappings Read 48 0.7%
thinkneo_sla_dashboard Read 44 0.6%
thinkneo_policy_violations Read 42 0.6%
thinkneo_manage_secrets Write 42 0.6%
thinkneo_cache_status Read 41 0.6%
thinkneo_usage Read 41 0.6%
thinkneo_policy_list Read 38 0.5%

Most agents use a handful of these tools. They pay for all 68.

A PolicyLayer grant exposes only the tools you allow — ungranted definitions are filtered out of the tool list, so they never enter the context window. Estimates below assume typical-weight tools (105 tokens each).

Grant scopeDefinition costReduction
All 68 tools (no gateway) 7,148 tokens
3 granted tools ~315 tokens −96%
5 granted tools ~526 tokens −93%
10 granted tools ~1,051 tokens −85%

ThinkNEO Control Plane token-cost questions.

How many tokens does the ThinkNEO Control Plane MCP server use?+

Its 68 tool definitions total 7,148 tokens — 3.6% of a 200k context window — measured with tiktoken o200k_base over the serialised tools/list payload. Exact counts vary slightly by client and model.

Why does ThinkNEO Control Plane consume tokens before I send a message?+

MCP clients load every connected server's tool definitions — name, description, and input schema — into the model's context so it knows what it can call. That payload is charged against your context window on every request, whether or not a tool is used.

How do I reduce ThinkNEO Control Plane's token usage?+

Expose fewer tools. A PolicyLayer grant scopes ThinkNEO Control Plane to only the tools you allow — ungranted definitions are filtered out of the tool list, so they never enter the context window. A grant of 3 typical tools costs roughly 315 tokens, a 96% reduction.

Does deferred tool loading fix this?+

Partially, in some clients. Claude Code defers MCP tool schemas behind a tool-search step by default, and VS Code has experimental grouping — but you still pay tokens per search and reload, and Cursor, Windsurf and Gemini CLI load definitions upfront. Reducing the exposed tool set cuts the cost in every client.

How these numbers were measured.

01
Serialisation

Each tool is serialised as a tools/list entry — name, description, input schema — from the schemas in the PolicyLayer scan database. Clients differ slightly in framing, so treat counts as close estimates.

02
Tokeniser

tiktoken o200k_base (GPT-4o/o-series). Anthropic's current tokeniser isn't published, so Claude's exact counts will differ; for English text and JSON schemas the totals are close enough to treat these as estimates.

03
Deferred loading

Some clients now defer schema loading (Claude Code's tool search; VS Code experimental grouping). You still pay per search and reload — and Cursor, Windsurf and Gemini CLI load everything upfront.

Computed 07-06-2026 from the PolicyLayer scan database over all 68 catalogued ThinkNEO Control Plane tools. Counts refresh with every site build.

Expose only the tools you use — the rest never enter your context.

A PolicyLayer grant scopes ThinkNEO Control Plane to the tools you actually allow. Ungranted definitions never load, and every call that does run is checked against policy first.

Free to start. No card required.

4,600+ MCP servers and 31,000+ tools scanned and risk-classified.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.