Genome Industrial Intelligence
Server Details
Industrial intelligence for AI agents. Conviction scores and diligence for 10,000+ industrials.
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Uptime
- 0.0% over 37 days
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Scored across 9 tools
Each tool targets a distinct type of information (natural language queries, company diligence, macro regime, investment signals, etc.) with no functional overlap, making it easy for an agent to select the correct tool.
Eight of nine tools follow a consistent 'get_' prefix for retrieving data, while 'ask_genome' uses a different verb ('ask'). This minor deviation is still clear but breaks uniformity.
Nine tools is well-scoped for an industrial intelligence server, covering key areas without being overwhelming or sparse.
The tool set comprehensively covers the domain: macro context, company fundamentals, supply chain, signals, screening, and natural language queries. No obvious gaps for a read-only intelligence service.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
9 tool updates
- Changed
ask_genome1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "properties": { + "answer": { + "type": "string" + }, + "sources": { + "items": { + "type": "string" + }, + "type": "array" + }, + "tickers_referenced": { + "items": { + "type": "string" + }, + "type": "array" + } + }, + "required": [ + "answer" + ], + "type": "object" +}
- Changed
get_diligence2 fields changed- added
Input schema / properties / formatAdded value: +{ + "description": "Output format: 'full' (default) or 'json_compact' for token-efficient agent use", + "type": "string" +} - changed
Output schema / (root)Previous value: -nullNew value: +{ + "properties": { + "conviction": { + "type": "number" + }, + "sections": { + "properties": { + "diligence_questions": { + "type": "array" + }, + "financial_signals": { + "type": "object" + }, + "leadership": { + "type": "object" + }, + "operational_genome": { + "type": "object" + }, + "risk_flags": { + "type": "array" + }, + "supply_chain": { + "type": "object" + } + }, + "type": "object" + }, + "signal": { + "type": "string" + }, + "ticker": { + "type": "string" + } + }, + "required": [ + "ticker", + "conviction", + "signal" + ], + "type": "object" +}
- Changed
get_ecl1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "properties": { + "regime": { + "type": "string" + }, + "scores": { + "properties": { + "CPI": { + "type": "number" + }, + "DCS": { + "type": "number" + }, + "DCSI": { + "type": "number" + }, + "DLPS": { + "type": "number" + }, + "EPI": { + "type": "number" + }, + "LPI": { + "type": "number" + }, + "ROC": { + "type": "number" + } + }, + "type": "object" + } + }, + "required": [ + "regime", + "scores" + ], + "type": "object" +}
- Changed
get_horizons1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "properties": { + "divergence": { + "type": "string" + }, + "horizons": { + "properties": { + "12M": { + "properties": { + "archetype": { + "type": "string" + }, + "conviction": { + "description": "Conviction score from -1.0 to +1.0", + "type": "number" + }, + "ecl": { + "description": "External Constraint Layer macro scores", + "type": "object" + }, + "options_structure": { + "type": "string" + }, + "signal": { + "enum": [ + "STRONG_BUY", + "BUY", + "WATCH", + "NEUTRAL", + "SELL", + "STRONG_SELL", + "EARLY_WARNING" + ], + "type": "string" + }, + "ticker": { + "type": "string" + }, + "trajectory": { + "enum": [ + "improving", + "stable", + "deteriorating" + ], + "type": "string" + } + }, + "required": [ + "ticker", + "signal", + "conviction" + ], + "type": "object" + }, + "3M": { + "properties": { + "archetype": { + "type": "string" + }, + "conviction": { + "description": "Conviction score from -1.0 to +1.0", + "type": "number" + }, + "ecl": { + "description": "External Constraint Layer macro scores", + "type": "object" + }, + "options_structure": { + "type": "string" + }, + "signal": { + "enum": [ + "STRONG_BUY", + "BUY", + "WATCH", + "NEUTRAL", + "SELL", + "STRONG_SELL", + "EARLY_WARNING" + ], + "type": "string" + }, + "ticker": { + "type": "string" + }, + "trajectory": { + "enum": [ + "improving", + "stable", + "deteriorating" + ], + "type": "string" + } + }, + "required": [ + "ticker", + "signal", + "conviction" + ], + "type": "object" + }, + "6M": { + "properties": { + "archetype": { + "type": "string" + }, + "conviction": { + "description": "Conviction score from -1.0 to +1.0", + "type": "number" + }, + "ecl": { + "description": "External Constraint Layer macro scores", + "type": "object" + }, + "options_structure": { + "type": "string" + }, + "signal": { + "enum": [ + "STRONG_BUY", + "BUY", + "WATCH", + "NEUTRAL", + "SELL", + "STRONG_SELL", + "EARLY_WARNING" + ], + "type": "string" + }, + "ticker": { + "type": "string" + }, + "trajectory": { + "enum": [ + "improving", + "stable", + "deteriorating" + ], + "type": "string" + } + }, + "required": [ + "ticker", + "signal", + "conviction" + ], + "type": "object" + } + }, + "type": "object" + }, + "ticker": { + "type": "string" + } + }, + "required": [ + "ticker", + "horizons" + ], + "type": "object" +}
- Changed
get_pfsl1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "properties": { + "capex_intensity": { + "type": "number" + }, + "composite": { + "type": "number" + }, + "demand_velocity": { + "type": "number" + }, + "labor_talent": { + "type": "number" + }, + "narrative_shift": { + "type": "number" + }, + "operational_stress": { + "type": "number" + }, + "ticker": { + "type": "string" + } + }, + "required": [ + "ticker" + ], + "type": "object" +}
- Changed
get_regime1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "properties": { + "description": { + "type": "string" + }, + "key_drivers": { + "items": { + "type": "string" + }, + "type": "array" + }, + "regime": { + "type": "string" + }, + "roc_multiplier": { + "type": "number" + } + }, + "required": [ + "regime" + ], + "type": "object" +}
- Changed
get_screener1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "properties": { + "count": { + "type": "integer" + }, + "regime": { + "type": "string" + }, + "signals": { + "items": { + "properties": { + "archetype": { + "type": "string" + }, + "conviction": { + "description": "Conviction score from -1.0 to +1.0", + "type": "number" + }, + "ecl": { + "description": "External Constraint Layer macro scores", + "type": "object" + }, + "options_structure": { + "type": "string" + }, + "signal": { + "enum": [ + "STRONG_BUY", + "BUY", + "WATCH", + "NEUTRAL", + "SELL", + "STRONG_SELL", + "EARLY_WARNING" + ], + "type": "string" + }, + "ticker": { + "type": "string" + }, + "trajectory": { + "enum": [ + "improving", + "stable", + "deteriorating" + ], + "type": "string" + } + }, + "required": [ + "ticker", + "signal", + "conviction" + ], + "type": "object" + }, + "type": "array" + } + }, + "required": [ + "signals" + ], + "type": "object" +}
- Changed
get_signal1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "properties": { + "archetype": { + "type": "string" + }, + "conviction": { + "description": "Conviction score from -1.0 to +1.0", + "type": "number" + }, + "ecl": { + "description": "External Constraint Layer macro scores", + "type": "object" + }, + "options_structure": { + "type": "string" + }, + "signal": { + "enum": [ + "STRONG_BUY", + "BUY", + "WATCH", + "NEUTRAL", + "SELL", + "STRONG_SELL", + "EARLY_WARNING" + ], + "type": "string" + }, + "ticker": { + "type": "string" + }, + "trajectory": { + "enum": [ + "improving", + "stable", + "deteriorating" + ], + "type": "string" + } + }, + "required": [ + "ticker", + "signal", + "conviction" + ], + "type": "object" +}
- Changed
get_supply_chain1 field changed- changed
Output schema / (root)Previous value: -nullNew value: +{ + "properties": { + "signals": { + "items": { + "type": "object" + }, + "type": "array" + }, + "stressed_inputs": { + "items": { + "type": "string" + }, + "type": "array" + }, + "supply_chain_drag": { + "type": "number" + }, + "ticker": { + "type": "string" + } + }, + "required": [ + "ticker" + ], + "type": "object" +}
9 tool updates
- First observed
ask_genome - First observed
get_diligence - First observed
get_ecl - First observed
get_horizons - First observed
get_pfsl - First observed
get_regime - First observed
get_screener - First observed
get_signal - First observed
get_supply_chain
Related MCP Connectors
Private company data, entity-resolved news, targeted lists, and alternative signals for AI agents.
Evidence-backed capital-change intelligence and sourced financial data for AI agents
Primary-source SEC filing intelligence and financial/disclosure reconciliation for AI agents.
SEC filing intelligence for AI agents. Financials, screening, peer comparison for 5,000+ companies.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAgent-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.MIT
- AlicenseAqualityCmaintenanceTrust and quality infrastructure for AI agents. 233+ quality-scored capabilities for company data, compliance checks, financial validation, and more. Every capability has a transparent SQS quality score. Audit trails on every call. EU AI Act support.85MIT
- AlicenseAqualityAmaintenancePre-computed financial market intelligence for AI agents. Stocks, crypto, and ETFs.9114 npm5MIT
- AlicenseNot gradedqualityDmaintenanceAccess industrial fingerprint data for insight into supply chain and company performanceMIT
Glama MCP Gateway
Add one secure layer between your agents and this server.