> ## Documentation Index
> Fetch the complete documentation index at: https://monid.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Set Up with MCP

> Connect your AI client to Monid via MCP (Streamable HTTP).

Connect your AI client to Monid via MCP (Streamable HTTP). No CLI installation needed.

## 1. Setup

<Tabs>
  <Tab title="Claude.ai (web)">
    1. Go to **Settings > Connectors** and select **Add custom connector**
    2. Enter Name `Monid` and MCP server URL `https://mcp.monid.ai/v1`, then click **Add**
    3. Click **Connect** and complete the authorization
  </Tab>

  <Tab title="Claude Code">
    1. In your terminal, run:
       ```bash theme={null}
       claude mcp add --transport http monid https://mcp.monid.ai/v1
       ```
    2. Open Claude Code and type `/mcp`, then select `monid`
    3. Select **Authenticate** and complete the authorization
  </Tab>

  <Tab title="Codex">
    1. In your terminal, run:
       ```bash theme={null}
       codex mcp add monid --url https://mcp.monid.ai/v1
       ```
    2. Your browser will be automatically opened for OAuth.
    3. Click allow to complete the authorization
  </Tab>

  <Tab title="OpenCode">
    1. Copy the following to your `opencode.json` config:
       ```json theme={null}
       {
         "mcp": {
           "monid": {
             "type": "remote",
             "url": "https://mcp.monid.ai/v1",
             "enabled": true
           }
         }
       }
       ```
    2. Run `opencode mcp auth monid` in your terminal and complete the authorization
  </Tab>

  <Tab title="Chatgpt">
    1. Hover over your personal account and open **Settings**.
    2. Go to **Plugins** → **Developer Mode** and enable **Developer Mode**.
    3. Return to the main page and click **Plugins** in the upper-left corner.
    4. Click the **+** icon next to the search bar to create a new plugin.
    5. Enter the following configuration:<br />**Plugin Name:** `monid`<br />**Connection URL:** `https://mcp.monid.ai/v1`
    6. Click **create** and **connect** to complete setup.
  </Tab>
</Tabs>

<Tip>
  Using a different agent? Find setup instructions for more MCP clients in the [Monid Dashboard](https://app.monid.ai).
</Tip>

## 2. Authentication

When prompted, log in with your Monid account (or sign up) and authorize the connection.

## 3. Start Using

Once connected, your agent has tools to discover, inspect, and run hundreds of data endpoints automatically. Try one of these prompts:

<AccordionGroup>
  <Accordion title="Find my public profile">
    > Find my public profile using Monid. Ask me for my name and current company if you don't know, then pull my work history, education, and public profiles.
  </Accordion>

  <Accordion title="Competitor research report">
    > Do a competitor research report using Monid. Ask me what product or company to research, then find its competitors and compare their pricing, features, market positioning, and recent social media buzz.
  </Accordion>

  <Accordion title="Find GTM leads">
    > Find GTM leads using Monid. Ask me about my target market and ideal customer profile, then search for matching contacts with details and find their LinkedIn, X/Twitter, emails, or other social media.
  </Accordion>

  <Accordion title="Analyze customer sentiment">
    > Analyze customer sentiment using Monid. Ask me for a product, then pull recent reviews from Amazon and social media, and summarize what people love vs complain about.
  </Accordion>
</AccordionGroup>

<Note>
  Prefer paying per run with a crypto wallet (USDC) instead of a prepaid balance? See [Pay with x402](/guide/pay-with-x402).
</Note>
