Skip to main content
Sixtyfour provides two MCP servers:

Setup

The sixtyfour-docs server requires no authentication. The sixtyfour-intelligence server requires either an API key or OAuth for authentication.

Cursor

Install in Cursor Or add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (project) manually. Replace YOUR_API_KEY with your key.
Cursor also supports OAuth for the intelligence server. If you omit the API key, Cursor will authenticate via an OAuth browser flow on first use.

VS Code

Install in VS Code Or add to .vscode/mcp.json in your project root manually. Replace YOUR_API_KEY with your key.

Windsurf

Add to ~/.codeium/windsurf/mcp_config.json. Replace YOUR_API_KEY with your key.
After saving the configuration, reload your MCP servers or restart your IDE.

Claude Code

Run these commands in your terminal. Add --scope user to make a server available across all projects. Docs MCP
Intelligence MCP — OAuth (recommended) Claude Code will prompt you to authenticate via browser on first use:
Intelligence MCP — API key

Codex

Install via the Sixtyfour Codex plugin, or add the servers to ~/.codex/config.toml manually.

Plugin install

Register the marketplace, then install the plugin. Start a new Codex session after installing — plugins load at session start. Codex CLI:
Check installed plugins with codex plugin list. ChatGPT desktop app:
  1. Run the marketplace command above from a terminal.
  2. Open the Plugins Directory (Work mode or Codex → Plugins), select the Sixtyfour marketplace, and install the plugin. If the marketplace is not listed, restart the app and try again.
  3. Restart the ChatGPT desktop app if prompted after installing.
Plugins require ChatGPT Work mode or Codex — they aren’t available in standard Chat, the IDE extension, or mobile. Work mode currently requires a Pro, Pro Lite, Enterprise, or Edu plan. On Enterprise, Edu, and Business workspaces, an admin must allow installing marketplace plugins under Workspace Settings → Plugins before it appears for members.
On first use, authenticate the intelligence server. In the Codex CLI, run codex mcp login sixtyfour-intelligence when prompted. In the ChatGPT desktop app, the sign-in prompt appears automatically.

Manual config

Add the servers to ~/.codex/config.toml, then restart Codex and sign in when prompted. Docs MCP:
Intelligence MCP:

Claude Desktop

In Claude Desktop, add two custom connectors: Claude Desktop handles authentication for the intelligence server via OAuth on first connection.

Smithery

Install the sixtyfour-intelligence server through Smithery, which handles configuration for Claude Desktop and other supported clients.
  1. Open the Sixtyfour Intelligence listing on Smithery.
  2. Select your client (for example, Claude Desktop) and follow the install command Smithery provides.
  3. On first use, authenticate via OAuth or paste your Sixtyfour API key when prompted.

Documentation MCP reference

The sixtyfour-docs server gives your AI assistant direct access to Sixtyfour API references, guides, and code examples. Example prompts
  • “How do I use the company-intelligence endpoint?”
  • “What parameters does find-email accept?”
  • “Show me an example of using webhooks with Sixtyfour.”

Intelligence MCP reference

The sixtyfour-intelligence server exposes tools across four categories. Account Company search People search Async enrichment and contact lookup Tools ending in _start submit a job and return a task_id. Poll sixtyfour_enrichment_job_status with that task_id until the response shows completed. The completed response includes result, charge_amount, and task_type. sixtyfour_enrich_linkedin is synchronous — it returns the result directly.
Enrichment start tools create billable jobs. If a call times out, do not retry blindly — the job may still have been created. Check status with sixtyfour_enrichment_job_status first.
Example prompts
  • “Search for US SaaS companies with 100–5000 employees.”
  • “Research Sixtyfour — return headquarters, headcount, funding stage, and key executives.”
  • “Enrich this person: Saarth Shah, CEO & Co-Founder at Sixtyfour.”
  • “Find the CTO and VP of Engineering at Sixtyfour.”
  • “Find the work email for Saarth Shah at Sixtyfour.”
  • “Find a phone number for Jane Doe, VP of Sales at Acme Corp.”
  • “Who owns the email jane@acme.com?”
  • “How many Sixtyfour credits do I have left?”