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
- Open Settings → Connectors (web or mobile).
- Choose Add custom connector.
- Name it
XData; paste the endpoint above. - 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
- Open Settings → Connectors → Add custom connector.
- Paste the endpoint; confirm.
- 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
- Open Settings → Apps & Connectors (connector-enabled plan required).
- Choose Create / Add custom connector.
- Paste the endpoint (OAuth authentication).
- 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:
- /.well-known/mcp/server.json
- /.well-known/mcp/server-card.json
- /.well-known/oauth-protected-resource
Headless bearer API keys: contact support.