GOI MCP is not yet listed in connector directories for Claude or ChatGPT. Request access, then add it manually as a custom connector using the credentials we email you. Once store approval is complete, we will update this page with one-click install instructions.
Request access
- Sign up or sign in at index.istari.ai.
- Submit the GOI MCP access request.
- After we enable your account, you receive an email titled Your GOI MCP credentials with everything you need to connect:
Keep your Client ID and Secret private. Do not commit them to git or share them in chat logs. Use environment variables or your client’s secure credential storage where supported.
Add as a custom connector
Use the Name, MCP URL, Client ID, and Secret from your email in the steps below. When a client asks you to sign in, use the sameindex.istari.ai account you used to request access.
Claude
Claude on the web (claude.ai)
- Go to Settings → Connectors on claude.ai. Team and Enterprise admins can add org-wide connectors under Admin settings → Connectors.
- Click Add custom connector.
- Enter the MCP URL from your email:
https://mcp.goi.istari.ai/mcp. - Under Advanced settings, enter your Client ID and Secret from the email.
- Click Add, then sign in with your
index.istari.aiaccount when prompted.
Claude Code
From a terminal:YOUR_CLIENT_ID with the Client ID from your email. The --client-secret flag prompts for your Secret with masked input.
Alternatively, add via JSON:
/mcp inside Claude Code to confirm the server is connected and complete OAuth if prompted.
ChatGPT
ChatGPT connects to remote MCP servers over HTTPS with OAuth. Custom connectors require Developer mode, available on ChatGPT Pro, Team, Enterprise, and Edu plans.- Click your avatar → Settings → Connectors.
- Under Advanced, turn on Developer mode and accept the warning.
- Click Add custom connector.
- Enter a name (use istari-goi or ISTARI GOI from your email), an optional description, and the MCP URL:
https://mcp.goi.istari.ai/mcp. - Set Authentication to OAuth.
- If the form exposes OAuth client fields, enter your Client ID and Secret from the email.
- Check I trust this application, then click Create.
- Sign in with your
index.istari.aiaccount when ChatGPT redirects you through OAuth.
Cursor
Cursor (IDE)
For local Agent and Chat sessions:- Open Cursor Settings (Cmd + Shift + J on Mac, Ctrl + Shift + J on Windows/Linux) → Tools & MCP.
- Click Add new MCP server, or add an entry to
~/.cursor/mcp.json(global) or.cursor/mcp.json(project):
YOUR_CLIENT_ID and YOUR_CLIENT_SECRET with the values from your email. Prefer environment variables instead of hardcoding secrets:
- Restart Cursor if prompted, then complete OAuth when asked to sign in.
Cursor Cloud Agents
Cloud Agents do not read your local~/.cursor/mcp.json. Configure GOI MCP in the Cloud Agents dashboard instead.
- Open cursor.com/agents.
- Open the MCP dropdown and add a custom HTTP server.
- Enter the MCP URL:
https://mcp.goi.istari.ai/mcp. - Enter your Client ID and Secret from the email if the form provides OAuth fields.
- Enable the server for your session and complete OAuth when prompted.
mcp-remote are not supported.
Other MCP clients
Any client that supports remote MCP over HTTP with OAuth can connect using the MCP URL, Client ID, and Secret from your email. After connecting, verify access by asking the agent to run a simplesearch_organizations query or check the GOI MCP health endpoint described in the overview.
Verify the connection
Ask the agent to search for organizations or callsearch_organizations with a simple query. A successful connection returns GOI results scoped to your account plan.
Plan access
New accounts start on the Standard plan. See Standard plan quotas on the overview page for monthly limits. For higher quotas, see GOI access plans on the ISTARI technology page.Troubleshooting
Monthly request quota exceeded: quotas reset on the first of the month (UTC). To raise limits, see GOI access plans.- Authentication errors: confirm you are signed in at index.istari.ai with the same account used to request access, and that your Client ID and Secret match the values in your credentials email.
- No credentials email: confirm you submitted the access request with the same email you use at
index.istari.ai. Contact support@istari.ai if it has been more than a few business days. - ChatGPT cannot connect: confirm Developer mode is on, the URL ends with
/mcp, and OAuth is selected as the authentication method. - Cloud Agent cannot see GOI MCP: confirm the server is added and enabled in cursor.com/agents, not only in local IDE settings.
- Still stuck? Contact support@istari.ai.