genome-map
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 |
| Full investment signal for a ticker (conviction, archetype, ECL/PFSL, options) |
| Top conviction signals across all tracked tickers |
| Live macro regime + 7 ECL module scores |
| 3M/6M/12M multi-horizon signals with divergence |
| Upstream supply chain risk and conviction drag |
| Pre-financial signal layer from SEC EDGAR |
| Current macro regime summary |
| Natural language Q&A grounded in live Genome data |
Related MCP server: Edgar MCP Service
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 mcpThen 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 |
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseBqualityBmaintenanceDeliver real-time investment research with extensive private and public market data.Last updated3454145MIT- -license-quality-maintenanceEnables deep analysis of SEC EDGAR filings through universal company search, document content extraction, and advanced filing search capabilities. Provides AI-ready access to business descriptions, risk factors, financial statements, and full-text search across any public company's SEC documents.Last updated
- Alicense-qualityDmaintenanceAgent-native company intelligence. AI agents search and retrieve structured, verified company context (certifications, capabilities, capacity, lead times) for manufacturing & supply chain via 5 MCP tools.Last updatedMIT
- Alicense-qualityBmaintenanceAccess ServiceGraph — a structured catalog of 100k+ US professional-services firms (law, marketing, consulting, accounting, IT services, architecture, engineering, HR, PR, design) with filters for industry, services offered, location, size, ratings, and third-party listing presence.Last updated68MIT
Related MCP Connectors
Real-time supply chain risk intelligence — 24 tools, proprietary indices, predictive signals
Give your AI deep fundamentals on US public companies — metrics, segments, peers. Free.
Company and market intelligence, news, enrichment, and agentic workflows for dealmakers.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rdcahalane/genome-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server