Skip to main content
Glama

ThinkNEO Control Plane

Server Details

Enterprise AI governance: spend, guardrails, policy, budgets, compliance, and provider health.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
thinkneo-ai/mcp-server
GitHub Stars
0
Server Listing
thinkneo-control-plane

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

8 tools
thinkneo_check_policyInspect

Check if a specific model, provider, or action is allowed by the governance policies configured for a workspace. Requires authentication.

ParametersJSON Schema
NameRequiredDescriptionDefault
modelNoAI model name to check (e.g., gpt-4o, claude-sonnet-4-6, gemini-2.0-flash)
actionNoSpecific action to check (e.g., create-completion, use-tool, fine-tune)
providerNoAI provider to check (e.g., openai, anthropic, google, mistral)
workspaceYesWorkspace name or ID whose governance policies to check against
thinkneo_check_spendInspect

Check AI spend summary for a workspace, team, or project. Returns cost breakdown by provider, model, and time period. Requires authentication.

ParametersJSON Schema
NameRequiredDescriptionDefault
periodNoTime period for the report: today, this-week, this-month, last-month, or customthis-month
end_dateNoEnd date for a custom period in ISO format (YYYY-MM-DD). Only used when period='custom'
group_byNoDimension to group costs by: provider, model, team, or projectprovider
workspaceYesWorkspace name or ID (e.g., 'prod-engineering', 'finance-team')
start_dateNoStart date for a custom period in ISO format (YYYY-MM-DD). Only used when period='custom'
thinkneo_evaluate_guardrailInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
textYesThe prompt or text content to evaluate for policy violations (max 32,000 characters)
workspaceYesWorkspace whose guardrail policies to apply for this evaluation
guardrail_modeNoEvaluation mode: 'monitor' (log violations only) or 'enforce' (block the request on violation)monitor
thinkneo_get_budget_statusInspect

Get current budget utilization and enforcement status for a workspace. Shows spend vs limit, alert thresholds, and projected overage. Requires authentication.

ParametersJSON Schema
NameRequiredDescriptionDefault
workspaceYesWorkspace name or ID to retrieve current budget status for
thinkneo_get_compliance_statusInspect

Get compliance and audit readiness status for a workspace. Shows governance score, pending actions, and compliance gaps. Requires authentication.

ParametersJSON Schema
NameRequiredDescriptionDefault
frameworkNoCompliance framework to assess: soc2 (SOC 2 Type II), gdpr (GDPR), hipaa (HIPAA), or general (ThinkNEO AI governance)general
workspaceYesWorkspace name or ID to evaluate compliance readiness for
thinkneo_list_alertsInspect

List active alerts and incidents for a workspace. Includes budget alerts, policy violations, guardrail triggers, and provider issues. Requires authentication.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of alerts to return (1–100)
severityNoFilter alerts by severity level: critical, warning, info, or allall
workspaceYesWorkspace name or ID to list active alerts for
thinkneo_provider_statusInspect

Get real-time health and performance status of AI providers routed through the ThinkNEO gateway. Shows latency, error rates, and availability. No authentication required.

ParametersJSON Schema
NameRequiredDescriptionDefault
providerNoSpecific provider to check: openai, anthropic, google, mistral, xai, cohere, or together. Omit to get status for all providers.
workspaceNoWorkspace context for provider routing configuration (optional)
thinkneo_schedule_demoInspect

Schedule a demo or discovery call with the ThinkNEO team. Collects contact information and preferences. No authentication required.

ParametersJSON Schema
NameRequiredDescriptionDefault
roleNoContact's role: cto, cfo, security, engineering, or other
emailYesBusiness email address to receive follow-up from the ThinkNEO team
companyYesCompany or organization name
contextNoAdditional context such as current AI providers used, request volume, or specific use case
interestNoPrimary area of interest: guardrails, finops, observability, governance, or full platform
contact_nameYesFull name of the person requesting the demo
preferred_datesNoPreferred meeting dates, times, and timezone (e.g., 'Tuesdays or Thursdays, 9-11am EST')

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.