ThinkNEO is the control plane between your AI applications and providers. Connect from Claude Desktop, Cursor, ChatGPT, or any MCP-compatible client.
500 calls/month. All 12 tools. No credit card required.
// ~/.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
500 free API calls per month. No credit card required.
Get Free API Key Book a Demo