thinkneo-control-plane
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| THINKNEO_API_KEY | No | Your ThinkNEO API key used for Bearer token authentication. Required for protected tools such as spend tracking, guardrail evaluation, and policy enforcement. | |
| THINKNEO_MCP_API_KEYS | No | Used in self-hosted deployments to configure the allowed API keys for the server. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| thinkneo_check_spendB | Check AI spend summary for a workspace, team, or project. Returns cost breakdown by provider, model, and time period. Requires authentication. |
| thinkneo_evaluate_guardrailA | Evaluate a prompt or text against ThinkNEO guardrail policies before sending it to an AI provider. Returns risk assessment, violations found, and recommendations. Requires authentication. |
| thinkneo_check_policyB | Check if a specific model, provider, or action is allowed by the governance policies configured for a workspace. Requires authentication. |
| thinkneo_get_budget_statusB | Get current budget utilization and enforcement status for a workspace. Shows spend vs limit, alert thresholds, and projected overage. Requires authentication. |
| thinkneo_list_alertsA | List active alerts and incidents for a workspace. Includes budget alerts, policy violations, guardrail triggers, and provider issues. Requires authentication. |
| thinkneo_get_compliance_statusA | Get compliance and audit readiness status for a workspace. Shows governance score, pending actions, and compliance gaps. Requires authentication. |
| thinkneo_provider_statusA | Get real-time health and performance status of AI providers routed through the ThinkNEO gateway. Shows latency, error rates, and availability. No authentication required. |
| thinkneo_schedule_demoA | Schedule a demo or discovery call with the ThinkNEO team. Collects contact information and preferences. No authentication required. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| thinkneo_governance_audit | Run a full governance audit for a workspace: check budget status, list active alerts, and review compliance readiness. |
| thinkneo_policy_preflight | Pre-flight check before switching to a new AI model or provider: verify it's allowed by workspace policy and evaluate guardrail compliance. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| ThinkNEO Getting Started | Quick-start guide for connecting your AI applications to the ThinkNEO control plane. |
| Supported AI Providers | List of AI providers supported by the ThinkNEO gateway with available models. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/thinkneo-ai/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server