Infyner 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.

← Back to MCP Connect
MCP URL https://www.infyner.com/api/mcp/infyner-research
Email — empty for free, or your Infyner website email Password — empty for free, or your Infyner website password
Try it Using Infyner MCP, research CIN U45200BR2006PTC012319 - current directors, open charges and scores.

Gemini CLI

  1. Install Gemini CLI

    Run: npm install -g @google/gemini-cli

  2. Open settings
    • Mac / Linux — ~/.gemini/settings.json
    • Windows — %USERPROFILE%\.gemini\settings.json
  3. Add Infyner to mcpServers

    Use Infyner’s HTTP MCP URL (field name may be httpUrl or url depending on CLI version):

    {
      "mcpServers": {
        "infyner": {
          "httpUrl": "https://www.infyner.com/api/mcp/infyner-research",
          "env": {
            "INFYNER_CLIENT_ID": "",
            "INFYNER_CLIENT_SECRET": ""
          }
        }
      }
    }

    Leave env empty for free snapshot. For deep research (when entitled), set INFYNER_CLIENT_ID to your Infyner email and INFYNER_CLIENT_SECRET to your website password. This is not the Claude OAuth Client ID flow — Gemini CLI does not use Infyner’s /authorize page.

  4. Save and verify

    Launch Gemini CLI and run /mcp (or the CLI’s MCP status command) to confirm Infyner is listed.

  5. 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.