███████╗███╗   ██╗██╗ ██████╗ ███╗   ███╗ █████╗      █████╗ ██╗
██╔════╝████╗  ██║██║██╔════╝ ████╗ ████║██╔══██╗    ██╔══██╗██║
█████╗  ██╔██╗ ██║██║██║  ███╗██╔████╔██║███████║    ███████║██║
██╔══╝  ██║╚██╗██║██║██║   ██║██║╚██╔╝██║██╔══██║    ██╔══██║██║
███████╗██║ ╚████║██║╚██████╔╝██║ ╚═╝ ██║██║  ██║    ██║  ██║██║
╚══════╝╚═╝  ╚═══╝╚═╝ ╚═════╝ ╚═╝     ╚═╝╚═╝  ╚═╝    ╚═╝  ╚═╝╚═╝
        

Give your AI the knowledge of the Enigma graph and powerful business intelligence tools. Use our AI extensions to search and analyze U.S. businesses, investigate corporate structures, discover competitors by location or industry, and find signals in financial performance data across millions of businesses.

Enigma MCP Supported On:
Claude Cursor OpenAI Agentic Use

Installation

Claude

Claude Setup

For Claude organization accounts, setup is required only once by an Owner. All organization users can then access Enigma.

Prerequisites: Ensure you're logged in to the Enigma Console. If you don't have an account, register here.

Installation Steps:

  1. Open Claude app → User menu (bottom left) → Settings
  2. Navigate to Connectors → scroll down → Add Custom Connector
  3. Enter these values:
    Name: Enigma Remote MCP Server URL: https://mcp.enigma.com/http
  4. Click Add then Connect
  5. Authenticate in browser using your Enigma Console credentials
  6. Close authentication window when complete
Cursor

Cursor Setup

Quick installation using the one-click button below, or manual configuration in settings.json.

Prerequisites: Ensure you're logged in to the Enigma Console. If you don't have an account, register here.

Add Enigma MCP to Cursor

Manual configuration in settings.json:

{
  "mcpServers": {
    "enigma": {
      "url": "https://mcp.enigma.com/http"
    }
  }
}
OpenAI

OpenAI / ChatGPT Setup

Connect Enigma's business intelligence tools to ChatGPT and OpenAI-compatible platforms.

Prerequisites: Ensure you're logged in to the Enigma Console. If you don't have an account, register here.

Installation Steps:

  1. Open ChatGPT → Settings → Beta Features
  2. Enable Model Context Protocol (MCP)
  3. Navigate to MCP ConnectionsAdd Connection
  4. Configure connection:
    Name: Enigma Server URL: https://mcp.enigma.com/http
  5. Click Connect and authenticate with Enigma Console
  6. Start using Enigma tools in your ChatGPT conversations
</>

Agentic / Programmatic Setup

Build custom AI agents with direct MCP integration. Works with any framework (OpenAI Agents, LangChain, CrewAI, AutoGen, etc.).

Quick Integration:

# 1. Connect to MCP with HTTP-key
headers = {
    "x-api-key": "your_enigma_api_key",
    "Content-Type": "application/json"
}

response = requests.post(
    "https://mcp.enigma.com/http-key",
    json={"jsonrpc": "2.0", "method": "initialize", "id": 1}
)

# 2. Use session ID for all subsequent calls
headers["mcp-session-id"] = response.headers.get("mcp-session-id")

# 3. Wrap tools for your framework (example: OpenAI Agents)
@function_tool
def search_business(query: str):
    return requests.post(url, json={
        "method": "tools/call",
        "params": {"name": "search_business", "arguments": {"query": query}}
    }, headers=headers).json()["result"]

Usage Examples

Business Overview

Show me a real-world business profile for Tacombi.
Tacombi Overview:
- 24+ locations (NY, MD, IL, CT, TX, DC, etc.)
- $36.4M annual card revenue (last 12 months)
- -12.4% YoY revenue growth (decline)
- 692,423 card transactions/year
- Average transaction: $53 (premium fast-casual)
- Operates via multiple LLCs (e.g., Tacombi Holding NA LLC, La Cornelia LLC)
- Modern payment stack: Stripe
- Expansion focus: high-traffic urban markets (NYC, Chicago, Bethesda)
            

Location & Compliance Deep Dive

What are Tacombi's biggest operational risks and compliance issues?
Compliance & Risk Highlights:
- Health code violations at multiple locations: evidence of rodents (mice), flies, and pest harborage (e.g., Bleecker St, Metropolitan Ave, Austin St), food temperature control issues (hot/cold holding), and food contact surface sanitation lapses.
- Fire code: Open violation orders at 25 Lafayette Ave, 255 Bleecker St (e.g., reinspection required, system alterations).
- Consumer complaints: e.g., "Calorie Signs Not Posted" (June 2024).
- Most issues resolved on re-inspection; all locations maintain active liquor licenses.
            

Financial & Customer Trends

How is Tacombi performing financially and what are their customer patterns?
Financial & Customer Data:
- Revenue peaks: Summer (June: $3.93M, July: $3.52M, August: $3.27M)
- Revenue dips: Winter (January: $2.09M, February: $2.0M)
- Daily customer volume: ~1,850
- Refund rate: 0.1% (very low)
- Most months show negative YoY growth (-6.5% to -25.8%)
- Transaction volume: 692,423/year
            

Government Records & Legal Structure

Show me Tacombi's legal entities and government filings.
Legal & Regulatory Data:
- Operates via multiple LLCs (Tacombi Holding NA LLC, La Cornelia LLC, Fonda Nolita LLC, etc.)
- Active liquor licenses in NY, CT, IL, TX (all locations checked)
- Proper registrations in NY, CT, IL, TX, DE
- Workers' compensation coverage: Technology Insurance Co
- Non-profit: Tacombi Foundation, Inc. (NY)
- ADA lawsuit (2019) for website accessibility (resolved)
- $1M NYS Excelsior Jobs Program tax credit (active)
            

Documentation

Enigma Developer Docs: documentation.enigma.com

MCP is a new protocol and we're actively working to support multiple platforms. If you encounter any issues, please reach out to us at support@enigma.com.