← menfem.com

INDIVIDUAL MCP TOOL

getHardwarePrices

The latest cron-written price for every (SKU, provider) of one hardware-price kind — GPU rental $/hr, GPU used-market, DRAM spot, HBM contract, NAND spot.

menfem.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://menfem.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for getHardwarePrices and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

menfem.com

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.menfem-mcp]
url = "https://menfem.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "menfem-mcp": {
      "type": "http",
      "url": "https://menfem.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: menfem-mcp
Remote MCP URL: https://menfem.com/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": {
    "menfem-mcp": {
      "url": "https://menfem.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "menfem-mcp": {
      "type": "http",
      "url": "https://menfem.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "menfem-mcp",
  "transport": "streamable-http",
  "url": "https://menfem.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • findArticles — Search MenFem's published articles by title and excerpt.
  • checkClaim — Search The Primary Record — MenFem's ledger of market-moving claims graded against companies' own primary documents.
  • findCompanies — Search MenFem's company database by name and description.
  • getInsightManifesto — Retrieve MenFem's Insight Manifesto — the 16-pillar worldview.
  • getRecentMarketCalls — List MenFem's most recently published market calls — on-the-record predictions with entry prices and time horizons.
  • getTokenPrices — Per-model LLM inference list prices — a DATED, HAND-READ price table, not a live index.
  • getPriceSpreads — Open-vs-closed price spreads — per capability tier, the cheapest open-weight vs closed-API model price and the resulting cost multiple, computed across three workload profiles (general/agentic/reasoning, weighted by input:output ratio).
  • getPriceHistory — RETIRED 2026-08-21 — always errors.