Raw scan report

Vultr — the complete, unedited output of the deterministic mcptrustchecker engine v1.9.0, scanned . Every finding, capability tag and score component below is exactly what the engine produced — no AI, no post-processing.

← Back to the scan page
{
  "tool": {
    "name": "mcptrustchecker",
    "version": "1.9.0",
    "methodologyVersion": "mcptrustchecker-1.9"
  },
  "target": {
    "id": "mcp-vultr",
    "source": {
      "kind": "package",
      "origin": "mcp-vultr"
    },
    "server": {
      "name": "mcp-vultr"
    }
  },
  "grade": "A",
  "score": {
    "score": 96,
    "threatScore": 100,
    "grade": "A",
    "band": "A",
    "categorySubtotals": {
      "injection": 0,
      "exfiltration": 0,
      "permissions": 0,
      "supply-chain": 0,
      "network": 0,
      "hygiene": 0
    },
    "vector": [
      {
        "kind": "client",
        "term": "capability-exposure",
        "level": "moderate",
        "label": "capability blast radius (moderate) — client exposure if the model is manipulated",
        "appliedPenalty": 3
      },
      {
        "kind": "client",
        "term": "verification-discount",
        "level": "repo",
        "label": "publisher verification (public source) — no provenance, but the source is public and inspectable",
        "appliedPenalty": 1
      },
      {
        "kind": "client",
        "term": "coverage-honesty",
        "level": "source",
        "label": "inspection depth (source) — how much of the target the scan could see",
        "appliedPenalty": 0
      }
    ],
    "gatesFired": [],
    "methodologyVersion": "mcptrustchecker-1.9"
  },
  "capability": {
    "level": "moderate",
    "reasons": [
      "can send data / act on an external service"
    ],
    "tags": [
      "external-sink"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (200 recovered), not enumerated from a running server. Tool-poisoning, Unicode-smuggling, capability and toxic-flow analysis ran on this inferred surface, but a mis-parsed registration could be missed or mis-attributed, so tool-derived findings are capped below “confirmed”. To grade the real runtime surface, scan the running server: --command \"npx -y <package>\"."
    ]
  },
  "findings": [
    {
      "ruleId": "MTC-SRC-003",
      "title": "Hardcoded egress to an external endpoint (src/mcp_vultr/serverless_inference_analyzer.py)",
      "category": "exfiltration",
      "severity": "medium",
      "confidence": "strong",
      "description": "In the server's implementation (`src/mcp_vultr/serverless_inference_analyzer.py:492`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
      "remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
      "location": {
        "kind": "server",
        "name": "src/mcp_vultr/serverless_inference_analyzer.py"
      },
      "evidence": "}} ] }} response = requests.post( 'https://api.vultr.com/v2/inference/chat/completions', headers=headers,",
      "owasp": "LLM02:2025 Sensitive Information Disclosure",
      "data": {
        "rule": "MTC-SRC-003",
        "file": "src/mcp_vultr/serverless_inference_analyzer.py",
        "line": 492,
        "nonRuntime": false
      }
    }
  ],
  "toxicFlows": [],
  "capabilities": [
    {
      "tool": "list_bare_metal_servers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_bare_metal_server",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_bare_metal_server",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_bare_metal_server",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_bare_metal_server",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "start_bare_metal_server",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "stop_bare_metal_server",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "reboot_bare_metal_server",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "reinstall_bare_metal_server",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_bare_metal_bandwidth",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_bare_metal_neighbors",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_bare_metal_user_data",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_bare_metal_plans",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_bare_metal_plan",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_bare_metal_plans",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_bare_metal_servers_by_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_bare_metal_servers_by_region",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_bare_metal_server_summary",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_account_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_current_balance",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_billing_history",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_invoices",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_invoice",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_invoice_items",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_monthly_usage_summary",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_current_month_summary",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_last_month_summary",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "analyze_spending_trends",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_cost_breakdown_by_service",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_payment_summary",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "attach",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "detach",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_by_region",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_unattached",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_attached",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_volume_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_mounting_instructions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_cdn_zones",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_cdn_zone",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_cdn_zone",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_cdn_zone",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_cdn_zone",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "purge_cdn_zone",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_cdn_zone_stats",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_cdn_zone_logs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_cdn_ssl_certificate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_cdn_ssl_certificate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_cdn_ssl_certificate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_cdn_available_regions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "analyze_cdn_performance",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "setup_cdn_for_website",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_cdn_zone_summary",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_plans",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "generate_docker_credentials",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "generate_kubernetes_credentials",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_docker_login_command",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_registry_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_domains",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_domain",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_domain",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_domain",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_records",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_record",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_record",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_record",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_record",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "validate_record",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "analyze_domain",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "setup_website",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "export_zone_file",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "import_zone_file",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_groups",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_rules",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "setup_web_server_rules",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "start",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "stop",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "reboot",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "reinstall",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_bandwidth",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_ipv4",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_ipv4",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_ipv4",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_ipv6",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_isos",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_iso",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_iso",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_iso",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_public_isos",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_custom_isos",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_iso_by_name",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_kubernetes_clusters",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_kubernetes_cluster",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_kubernetes_cluster",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_kubernetes_cluster",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_kubernetes_cluster",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_kubernetes_cluster_with_resources",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_kubernetes_cluster_config",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_kubernetes_cluster_resources",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_kubernetes_available_upgrades",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "upgrade_kubernetes_cluster",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_kubernetes_node_pools",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_kubernetes_node_pool",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_kubernetes_node_pool",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_kubernetes_node_pool",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_kubernetes_node_pool",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_kubernetes_nodes",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_kubernetes_node",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_kubernetes_node",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "recycle_kubernetes_node",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_kubernetes_versions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_kubernetes_cluster_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "scale_kubernetes_node_pool",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "analyze_kubernetes_cluster_costs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "setup_kubernetes_cluster_for_workload",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_ssl",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "disable_auto_ssl",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_forwarding_rules",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_forwarding_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_forwarding_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_forwarding_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_firewall_rules",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_firewall_rule",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "configure_basic_web_lb",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_health_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_configuration_summary",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_usage",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "analyze_database_performance",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_users",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_user_access_control",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_databases",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_logical_database",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_logical_database",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_logical_database",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_connection_pools",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_connection_pool",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_connection_pool",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_connection_pool",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_connection_pool",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_backups",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "restore_from_backup",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "fork_database",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_read_replica",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "promote_read_replica",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_available_versions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "start_version_upgrade",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_maintenance_updates",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "start_maintenance",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_migration_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "analyze_database_migration_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "start_migration",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "stop_migration",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_kafka_topics",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_kafka_topic",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_kafka_topic",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_kafka_topic",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "delete_kafka_topic",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "setup_mysql_database",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "setup_postgresql_database",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_application",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_applications",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_applications_by_vendor",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_popular_marketplace_apps",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_marketplace_app_variables",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_application_deployment_guide",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_application_categories",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_deployment_examples",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "regenerate_keys",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_clusters",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_cluster_tiers",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_s3_config",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "find_by_region",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_storage_summary",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "validate_s3_access",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_operating_systems",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_operating_system",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_linux_os",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_windows_os",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_os_by_name",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_os_by_name",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_application_images",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_os_by_family",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_plan",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_vc2_plans",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_vhf_plans",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_voc_plans",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "a5938ecfa301cd9b6c7cc97bde60adb06f0cbfe700bad63063d627ac882f945d",
  "stats": {
    "tools": 200,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 0,
      "medium": 1,
      "low": 0,
      "info": 0
    }
  }
}