MCP server intelligence profile

Yamaru Hardware Probe MCP Server

Expert system hardware probe and performance diagnostic engine for AI, Gaming, and High-Performance workflows. Provides deep system insights such as real-time monitoring, thermal diagnostics, and LLM optimization

Local OnlyOfficial distributionyamaru-eu
Verified cleanNpm · 1.1.3

Our scanner tested version 1.1.3 without proving a finding in the methods exercised. This is not a guarantee that every deployment is secure.

1Distribution channel
11Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install @yamaru-eu/hardware-probe from npm

Version 1.1.3 declares 1 executable entrypoint.

npm install --save-exact @yamaru-eu/hardware-probe@1.1.3
npx -y -p @yamaru-eu/hardware-probe@1.1.3 @yamaru-eu/hardware-probe
MCP client configuration example
{
  "mcpServers": {
    "@yamaru-eu/hardware-probe": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "@yamaru-eu/hardware-probe@1.1.3",
        "@yamaru-eu/hardware-probe"
      ]
    }
  }
}

Identity

Canonical slugyamaru-hardware-probe-cbbbb723DeploymentLocal Only
Canonical packagenpm:@yamaru-eu/hardware-probeRepositoryyamaru-eu/hardware-probe
First publishedLatest release
Last security verificationAug 20, 2026Classification confidence90%
PublicationPublishedOfficial distributionYes

Distributions

ChannelIdentifierCurrent versionVersionsSource
npm@yamaru-eu/hardware-probe1.1.31Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npm@yamaru-eu/hardware-probe1.1.3CurrentSep 5, 202611 toolsSucceeded · 0 resources · 0 promptsVerified clean
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

Provenanceartifact_hash_verifiedSignature
MCP SDK@modelcontextprotocol/sdk Artifact SHA-256e3fed0bac476c7879b3d3b2c72445a3ecfdceccd42be1cbd323ef7ce60810bbe
Scannermcp-proof-engine 0.1.0Scan completedAug 20, 2026
Security rating37 / 100Methodologyversion-rating-1.0
Executable entrypoints
[
  "@yamaru-eu/hardware-probe"
]
Rating reasons
[
  "security_policy_not_observed"
]
0Proven
86Clean
0Inconclusive
0Flaky
0Errors

Current protocol inventory

2025-06-18Negotiated protocol
yamaru-hardware-probeServer-reported name
1Capability groups
Aug 18, 2026Observed

Tools 11

ToolCategoryAnnotationsRisk
analyze_inference_configPerforms a deep scan for LLM inference optimization: GPU details, real memory bandwidth benchmark, ML runtimes (Ollama, Docker, WSL), and environment variables.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
analyze_local_systemReads the hardware specifications of the local machine: CPU, RAM, motherboard and OS. Returns a structured JSON object.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
analyze_performanceProvides real-time system performance: CPU load, memory usage, and top processes.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
analyze_ram_pressureReports current memory pressure: total/used/free/available memory, swap usage, and top processes by RSS.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
check_llm_compatibility(BETA) Checks if a specific LLM model can run on this machine. Returns optimal quantization and estimated tokens per second. Requires remote API connection.
Input schema
{
  "type": "object",
  "properties": {
    "model_name": {
      "type": "string",
      "description": "LLM model name (e.g., 'Llama 3.1 70B')"
    }
  },
  "required": [
    "model_name"
  ]
}
check_storage_healthReports per-disk health: type (NVMe/SSD/HDD), vendor, temperature, SMART status, and firmware.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
diagnose_antivirus_impactDetects running antivirus/EDR products and reads their exclusion rules. Checks dev hot paths coverage.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
get_inference_expert_knowledgeReturns the expert instructions and rules for optimizing LLM inference on this specific hardware. Call this to learn HOW to interpret analyze_inference_config results.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
get_llm_recommendations(BETA) Recommends the best LLM models that can run locally on this machine. Requires remote API connection.
Input schema
{
  "type": "object",
  "properties": {
    "use_case": {
      "type": "string",
      "enum": [
        "general",
        "coding",
        "reasoning",
        "chat"
      ],
      "description": "Use case"
    },
    "limit": {
      "type": "number",
      "description": "Max recommendations"
    }
  }
}
monitor_system_healthMonitors system metrics (CPU load, RAM usage, CPU temperature) over a configurable duration (up to 10 minutes) and returns min/max/avg statistics. Use duration_seconds to set the observation window and interval_seconds to control sampling granularity.
Input schema
{
  "type": "object",
  "properties": {
    "duration_seconds": {
      "type": "number",
      "description": "Monitoring duration in seconds (1-600)",
      "default": 10
    },
    "interval_seconds": {
      "type": "number",
      "description": "Sampling interval in seconds",
      "default": 2
    }
  }
}
thermal_profileReports current CPU and GPU thermal and frequency state: temperature, utilization, and fan speed.
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

Yamaru Hardware Probe MCP Server questions

How do I install Yamaru Hardware Probe MCP Server?

Install the selected package version with: npm install --save-exact @yamaru-eu/hardware-probe@1.1.3

What tools does Yamaru Hardware Probe MCP Server provide?

Yamaru Hardware Probe MCP Server exposed 11 tools during independent protocol observation, including analyze_inference_config, analyze_local_system, analyze_performance, analyze_ram_pressure, check_llm_compatibility, check_storage_health, diagnose_antivirus_impact, get_inference_expert_knowledge, and others.

Is Yamaru Hardware Probe MCP Server secure?

Our scanner tested version 1.1.3 without proving a finding in the methods exercised. This is not a guarantee that every deployment is secure.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP ServersMCP Servers With Completed Verification

Let’s talk about MCP security.

Share your details and our security team will contact you.