Documentation

scrambl exposes 5 MCP tools backed by 28 data providers across 10+ APIs. Use them through the chat interface or connect directly via the MCP protocol.

Tools

search_companies(queries, directory_urls?, filters?, limit?)

Discover companies via semantic search and structured filters. Searches across Apollo, Exa, PredictLeads, DataForSEO, and more.

Example: "Find AI startups in healthcare with 50-200 employees"
search_people(queries, company_domain?, title?, seniority?, limit?)

Find people by role, seniority, and company. Searches Apollo, Exa, Serper, and Netrows with email discovery.

Example: "Find the VP of Engineering at Stripe"
get_company_info(domain, fields?)

Get detailed company data across 14 fields: profile, tech_stack, funding, news, competitors, jobs, hiring, podcasts, patents, reviews, sec_filings, pricing, github, website_history.

Example: "What is Vercel's tech stack and recent funding?"
get_person_info(name, company_domain?, linkedin_url?, fields?)

Get person details across 7 fields: contact, linkedin, podcasts, news, publications, speaking, social.

Example: "Find contact info for the CEO of Anthropic"
web_search(query?, url?)

Google search via Serper or fetch full page text via Exa. Use for general research not covered by other tools.

Example: "Latest AI regulations in the EU"

Connect via MCP

scrambl is an MCP server you can connect to from Claude Desktop, Cursor, or any MCP-compatible client.

  1. Sign up at scrambl.ai and generate an API key from your dashboard.
  2. Add the MCP server URL https://scrambl.ai/mcp to your MCP client configuration.
  3. Set your API key as the authorization header (Bearer token).

All 5 tools will be available to your AI assistant once connected.