Skip to main content
Glama
ThinkneoAI

thinkneo-control-plane

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
THINKNEO_API_KEYNoYour ThinkNEO API key used for Bearer token authentication. Required for protected tools such as spend tracking, guardrail evaluation, and policy enforcement.
THINKNEO_MCP_API_KEYSNoUsed in self-hosted deployments to configure the allowed API keys for the server.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription
thinkneo_governance_auditRun a full governance audit for a workspace: check budget status, list active alerts, and review compliance readiness.
thinkneo_policy_preflightPre-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

NameDescription
ThinkNEO Getting StartedQuick-start guide for connecting your AI applications to the ThinkNEO control plane.
Supported AI ProvidersList of AI providers supported by the ThinkNEO gateway with available models.

Latest Blog Posts

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/ThinkneoAI/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server