MCP Server v1.1.0

Enterprise AI Governance
via MCP

ThinkNEO is the control plane between your AI applications and providers. Connect from Claude Desktop, Cursor, ChatGPT, or any MCP-compatible client.

Operational
12 Tools
500 Free Calls/mo
POST https://mcp.thinkneo.ai/mcp
Streamable HTTP transport

Available Tools

thinkneo_provider_status
Real-time health and performance of 7 AI providers (OpenAI, Anthropic, Google, Mistral, xAI, Cohere, Together)
PUBLIC
thinkneo_schedule_demo
Book a demo or discovery call with the ThinkNEO team
PUBLIC
thinkneo_read_memory
Read Claude Code project memory files for cross-session context
PUBLIC
thinkneo_check
Free prompt safety check: detects injection patterns and PII (cards, CPF, SSN, email)
FREE
thinkneo_usage
Your usage stats: calls today/week/month, limits, top tools, estimated cost
FREE
thinkneo_write_memory
Write or update project memory files for persistent context
PUBLIC
thinkneo_evaluate_guardrail
Pre-flight prompt safety evaluation against workspace guardrail policies
AUTH REQUIRED
thinkneo_check_spend
AI cost breakdown by provider, model, team, and time period
AUTH REQUIRED
thinkneo_check_policy
Verify model, provider, or action is allowed by governance policies
AUTH REQUIRED
thinkneo_get_budget_status
Budget utilization, enforcement status, and projections
AUTH REQUIRED
thinkneo_list_alerts
Active alerts and incidents for a workspace
AUTH REQUIRED
thinkneo_get_compliance_status
SOC2, GDPR, HIPAA compliance readiness and governance score
AUTH REQUIRED

Free for developers

500 calls/month. All 12 tools. No credit card required.

$0
forever free
  • 12 AI governance tools
  • 500 calls/month
  • Prompt safety checks
  • Usage dashboard
  • Claude, ChatGPT, Cursor
Get Free API Key

Connect to ThinkNEO

Claude Desktop
Cursor
ChatGPT
Python SDK
// ~/.claude/claude_desktop_config.json
{
  "mcpServers": {
    "thinkneo": {
      "url": "https://mcp.thinkneo.ai/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
// .cursor/mcp.json
{
  "mcpServers": {
    "thinkneo": {
      "url": "https://mcp.thinkneo.ai/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
// ChatGPT Settings > MCP Servers > Add Server
Name:     ThinkNEO
URL:      https://mcp.thinkneo.ai/mcp
Auth:     Bearer Token
Token:    YOUR_API_KEY

// Or via API plugin configuration:
{
  "schema_version": "v1",
  "name_for_human": "ThinkNEO AI Governance",
  "api": {
    "type": "mcp",
    "url": "https://mcp.thinkneo.ai/mcp"
  }
}
# pip install mcp
from mcp.client.streamable_http import streamablehttp_client

async with streamablehttp_client(
    "https://mcp.thinkneo.ai/mcp",
    headers={"Authorization": "Bearer YOUR_API_KEY"}
) as (read, write, _):
    # Initialize and call tools
    pass

Start Building with ThinkNEO

500 free API calls per month. No credit card required.

Get Free API Key Book a Demo