# ThinkNEO Control Plane

Enterprise AI Control Plane — governance layer between your AI applications and providers (OpenAI, Anthropic, Google, Mistral, and more). Spend tracking, runtime guardrails, policy enforcement, hard …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add thinkneo-ai/control-plane

# Browse available tools
npx -y @smithery/cli@latest tool list thinkneo-ai/control-plane

# Get full schema for a tool
npx -y @smithery/cli@latest tool get thinkneo-ai/control-plane thinkneo_check_spend

# Call a tool
npx -y @smithery/cli@latest tool call thinkneo-ai/control-plane thinkneo_check_spend '{}'
```

## Direct MCP Connection

Endpoint: `https://control-plane--thinkneo-ai.run.tools`

**Optional config:**
- `apiKey` (query) — Required for authenticated tools (spend tracking, guardrails, policy, budget, alerts, and compliance). Public tools (provider_status, schedule_demo) work without a key. Get yours at https://thinkneo.ai/talk-sales

## Tools (8)

- `thinkneo_check_spend` — Check AI spend summary for a workspace, team, or project. Returns cost breakdown by provider, model, and time period. R…
- `thinkneo_evaluate_guardrail` — Evaluate a prompt or text against ThinkNEO guardrail policies before sending it to an AI provider. Returns risk assessm…
- `thinkneo_check_policy` — Check if a specific model, provider, or action is allowed by the governance policies configured for a workspace. Requir…
- `thinkneo_get_budget_status` — Get current budget utilization and enforcement status for a workspace. Shows spend vs limit, alert thresholds, and proj…
- `thinkneo_list_alerts` — List active alerts and incidents for a workspace. Includes budget alerts, policy violations, guardrail triggers, and pr…
- `thinkneo_get_compliance_status` — Get compliance and audit readiness status for a workspace. Shows governance score, pending actions, and compliance gaps…
- `thinkneo_provider_status` — Get real-time health and performance status of AI providers routed through the ThinkNEO gateway. Shows latency, error r…
- `thinkneo_schedule_demo` — Schedule a demo or discovery call with the ThinkNEO team. Collects contact information and preferences. No authenticati…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get thinkneo-ai/control-plane <tool-name>
```

## Resources

- `thinkneo://docs/getting-started` — Quick-start guide for connecting your AI applications to the ThinkNEO control plane.
- `thinkneo://docs/supported-providers` — List of AI providers supported by the ThinkNEO gateway with available models.

## Prompts (2)

- `thinkneo_governance_audit` (workspace) — Run a full governance audit for a workspace: check budget status, list active alerts, and review compliance readiness.
- `thinkneo_policy_preflight` (workspace, provider, model, sample_prompt) — Pre-flight check before switching to a new AI model or provider: verify it's allowed by workspace policy and evaluate g…
