genome-map

genome-map

Access industrial fingerprint data for insight into supply chain and company performance

Category
Visit Server

README

<!-- mcp-name: io.github.rdcahalane/genome-industrial-intelligence -->

Genome Industrial Intelligence — MCP Server

Industrial system intelligence for AI agents. Conviction scores, archetypes, and operational diligence for 10,000+ industrial companies from public signals. Built for PE firms, M&A advisors, and AI agents doing industrial research.

→ Get an API key: genomestudio.vercel.app/dealmakers
→ Available on Smithery: smithery.ai/servers/rdcahalane/genome-industrial-intelligence

Tools

Tool Description
get_signal Full investment signal for a ticker (conviction, archetype, ECL/PFSL, options)
get_screener Top conviction signals across all tracked tickers
get_ecl Live macro regime + 7 ECL module scores
get_horizons 3M/6M/12M multi-horizon signals with divergence
get_supply_chain Upstream supply chain risk and conviction drag
get_pfsl Pre-financial signal layer from SEC EDGAR
get_regime Current macro regime summary
ask_genome Natural language Q&A grounded in live Genome data

Setup

Option 1: Smithery (recommended — no local install)

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "genome": {
      "command": "npx",
      "args": ["-y", "@smithery/cli@latest", "run", "rdcahalane/genome-industrial-intelligence", "--key", "<your-smithery-key>"],
      "env": {
        "GENOME_COMMERCIAL_KEY": "gk_live_<your-key>"
      }
    }
  }
}

Option 2: Direct (requires Python 3.11+)

pip install httpx mcp

Then add to Claude Desktop config:

{
  "mcpServers": {
    "genome": {
      "command": "python3",
      "args": ["-m", "genome_mcp"],
      "env": {
        "GENOME_COMMERCIAL_KEY": "gk_live_<your-key>",
        "GENOME_API_URL": "https://genome-api-production.up.railway.app"
      }
    }
  }
}

OpenAI Function Calling

See openai_functions.json for the complete tool spec.

LangChain

See langchain_tools.py for BaseTool implementations.

from langchain_tools import get_genome_tools
tools = get_genome_tools()

Example agent queries

  • "Which industrials have the strongest buy signals right now?"
  • "What's ROK's conviction and why?"
  • "Is the current macro regime favorable for HVAC names?"
  • "Give me a diligence brief on Emerson Electric"
  • "Which PE-owned industrials are showing fragile archetypes?"
  • "Compare HON and EMR on supply chain risk"
  • "What's the CPI pipeline pressure on diversified industrials?"

Pricing

Purchase at genomestudio.vercel.app/dealmakers

Plan Price Lookups
Pay-as-you-go $49 one-time 10 lookups
Pro $199/month 200 lookups/month
Enterprise Custom Custom SLA

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured