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

# Grok Integration

> Connect Anysite MCP Server to Grok (grok.com) for unlimited data extraction in your AI conversations

## Overview

Grok (grok.com) supports custom MCP connectors, letting you plug the Anysite MCP Server directly into your Grok conversations. Once connected, Grok can pull live data from LinkedIn, Instagram, Twitter/X, Reddit, e-commerce marketplaces, company registries, and 550+ other sources — right in the chat.

**Perfect for:**

* Lead research and enrichment during conversations
* Company and people intelligence on demand
* Social media monitoring and content analysis
* Market and competitor research
* CRM enrichment workflows (HubSpot, Pipedrive)

<Info>
  **MCP Unlimited Plan Required:** This integration requires an active MCP Unlimited subscription (\$30/month) for unlimited data extraction.
</Info>

## Prerequisites

Before you begin, ensure you have:

* A [Grok](https://grok.com) account with access to Connectors
* Anysite account with MCP Unlimited subscription
* A browser that allows pop-up windows from grok.com (needed for OAuth authorization)

<Note>
  Unlike API-key integrations, Grok connects via **OAuth** — you don't need to copy any API key. Authentication happens in a secure Anysite pop-up window.
</Note>

## Step 1: Open Connectors in Grok

<Steps>
  <Step title="Go to Skills and Connectors">
    In Grok, open the **Skills and Connectors** page and switch to the **Connectors** tab.

    <img src="https://mintcdn.com/horizondatawave/zqHSThVzjkozbwzl/public/images/grok_mcp/connectors_page.png?fit=max&auto=format&n=zqHSThVzjkozbwzl&q=85&s=d5aeabbc9a298630d998b4644db26da8" alt="Grok Skills and Connectors page - Connectors tab" width="2000" height="1183" data-path="public/images/grok_mcp/connectors_page.png" />
  </Step>

  <Step title="Create a New Connector">
    Click **New Connector** in the top-right corner, then choose **Custom — Add your own custom connector**.

    <img src="https://mintcdn.com/horizondatawave/zqHSThVzjkozbwzl/public/images/grok_mcp/new_connector_modal.png?fit=max&auto=format&n=zqHSThVzjkozbwzl&q=85&s=98494801407cd87495f49a9e5eaead0d" alt="Grok New Connector dialog with Custom option" width="1010" height="1176" data-path="public/images/grok_mcp/new_connector_modal.png" />
  </Step>
</Steps>

## Step 2: Configure the Anysite Connector

<Steps>
  <Step title="Fill in the Custom Connector form">
    Enter the connection details:

    1. **Name**: `Anysite`
    2. **Server URL**: `https://mcp.anysite.io`

    <img src="https://mintcdn.com/horizondatawave/zqHSThVzjkozbwzl/public/images/grok_mcp/custom_connector_form.png?fit=max&auto=format&n=zqHSThVzjkozbwzl&q=85&s=5cea116db9de424ca1a8fbeb040d3ff8" alt="Custom Connector form with Anysite name and MCP server URL" width="1004" height="566" data-path="public/images/grok_mcp/custom_connector_form.png" />

    Click **Add Connector**.
  </Step>

  <Step title="Connect and authorize">
    After the connector is added, click **Connect**. A pop-up window opens with the Anysite authorization page:

    <img src="https://mintcdn.com/horizondatawave/zqHSThVzjkozbwzl/public/images/grok_mcp/authorize_anysite.png?fit=max&auto=format&n=zqHSThVzjkozbwzl&q=85&s=3bc690a0451bff52fd2200ad8b3195c4" alt="Anysite OAuth authorization page for grok.com" width="1088" height="1342" data-path="public/images/grok_mcp/authorize_anysite.png" />

    1. Review what grok.com will be allowed to do (use Anysite MCP tools, read your account email, use credits from your plan)
    2. Under **Use credits from**, select your **MCP Unlimited** plan (marked *Recommended*)
    3. Click **Allow access**
  </Step>
</Steps>

<Warning>
  **Seeing "Connection failed" after clicking Connect?** Your browser most likely blocked the authorization pop-up. Allow pop-up windows for **grok.com** in your browser settings, then click **Connect** (or **Reauthenticate**) again — the Anysite authorization window will open and you can complete the login.
</Warning>

## Step 3: Verify the Connection

Once authorized, open the Anysite connector card in Grok. You should see **All tools enabled** with the list of available tools:

<img src="https://mintcdn.com/horizondatawave/zqHSThVzjkozbwzl/public/images/grok_mcp/connector_connected.png?fit=max&auto=format&n=zqHSThVzjkozbwzl&q=85&s=0da8df12b0197e2e49c51d70dbde7901" alt="Anysite connector connected in Grok with all tools enabled" width="1084" height="814" data-path="public/images/grok_mcp/connector_connected.png" />

<Check>
  **Connection successful!** Grok now has access to the full Anysite toolset — 3,500+ endpoints across 550+ data sources.
</Check>

### Available Tools

The Anysite MCP Server exposes universal meta-tools that cover the entire API surface:

* **`discover`** — find the right data source and endpoint for any request
* **`execute`** — call any of the 3,500+ endpoints (LinkedIn, Instagram, Twitter/X, Reddit, YouTube, e-commerce, registries, and more)
* **`get_page`** / **`query_cache`** / **`export_data`** — paginate, re-filter, and export collected results
* **`crm_*`** — connect and enrich HubSpot or Pipedrive records (contacts, companies, schema, undo)

<Card title="View All Tools" icon="toolbox" href="/mcp-server/tools">
  Browse the complete list of available MCP tools
</Card>

## Use Cases & Examples

### 1. Lead Research in Chat

Ask Grok directly:

```
Find the LinkedIn profile of the CTO of Acme Corp, summarize their
background, and pull their 5 most recent posts.
```

Grok uses `discover` to locate the LinkedIn endpoints, then `execute` to fetch the profile and posts — no manual API calls needed.

### 2. Company Intelligence

```
Research Anthropic: company profile, headcount growth, recent
LinkedIn posts, and any recent funding news.
```

### 3. Multi-Platform Monitoring

```
What are people saying about our brand on Reddit and Twitter this
week? Summarize sentiment and highlight the top threads.
```

### 4. E-commerce & Market Research

```
Compare prices for Sony WH-1000XM5 across Amazon, eBay and Walmart,
and pull the review summary from each.
```

### 5. CRM Enrichment

```
Connect to my HubSpot and enrich my 20 newest contacts with their
current job titles and LinkedIn profiles.
```

## Troubleshooting

<AccordionGroup>
  <Accordion title="Connection failed after clicking Connect">
    **Most common cause:** the browser blocked the OAuth pop-up window.

    **Solutions:**

    * Allow pop-up windows for **grok.com** in your browser settings
    * Click **Connect** (or **Reauthenticate**) again and complete the authorization in the pop-up
    * If the pop-up opens but shows an error, log in to [app.anysite.io](https://app.anysite.io) first, then retry
  </Accordion>

  <Accordion title="Authorization page doesn't show my MCP Unlimited plan">
    **Possible causes:**

    * MCP Unlimited subscription is not active
    * You're logged in to a different Anysite account

    **Solutions:**

    * Verify your subscription at [app.anysite.io](https://app.anysite.io)
    * Log out of Anysite in the pop-up and sign in with the correct account
    * Make sure **MCP Unlimited** is selected under "Use credits from" before clicking **Allow access**
  </Accordion>

  <Accordion title="Tools not available in conversations">
    **Solutions:**

    * Open the connector card and check that it shows **All tools enabled**
    * Toggle the connector off and on, or click **Reauthenticate**
    * Start a new conversation — connectors added mid-chat may not be picked up
  </Accordion>

  <Accordion title="Rate limits or quota errors">
    **Note:** With MCP Unlimited, MCP requests have no rate limits.

    **If you see errors:**

    * Verify the connector is using credits from your **MCP Unlimited** plan (visible on the authorization screen)
    * Check your subscription status in the Anysite dashboard
    * Contact support if issues persist
  </Accordion>

  <Accordion title="Connector stopped working after some time">
    **Solutions:**

    * Click **Reauthenticate** on the connector card to refresh the OAuth session
    * If that fails, **Disconnect** and connect again
    * Check [status.anysite.io](https://status.anysite.io) for any ongoing incidents
  </Accordion>
</AccordionGroup>

## Security Best Practices

<CardGroup cols={2}>
  <Card title="OAuth, Not API Keys" icon="key">
    The Grok integration uses OAuth — no API key ever leaves Anysite. You can revoke access at any time by disconnecting the connector or from your Anysite dashboard.
  </Card>

  <Card title="Review Permissions" icon="shield-halved">
    The authorization screen lists exactly what grok.com can do: use MCP tools on your behalf, read your account email, and use credits from your selected plan. Review it before clicking **Allow access**.
  </Card>

  <Card title="Data Privacy" icon="user-lock">
    Handle extracted data responsibly: follow GDPR and data protection laws, and respect platform terms of service. Third-party connectors are not built or maintained by xAI.
  </Card>

  <Card title="Monitor Usage" icon="chart-line">
    Track your MCP activity in the Anysite dashboard and review connected integrations regularly.
  </Card>
</CardGroup>

## Benefits of Grok + MCP Integration

<CardGroup cols={2}>
  <Card title="Unlimited Requests" icon="infinity">
    With MCP Unlimited (\$30/month), make as many data requests as you need in Grok — no credit anxiety, no overage charges.
  </Card>

  <Card title="One-Click OAuth Setup" icon="plug">
    No API keys to copy or store. Add the server URL, authorize in the pop-up, and you're done.
  </Card>

  <Card title="550+ Data Sources" icon="globe">
    A single connector gives Grok access to 3,500+ endpoints: social media, e-commerce, company registries, finance, real estate, and more.
  </Card>

  <Card title="Real-Time Data" icon="bolt">
    Grok answers with fresh data extracted live from the source platforms — no stale databases.
  </Card>
</CardGroup>

## Next Steps

<CardGroup cols={2}>
  <Card title="View All MCP Tools" icon="toolbox" href="/mcp-server/tools">
    Explore the complete MCP toolset
  </Card>

  <Card title="MCP Unlimited Plan" icon="infinity" href="/mcp-server/unlimited-plan">
    Learn more about MCP Unlimited benefits and pricing
  </Card>

  <Card title="Dashboard" icon="gauge" href="https://app.anysite.io">
    Manage your subscription and monitor usage
  </Card>

  <Card title="Grok" icon="link" href="https://grok.com">
    Open Grok and start asking data questions
  </Card>
</CardGroup>

## Support

Need help with the Grok + MCP integration?

<CardGroup cols={2}>
  <Card title="Email Support" icon="envelope" href="mailto:support@anysite.io">
    Get technical assistance from our team
  </Card>

  <Card title="Documentation" icon="book" href="/mcp-server/tools">
    Browse complete MCP documentation
  </Card>

  <Card title="Community" icon="github" href="https://github.com/anysiteio">
    Join discussions and share use cases
  </Card>

  <Card title="Status Page" icon="signal" href="https://status.anysite.io">
    Check API status and uptime
  </Card>
</CardGroup>

***

<Info>
  **Ready to give Grok superpowers?** Connect Anysite MCP and start pulling live data from 550+ sources directly in your conversations!
</Info>
