MCP Connect
Gemini setup
How to connect Gemini with Infyner MCP
Gemini’s MCP support varies by surface. The most reliable path today is Gemini CLI.
Sign-in for deep research uses env credentials (like Cursor), not Claude’s browser /authorize page.
The consumer Gemini web app may not support custom MCP connectors yet.
Gemini CLI
-
Install Gemini CLI
Run:
npm install -g @google/gemini-cli -
Open settings
- Mac / Linux — ~/.gemini/settings.json
- Windows — %USERPROFILE%\.gemini\settings.json
-
Add Infyner to mcpServers
Use Infyner’s HTTP MCP URL (field name may be
httpUrlorurldepending on CLI version):{ "mcpServers": { "infyner": { "httpUrl": "https://www.infyner.com/api/mcp/infyner-research", "env": { "INFYNER_CLIENT_ID": "", "INFYNER_CLIENT_SECRET": "" } } } }Leave
envempty for free snapshot. For deep research (when entitled), setINFYNER_CLIENT_IDto your Infyner email andINFYNER_CLIENT_SECRETto your website password. This is not the Claude OAuth Client ID flow — Gemini CLI does not use Infyner’s/authorizepage. -
Save and verify
Launch Gemini CLI and run
/mcp(or the CLI’s MCP status command) to confirm Infyner is listed. -
Ask with a CIN
Example: “Using Infyner, show directors and open charges for CIN U45200BR2006PTC012319.”
Gemini consumer app (gemini.google.com)
Google has not broadly released custom MCP connectors in the consumer Gemini app. For Gemini-style research with Infyner data today, use Claude, ChatGPT, or Cursor.
Enterprise / Google Cloud
Some Google Cloud / Gemini Enterprise setups support custom MCP data stores and need admin permissions. Contact Infyner sales if your organisation needs guided enterprise setup.
Connect to Infyner MCP
Claude, Cursor, ChatGPT & Gemini
Pick your AI. Each logo opens a step-by-step setup guide.