← scrutica.com
INDIVIDUAL MCP TOOL
scrutica_get_sovereign_program
Fetch detailed data on a national sovereign AI compute program.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.scrutica]
url = "https://scrutica.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"scrutica": {
"type": "http",
"url": "https://scrutica.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: scrutica
Remote MCP URL: https://scrutica.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"scrutica": {
"url": "https://scrutica.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"scrutica": {
"type": "http",
"url": "https://scrutica.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "scrutica",
"transport": "streamable-http",
"url": "https://scrutica.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
scrutica_search— Search facilities, companies, or sovereign programs by free-text query.scrutica_get_facility— Fetch complete details for a single Scrutica facility by canonical ID.scrutica_get_company— Fetch complete details for a single organization (company, government entity, holding company) by canonical Scrutica ID.scrutica_query_export_controls— Look up BIS Entity List designations for companies or countries.scrutica_get_supply_chain— Return supply-chain relationships for one or more organizations.scrutica_get_scenario— Fetch geopolitical compute risk scenarios.scrutica_estimate_flops— Compute peak BF16 FLOP estimates for a hardware configuration.scrutica_get_methodology— Return methodology documentation for a Scrutica metric or index.