Industrial system intelligence for AI agents. Conviction scores, archetypes, and operational diligence for 10,000+ industrial companies from public signals.
Project description
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 |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file genome_industrial_intelligence-0.1.0.tar.gz.
File metadata
- Download URL: genome_industrial_intelligence-0.1.0.tar.gz
- Upload date:
- Size: 13.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c23b21191e064932606aa66ead55261b6fc1daf0c9ef12c2193d14216719781
|
|
| MD5 |
7a58c07e468fd7d01799053a78a787c8
|
|
| BLAKE2b-256 |
0e1b256524daedcca139e930a27be145e04eff369b3c337f7a474fc8ebd83af6
|
File details
Details for the file genome_industrial_intelligence-0.1.0-py3-none-any.whl.
File metadata
- Download URL: genome_industrial_intelligence-0.1.0-py3-none-any.whl
- Upload date:
- Size: 15.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b85a02b9ec554504d2ffbebdec5708dfe3f13c4c9249913ef2a8f4bea132bc51
|
|
| MD5 |
6c95cb983276bd0a8c697165ae6a7c0d
|
|
| BLAKE2b-256 |
6a5a2f9e9df3babd8bfde425addfc1eb1e37661dd7fbaa0ff4c7a75a7740bba0
|