# Scrutica MCP server

AI compute infrastructure intelligence: facilities, supply chains, sovereign AI, export controls.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-davidgringras-scrutica
- Repository: https://github.com/davidgringras/scrutica
- Website: https://scrutica.com

## Install
- Endpoint: https://scrutica.com/api/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://scrutica.com/api/mcp

## Tools
- scrutica_search - Search facilities, companies, or sovereign programs by free-text query.
Returns ranked results with id, name, type, one-line summary, and Scrutica URL.
Filter by entity_type to scope to a single class. Filter by ISO 3166-1 alpha-2 country code.
Do NOT use this for BIS Entity List / export-control lookups — use scrutica_query_export_controls.
Do NOT use this for supply-chain traversal — resolve an entity ID first via this tool, then call scrutica_get_supply_chain. Endpoint: https://scrutica.com/api/mcp
- scrutica_get_facility - Fetch complete details for a single Scrutica facility by canonical ID.
Returns: operator, owner, country, power capacity (MW), GPU inventory (where disclosed), location (lat/lng), facility type, status, data_source, source_url, is_estimated flags, data quality flags, BIS Entity List exposure via the ownership chain.
Resolve facility IDs first via scrutica_search. Endpoint: https://scrutica.com/api/mcp
- scrutica_get_company - Fetch complete details for a single organization (company, government entity, holding company) by canonical Scrutica ID.
Returns: legal name, country of HQ, organization type, parent / subsidiary references, supply-chain edge counts.
Use scrutica_query_export_controls for BIS designation details. Use scrutica_get_supply_chain for full edge graphs. Endpoint: https://scrutica.com/api/mcp
- scrutica_query_export_controls - Look up BIS Entity List, OFAC SDN, and Wassenaar Arrangement CCL designations for companies or countries.
Fuzzy matches entity_name against organization_aliases. Returns designation_date, jurisdiction, control_reason, source_url (Federal Register anchor).
Authority tier: Federal-Register-anchored designations are Tier 1 (primary source). Endpoint: https://scrutica.com/api/mcp
- scrutica_get_supply_chain - Return supply-chain relationships for one or more organizations.
direction = 'upstream' traces suppliers (who feeds this entity); 'downstream' traces customers (who depends on this entity); 'both' returns both.
Each edge: source_org_id, target_org_id, relationship_type, supply_share (where disclosed), factset_price_correlation (3-month rolling, where available), data_source.
Dataset: 20,534 edges from FactSet Revere + WRDS + SEC Exhibit 21 (substrate snapshot 2026-05-19). Endpoint: https://scrutica.com/api/mcp
- scrutica_get_sovereign_program - Fetch detailed data on a national sovereign AI compute program.
Returns: announced_usd, announced_govt_only_usd, committed_usd, disbursed_usd, reality_ratio, status, key_partners, governance_reach, NVIDIA/US dependency, source_count.
'list_all' returns a summary table of all tracked programs for cross-country comparison. Endpoint: https://scrutica.com/api/mcp
- scrutica_get_scenario - Fetch geopolitical compute risk scenarios.
Available: 'taiwan-strait' (4 TSMC disruption scenarios), 'iran-threat' (IRGC missile range vs Gulf compute), 'tokyo-earthquake' (Japan memory-fab exposure), 'south-china-sea' (submarine cable severing), 'abqaiq-2' (Saudi grid).
Returns scenario summary with key assumptions, affected facilities, recovery timeline, and source citations. Endpoint: https://scrutica.com/api/mcp
- scrutica_estimate_flops - Compute peak BF16 FLOP estimates for a hardware configuration.
Returns point estimate + bounds. Methodology matches the Interactive Methodology Explorer at /methodology#flop-estimation.
Do NOT present outputs as exact measurements — always relay the bounds and the is_estimated flag. Endpoint: https://scrutica.com/api/mcp
- scrutica_get_methodology - Return methodology documentation for a Scrutica metric or index.
Topics: 'flop-estimation', 'cost-index', 'compute-visibility-index', 'supply-chain-weighting', 'chokepoint-cascade', 'sovereign-execution-classification'.
Returns the canonical URL + section anchor + summary. Use this when a user asks "how did you calculate X". Endpoint: https://scrutica.com/api/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.davidgringras
- Version: 0.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 15, 2026
- Source: https://registry.modelcontextprotocol.io
