Connect your agent

Search source-linked transcripts from your AI assistant. Approved accounts can connect with OAuth; issued API keys work for headless clients.

https://x.data-agent.ai/mcp

Claude.ai

  1. Open Settings → Connectors (web or mobile).
  2. Choose Add custom connector.
  3. Name it XData; paste the endpoint above.
  4. Click Connect; complete OAuth email sign-in.
Verify in a new chat: “Use XData to find recent NVIDIA statements.” Expect search_content results with passages, speakers, dates, timestamps, and source URLs.
Troubleshooting
  • OAuth blocked → allow claude.ai pop-ups; retry.
  • “Not allowed” → email not approved; request access on the homepage.
  • Tools missing → remove and re-add the connector.

Claude Desktop

  1. Open Settings → Connectors → Add custom connector.
  2. Paste the endpoint; confirm.
  3. Complete email sign-in in your browser.
Verify: “Use XData: what did All-In discuss last week?”

Claude Code

Run:

claude mcp add --transport http xdata https://x.data-agent.ai/mcp

Run /mcp to open OAuth sign-in.

Verify: “Search XData for AI capex; cite speakers.”

ChatGPT

  1. Open Settings → Apps & Connectors (connector-enabled plan required).
  2. Choose Create / Add custom connector.
  3. Paste the endpoint (OAuth authentication).
  4. Complete email sign-in.

Data-only apps use search/fetch; deep research accesses all tools.

Verify: “Search XData: Jensen Huang on inference.”

Cursor

Add to ~/.cursor/mcp.json or .cursor/mcp.json:

{
  "mcpServers": {
    "xdata": {
      "url": "https://x.data-agent.ai/mcp"
    }
  }
}

First use opens OAuth sign-in.

Verify: “Use XData to list the watchlist.”

Any MCP client (HTTP)

Streamable-HTTP MCP: https://x.data-agent.ai/mcp with OAuth 2.1 (dynamic client registration; no pre-shared client ID). Metadata:

Headless bearer API keys: contact support.

Check service health ↗