MCP Server · Streamable HTTP · Works with Claude, ChatGPT, Cursor

Executive Intelligence
for AI Agents

4 tools to query 20,000+ executives, 1,000,000+ verified quotes, and full interview transcripts. S&P 500, NASDAQ, top AI startups, and public officials.

20K+
Executives
1M+
Quotes
200K+
Transcripts
4
MCP Tools
https://ceointerviews.ai/mcp click to copy

Plug In and Query

Each tool returns structured JSON. Connect your agent to https://ceointerviews.ai/mcp and start calling.

search_executives
Search 20K+ tracked executives, CEOs, politicians, and leaders. Fuzzy keyword search across name, title, company name, and ticker — combine terms in any order (e.g. "devinder kumar amd", "CEO Tesla", "AAPL").
keyword company_name is_snp500 is_ai_startup gender page_size
get_transcripts
Get verified interview transcripts from media appearances. Covers interviews, podcasts, earnings calls, and conferences.
entity_name company_name keyword filter_after_dt filter_before_dt
search_quotes
Search 1M+ notable quotes from executive media appearances. Each quote includes who said it, when, where, and sentiment flags.
entity_name keyword is_notable is_controversial is_financial_policy
search_companies
Search companies in the database. Returns name, ticker, index membership (S&P 500, NASDAQ), and classification flags.
keyword is_snp500 is_nasdaq is_ai_startup is_usa_based

Connect in 30 Seconds

One command to connect. Works with Claude Code, Claude Desktop, Cursor, and Windsurf.

Option A: Claude Code — CLI or VSCode (recommended)

# Run this in your terminal (or VSCode integrated terminal: Ctrl+` / Cmd+`)
claude mcp add --transport http --scope user ceointerviews https://ceointerviews.ai/mcp \
  --header "Authorization: Bearer YOUR_API_KEY"

Works in both Claude Code CLI and the VSCode extension. In VSCode, open the integrated terminal (Ctrl+` / Cmd+`) and run the command above. Then type /mcp in the Claude Code chat to verify.

Option B: Edit ~/.claude.json directly

Add this to the top-level mcpServers key in your ~/.claude.json. This applies to both the CLI and VSCode extension:

"mcpServers": {
  "ceointerviews": {
    "type": "http",
    "url": "https://ceointerviews.ai/mcp",
    "headers": {
      "Authorization": "Bearer YOUR_API_KEY"
    }
  }
}

Option C: Claude Desktop / Cursor / Windsurf

