{
  "markdown": "<!-- mcp-name: io.github.rdcahalane/genome-industrial-intelligence -->\n# Genome Industrial Intelligence — MCP Server\n\nIndustrial 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.\n\n**→ Get an API key:** [genomestudio.vercel.app/dealmakers](https://genomestudio.vercel.app/dealmakers)  \n**→ Available on Smithery:** [smithery.ai/servers/rdcahalane/genome-industrial-intelligence](https://smithery.ai/servers/rdcahalane/genome-industrial-intelligence)\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `get_signal` | Full investment signal for a ticker (conviction, archetype, ECL/PFSL, options) |\n| `get_screener` | Top conviction signals across all tracked tickers |\n| `get_ecl` | Live macro regime + 7 ECL module scores |\n| `get_horizons` | 3M/6M/12M multi-horizon signals with divergence |\n| `get_supply_chain` | Upstream supply chain risk and conviction drag |\n| `get_pfsl` | Pre-financial signal layer from SEC EDGAR |\n| `get_regime` | Current macro regime summary |\n| `ask_genome` | Natural language Q&A grounded in live Genome data |\n\n## Setup\n\n### Option 1: Smithery (recommended — no local install)\n\nAdd to `~/Library/Application Support/Claude/claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"genome\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@smithery/cli@latest\", \"run\", \"rdcahalane/genome-industrial-intelligence\", \"--key\", \"<your-smithery-key>\"],\n      \"env\": {\n        \"GENOME_COMMERCIAL_KEY\": \"gk_live_<your-key>\"\n      }\n    }\n  }\n}\n```\n\n### Option 2: Direct (requires Python 3.11+)\n\n```bash\npip install httpx mcp\n```\n\nThen add to Claude Desktop config:\n\n```json\n{\n  \"mcpServers\": {\n    \"genome\": {\n      \"command\": \"python3\",\n      \"args\": [\"-m\", \"genome_mcp\"],\n      \"env\": {\n        \"GENOME_COMMERCIAL_KEY\": \"gk_live_<your-key>\",\n        \"GENOME_API_URL\": \"https://genome-api-production.up.railway.app\"\n      }\n    }\n  }\n}\n```\n\n### OpenAI Function Calling\n\nSee [`openai_functions.json`](./openai_functions.json) for the complete tool spec.\n\n### LangChain\n\nSee [`langchain_tools.py`](./langchain_tools.py) for BaseTool implementations.\n\n```python\nfrom langchain_tools import get_genome_tools\ntools = get_genome_tools()\n```\n\n## Example agent queries\n\n- \"Which industrials have the strongest buy signals right now?\"\n- \"What's ROK's conviction and why?\"\n- \"Is the current macro regime favorable for HVAC names?\"\n- \"Give me a diligence brief on Emerson Electric\"\n- \"Which PE-owned industrials are showing fragile archetypes?\"\n- \"Compare HON and EMR on supply chain risk\"\n- \"What's the CPI pipeline pressure on diversified industrials?\"\n\n## Pricing\n\nPurchase at [genomestudio.vercel.app/dealmakers](https://genomestudio.vercel.app/dealmakers)\n\n| Plan | Price | Lookups |\n|------|-------|---------|\n| Pay-as-you-go | $49 one-time | 10 lookups |\n| Pro | $199/month | 200 lookups/month |\n| Enterprise | Custom | Custom SLA |\n",
  "bytes": 3035,
  "sha": "15e1b3b60267980689925ba92e03ed5a4d0b725cabd2069cc913e69a7875c99b",
  "repo_slug": "rdcahalane/genome-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_rdcahalane_genome_industrial_i_4d5682ef/readme"
}