Skip to main content

Claude Code + Enigma

Beta

Enigma's remote MCP server is currently in beta.

Give your Claude Code the power of Enigma's business intelligence with a single command. Supercharge your development with real business data.

Prerequisites

Installation

API Key (Recommended)

To add the Enigma MCP with API key authentication, run:

claude mcp add --transport http enigma https://mcp.enigma.com/http-key --header "x-api-key:<your_api_key>"

You can find your API key on the Enigma Console homepage.

Browser Authentication

To add the Enigma MCP with browser authentication, run:

claude mcp add --transport http enigma https://mcp.enigma.com/http

Claude Code will open a window in your default web browser for authentication when it first uses an Enigma tool.

Verify Your Setup

Test the connection with a quick business lookup:

# In Claude Code, try this example:
"Find basic information about Tacombi's business"

You should see Enigma tools being used to fetch business data, location counts, and financial metrics.

What Your Claude Code Can Do

With Enigma's business intelligence, your Claude Code can:

  • Research any company while you build business applications
  • Validate market assumptions with real data during development
  • Analyze competitive landscapes when you're designing features
  • Access compliance data for due diligence and risk assessment workflows

Your AI assistant becomes a business intelligence expert, seamlessly integrating company research into your coding sessions.

Troubleshooting

Authentication issues?

  • Ensure you're logged into Enigma Console
  • The OAuth flow will open automatically on first use

No tools showing up?

  • Restart Claude Code after adding the MCP server
  • Check that your Claude API key is properly configured

Resources