Genome for Dealmakers

Industrial diligence in 5 minutes.

Company name in. Structured 6-section report out. Conviction score, operational signals, leadership stability, SI-addressability, and 5 AI-generated diligence questions — from public signals, no management access required.

REST API + MCPWorks with any AI agentNo internal data needed
POST /v1/report/ROK200 OK
{
  "ticker": "ROK",
  "company_name": "Rockwell Automation Inc",
  "headline": {
    "conviction": {
      "score": 0.43,
      "label": "BUY",
      "archetype": "oscillatory",
      "trajectory": "improving"
    }
  },
  "flags": [
    "high_si_addressability",
    "options_flow_bullish"
  ],
  "diligence_questions": [
    "What is the channel inventory normalization timeline, and what assumptions drive management's Q3 guidance?",
    "Is the workforce reduction targeted at non-core functions, or does it reflect demand signal deterioration?"
  ]
}

Pricing

$49
10 lookups
$4.90/lookup · One-time credit pack. Never expires.
Most popular
$199
per month
$1.00/lookup · 200 lookups/month. Cancel anytime.

Enterprise pricing (custom volume, SLA, on-prem) — email ryan@axiomsystems.io

What's in a report

Conviction & Signal
Archetype, trajectory, conviction score (0–1), 3M/6M/12M horizon divergence
Operational Intel
Job posting velocity, SI-addressability score, OSHA safety grade, EPA environmental grade
Leadership Stability
Executive tenure, recent transitions, board interlocks, succession risk
Cross-Engine Flags
Automated red/yellow flags from signal contradictions and threshold breaches
Peer Comparables
5 closest archetype peers by fingerprint distance
Diligence Questions
5 AI-generated questions specific to this company's signal pattern

Quick start

# REST
curl -X POST https://genome-api-production.up.railway.app/v1/report/ROK \
  -H "Authorization: Bearer gk_live_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'

# MCP (Claude / Cursor / any MCP host)
GENOME_COMMERCIAL_KEY=gk_live_YOUR_KEY python3 mcp/genome_mcp.py
Full API documentation →