# Paste into your MCP client settings file
{
  "mcpServers": {
    "ceointerviews": {
      "type": "http",
      "url": "https://ceointerviews.ai/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
Claude DesktopSettings → Developer → Edit Config → claude_desktop_config.json
CursorSettings → MCP → Add Server
WindsurfSettings → MCP → Add Server

What Your Agent Gets Back

Verified transcripts, extracted quotes, and full metadata. Here's what real responses look like.

Jensen Huang

Jensen Huang Nvidia

Co-Founder, CEO, President & Director

Nvidia's Jensen Huang on an AI Bubble, Trump, and the Arms Race with China

✓ Speaker Verified Confidence: 0.92 Jan 9, 2026
Transcript Excerpt
This is for certain. Everybody's jobs will change as a result of AI. Some jobs will disappear. Obviously, every single industrial revolution, some jobs are just gone and but a whole bunch of new jobs are created.
Sam Altman

Sam Altman OpenAI

CEO

Inside OpenAI's Stargate Megafactory with Sam Altman | The Circuit

✓ Speaker Verified Confidence: 0.91 Jun 4, 2025
Transcript Excerpt
Stargate, put that name down in your books 'cause I think you're gonna hear a lot about it in the future. A new American company that will invest $500 billion, at least in AI infrastructure.
Elon Musk

Elon Musk Tesla

Co-Founder, Technoking of Tesla, CEO & Director

Elon Musk: A Different Conversation w/ Nikhil Kamath

✓ Speaker Verified Confidence: 0.95 Nov 28, 2025
Notable Quote
"The president makes it clear he loves tariffs. I've tried to dissuade him from this POV but unsuccessfully." — Controversial, Financial Policy
Jerome Powell

Jerome Powell Federal Reserve

Chair of the Federal Reserve

Fed Chair Jerome Powell Remarks At ECB Forum — Sintra, Portugal

✓ Speaker Verified Confidence: 0.93 Jun 27, 2025
Transcript Excerpt
The current stance of monetary policy leaves us well positioned to respond in a timely way to economic developments. There are concerns inflation will rise but there is the alternate scenario that tariffs would create demand destruction...

Who We Track

Verified speaker identity on every transcript. AI + human reviewed.

🏢

Public Company C-Suite

S&P 500, S&P 1500, NASDAQ, NASDAQ 100. CEOs, CFOs, CTOs across US and global markets.

🚀

AI & Top Startups

Founders and executives at leading AI companies and top-funded startups. OpenAI, Anthropic, and hundreds more.

🏛

Public Officials

Federal Reserve members, FOMC governors, politicians, and policy leaders. Real-time coverage of speeches and testimonies.

🌍

Global Markets

US, China, and Europe-based companies. Filter by geography or index membership.

📊

Structured Metadata

Every quote tagged with sentiment flags: notable, controversial, financial policy. Topic tags and timestamps included.

Verified Transcripts

AI and human-reviewed for speaker authenticity. Source URLs, publication dates, and channel metadata on every item.

Questions Your Agent Can Answer

Ask your AI agent natural-language questions. The MCP server translates them into structured API calls and returns real data.

Q "What has Jensen Huang said about AI infrastructure spending?"
Tool called: get_transcripts(entity_name="Jensen Huang", keyword="AI infrastructure")
{ "entity_name": "Jensen Huang", "entity_title": "Co-Founder, CEO, President & Director", "institution": "Nvidia", "item_title": "Nvidia's Jensen Huang on an AI Bubble, Trump, and the Arms Race with China", "publish_date": "2026-01-09", "transcript": "Everybody's jobs will change as a result of AI. Some jobs will disappear... a whole bunch of new jobs are created. Everybody will have to use AI because if you don't use AI, you're going to lose your job to somebody who does.", "confidence_score": 0.92, "source_url": "https://www.youtube.com/watch?v=s4haopj2XeA" }
Q "What has Jerome Powell said about inflation and tariffs?"
Tool called: search_quotes(entity_name="Jerome Powell", keyword="inflation tariffs", is_financial_policy=true)
{ "entity_name": "Jerome Powell", "entity_title": "Chair of the Federal Reserve", "text": "The current stance of monetary policy leaves us well positioned to respond in a timely way. There are concerns inflation will rise but there is the alternate scenario that tariffs would create demand destruction and slow growth.", "is_notable": true, "is_financial_policy": true, "source_title": "Fed Chair Jerome Powell Remarks At ECB Forum", "timestamp": "00:14:22", "publish_date": "2025-06-27" }
Q "Find controversial quotes from Elon Musk about tariffs"
Tool called: search_quotes(entity_name="Elon Musk", keyword="tariffs", is_controversial=true)
{ "entity_name": "Elon Musk", "entity_title": "Co-Founder, Technoking of Tesla, CEO & Director", "text": "The president makes it clear he loves tariffs. I've tried to dissuade him from this POV but unsuccessfully.", "is_notable": true, "is_controversial": true, "is_financial_policy": true, "source_title": "Elon Musk: A Different Conversation w/ Nikhil Kamath", "timestamp": "1:41:00", "publish_date": "2025-11-28" }
Q "Who are the top executives at Nvidia?"
Tool called: search_executives(company_name="Nvidia")
[ { "name": "Jensen Huang", "title": "Co-Founder, CEO, President & Director", "company": "Nvidia", "ticker": "NVDA", "is_snp500": true, "is_nasdaq": true }, { "name": "Colette Kress", "title": "EVP & CFO", "company": "Nvidia", "ticker": "NVDA", "is_snp500": true, "is_nasdaq": true } ]
Q "List AI startup companies in your database"
Tool called: search_companies(is_ai_startup=true, page_size=5)
[ {"name": "OpenAI", "is_ai_startup": true, "is_usa_based": true}, {"name": "Anthropic", "is_ai_startup": true, "is_usa_based": true}, {"name": "Mistral AI", "is_ai_startup": true, "is_usa_based": false}, {"name": "Cohere", "is_ai_startup": true, "is_usa_based": false}, {"name": "Perplexity", "is_ai_startup": true, "is_usa_based": true} ]

Need the full REST API? View complete API documentation  ·  OpenAPI Spec

Pay Per Use

No monthly minimum. No commitment. Pay only for what your agents use.

$5 / 1,000 results
$0.005 per result · Billed weekly via Stripe
  • All 4 MCP tools included
  • Full transcript access
  • 20,000+ executives, 1M+ quotes
  • Bearer token authentication
  • API key auto-generated on signup
  • No rate limit (fair use)
  • OpenAPI spec + MCP protocol