← Registry

Content Tools

menfem.com

Searches articles, companies, and retrieves insights and market calls from MenFem's database.

3 endpoints48 known toolsFirst detected June 23, 2026Last detected September 10, 2026

ENDPOINT 1

https://menfem.com/api/mcp/menfem

No auth detected

MCP server metadata

Name
menfem-mcp
Version
0.3.0
Capabilities
tools

Known tools 16

findArticles

Search MenFem's published articles by title and excerpt.

Inferred read-only
checkClaim

Search The Primary Record — MenFem's ledger of market-moving claims graded against companies' own primary documents.

Inferred read-only
findCompanies

Search MenFem's company database by name and description.

Inferred read-only
getInsightManifesto

Retrieve MenFem's Insight Manifesto — the 16-pillar worldview.

Inferred read-only
getRecentMarketCalls

List MenFem's most recently published market calls — on-the-record predictions with entry prices and time horizons.

Inferred read-only
getTokenPrices

Per-model LLM inference list prices — a DATED, HAND-READ price table, not a live index.

Inferred read-only
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).

Inferred read-only
getPriceHistory

RETIRED 2026-08-21 — always errors.

Inferred read-only
searchKb

Search MenFem's Knowledge Base — concepts and entities across the frontier-stack research topics (ai, hardware, genomics, robotics, bci-neuroscience, electrification, space, optical-computing, crypto, critical-materials, energy, ai-bio, datacenters, inference-economics).

Inferred read-only
listStack

The stack layers — the physical bottlenecks in the AI-infra build-out (litho-fab, hbm-memory, accelerators, optics-interconnect, power, and any others the register names), each with its constraint number (the one figure that best states the bottleneck) and how many tracked data series and event sources feed it.

Inferred read-only
getStackLayer

One stack layer in full: its constraint number and every register entry that feeds it (series, calendars, event logs, and hand-tracked sources), each with its shape, status, cadence and what it produces.

Inferred read-only
getBeatIndex

One beat's index: the full stored weekly curve, this week's move, and the top/bottom constituent movers behind it.

Inferred read-only
getCompanyEvents

What has happened to one published company — the typed event rows the sweep deposits (guidance, deployments, site news, contracts, filings, regulatory moves, price moves, export controls, clearances) plus dossier-change rows, newest first.

Inferred read-only
getPrintBaseRate

One ticker's print base rate: how many of its earnings prints have been graded, how many closed up, the median absolute move, and the most recent graded prints.

Inferred read-only
getSeries

A named collector series from docs/context/beat-data-register.json — a dated, cron-written record, never a live fetch.

Inferred read-only
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.

Inferred read-only

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/api/mcp/menfem"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: menfem-mcp
Remote MCP URL: https://menfem.com/api/mcp/menfem

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/api/mcp/menfem"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

ENDPOINT 2

https://menfem.com/.well-known/mcp

No auth detected

MCP server metadata

Name
menfem-mcp
Version
0.3.0
Capabilities
tools

Known tools 16

findArticles

Search MenFem's published articles by title and excerpt.

Inferred read-only
checkClaim

Search The Primary Record — MenFem's ledger of market-moving claims graded against companies' own primary documents.

Inferred read-only
findCompanies

Search MenFem's company database by name and description.

Inferred read-only
getInsightManifesto

Retrieve MenFem's Insight Manifesto — the 16-pillar worldview.

Inferred read-only
getRecentMarketCalls

List MenFem's most recently published market calls — on-the-record predictions with entry prices and time horizons.

Inferred read-only
getTokenPrices

Per-model LLM inference list prices — a DATED, HAND-READ price table, not a live index.

Inferred read-only
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).

Inferred read-only
getPriceHistory

RETIRED 2026-08-21 — always errors.

Inferred read-only
searchKb

Search MenFem's Knowledge Base — concepts and entities across the frontier-stack research topics (ai, hardware, genomics, robotics, bci-neuroscience, electrification, space, optical-computing, crypto, critical-materials, energy, ai-bio, datacenters, inference-economics).

Inferred read-only
listStack

The stack layers — the physical bottlenecks in the AI-infra build-out (litho-fab, hbm-memory, accelerators, optics-interconnect, power, and any others the register names), each with its constraint number (the one figure that best states the bottleneck) and how many tracked data series and event sources feed it.

Inferred read-only
getStackLayer

One stack layer in full: its constraint number and every register entry that feeds it (series, calendars, event logs, and hand-tracked sources), each with its shape, status, cadence and what it produces.

Inferred read-only
getBeatIndex

One beat's index: the full stored weekly curve, this week's move, and the top/bottom constituent movers behind it.

Inferred read-only
getCompanyEvents

What has happened to one published company — the typed event rows the sweep deposits (guidance, deployments, site news, contracts, filings, regulatory moves, price moves, export controls, clearances) plus dossier-change rows, newest first.

Inferred read-only
getPrintBaseRate

One ticker's print base rate: how many of its earnings prints have been graded, how many closed up, the median absolute move, and the most recent graded prints.

Inferred read-only
getSeries

A named collector series from docs/context/beat-data-register.json — a dated, cron-written record, never a live fetch.

Inferred read-only
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.

Inferred read-only

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/.well-known/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

ENDPOINT 3

https://menfem.com/mcp

No auth detected

MCP server metadata

Name
menfem-mcp
Version
0.3.0
Capabilities
tools

Known tools 16

findArticles

Search MenFem's published articles by title and excerpt.

Inferred read-only
checkClaim

Search The Primary Record — MenFem's ledger of market-moving claims graded against companies' own primary documents.

Inferred read-only
findCompanies

Search MenFem's company database by name and description.

Inferred read-only
getInsightManifesto

Retrieve MenFem's Insight Manifesto — the 16-pillar worldview.

Inferred read-only
getRecentMarketCalls

List MenFem's most recently published market calls — on-the-record predictions with entry prices and time horizons.

Inferred read-only
getTokenPrices

Per-model LLM inference list prices — a DATED, HAND-READ price table, not a live index.

Inferred read-only
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).

Inferred read-only
getPriceHistory

RETIRED 2026-08-21 — always errors.

Inferred read-only
searchKb

Search MenFem's Knowledge Base — concepts and entities across the frontier-stack research topics (ai, hardware, genomics, robotics, bci-neuroscience, electrification, space, optical-computing, crypto, critical-materials, energy, ai-bio, datacenters, inference-economics).

Inferred read-only
listStack

The stack layers — the physical bottlenecks in the AI-infra build-out (litho-fab, hbm-memory, accelerators, optics-interconnect, power, and any others the register names), each with its constraint number (the one figure that best states the bottleneck) and how many tracked data series and event sources feed it.

Inferred read-only
getStackLayer

One stack layer in full: its constraint number and every register entry that feeds it (series, calendars, event logs, and hand-tracked sources), each with its shape, status, cadence and what it produces.

Inferred read-only
getBeatIndex

One beat's index: the full stored weekly curve, this week's move, and the top/bottom constituent movers behind it.

Inferred read-only
getCompanyEvents

What has happened to one published company — the typed event rows the sweep deposits (guidance, deployments, site news, contracts, filings, regulatory moves, price moves, export controls, clearances) plus dossier-change rows, newest first.

Inferred read-only
getPrintBaseRate

One ticker's print base rate: how many of its earnings prints have been graded, how many closed up, the median absolute move, and the most recent graded prints.

Inferred read-only
getSeries

A named collector series from docs/context/beat-data-register.json — a dated, cron-written record, never a live fetch.

Inferred read-only
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.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for menfem.com was fetched 2026-08-09T11:28:27.180Z and is being refreshed.

Trust status RestrictedContent

menfem.com is assessed as RestrictedContent: Domain runs gambling-related technology.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.