Back to Blog
Announcement6 min read

Custom Connectors: Connect Any AI to Lite ASO in 30 Seconds

We built Lite ASO to work through AI conversation from day one. Today we are making that even easier: Custom Connectors let you connect Claude.ai, ChatGPT, and 12+ AI tools with a single URL. No API keys, no config files, no friction.

Your MCP Server URL

https://api.liteaso.com/mcp/sseCopy & Paste

What Are Custom Connectors?

Custom Connectors are the easiest way to connect an AI assistant to an external tool. Instead of generating API keys, editing config files, and pasting JSON — you just paste a URL into your AI app settings and sign in. That is it.

Behind the scenes, Custom Connectors use the OAuth 2.1 protocol with PKCE. When you click "Add connector" in Claude.ai or ChatGPT, the AI app discovers our authorization endpoints automatically, opens a login page, and securely exchanges tokens. You never see or handle credentials.

How to Connect

Claude.ai

  1. 1. Settings → Connectors
  2. 2. "Add custom connector"
  3. 3. Paste the MCP URL
  4. 4. Sign in with your Lite ASO account

ChatGPT

  1. 1. Settings → Connectors
  2. 2. "Add connector"
  3. 3. Paste the MCP URL
  4. 4. Authorize with your account

For IDE tools like Cursor, VS Code Copilot, and Gemini CLI, the same URL works. Each tool discovers our OAuth endpoints through the MCP specification and handles authentication automatically.

Security Built In

Every connector uses OAuth 2.1 with PKCE — the same security standard used by Google, GitHub, and Stripe. Your Lite ASO credentials are never shared with the AI tool. The AI gets a scoped access token that can be revoked at any time.

  • PKCE (S256) prevents authorization code interception
  • Tokens expire automatically and can be revoked
  • CSRF protection on all authentication forms
  • Rate limiting prevents brute force attacks

Supported AI Tools

Lite ASO supports three registration methods from the MCP specification: Custom Connectors (OAuth), Dynamic Client Registration (DCR), and Client ID Metadata Documents (CIMD). This covers every major AI tool on the market.

AI ToolMethodAuth
Claude.aiCustom ConnectorOAuth (CIMD)
ChatGPTCustom ConnectorOAuth (DCR)
Claude DesktopCustom ConnectorOAuth (DCR)
Claude CodeAPI Key / OAuth.mcp.json
CursorCustom ConnectorOAuth (DCR)
VS Code CopilotCustom ConnectorOAuth (CIMD)
GitHub Copilot AgentCustom ConnectorOAuth (DCR)
Gemini CLICustom ConnectorOAuth (DCR)
OpenAI CodexAPI Keyconfig.toml
WindsurfAPI KeySSE headers
ClineAPI KeySSE headers
GooseCustom ConnectorOAuth (DCR)

API Keys Still Work

If you prefer API keys — for local development, CI/CD pipelines, or tools that do not support OAuth yet — you can still generate an API key from the dashboard. The Connect AI Agent page now has two tabs: Custom Connector (recommended) and API Key. Both connect to the same MCP server with the same tools.

Try it now

Sign up for free, open Claude.ai or ChatGPT, and paste the URL. You will be managing ASO through conversation in under a minute.

Get Started Free

Related Articles