Content Tools
menfem.com
Searches articles, companies, and retrieves insights and market calls from MenFem's database.
ENDPOINT 1
https://menfem.com/api/mcp/menfem
MCP server metadata
- Name
- menfem-mcp
- Version
- 0.3.0
Known tools 16
checkClaimSearch The Primary Record — MenFem's ledger of market-moving claims graded against companies' own primary documents.
Inferred read-onlygetRecentMarketCallsList MenFem's most recently published market calls — on-the-record predictions with entry prices and time horizons.
Inferred read-onlygetTokenPricesPer-model LLM inference list prices — a DATED, HAND-READ price table, not a live index.
Inferred read-onlygetPriceSpreadsOpen-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-onlysearchKbSearch 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-onlylistStackThe 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-onlygetStackLayerOne 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-onlygetBeatIndexOne beat's index: the full stored weekly curve, this week's move, and the top/bottom constituent movers behind it.
Inferred read-onlygetCompanyEventsWhat 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-onlygetPrintBaseRateOne 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-onlygetSeriesA named collector series from docs/context/beat-data-register.json — a dated, cron-written record, never a live fetch.
Inferred read-onlygetHardwarePricesThe 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-onlyCONNECT 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
MCP server metadata
- Name
- menfem-mcp
- Version
- 0.3.0
Known tools 16
checkClaimSearch The Primary Record — MenFem's ledger of market-moving claims graded against companies' own primary documents.
Inferred read-onlygetRecentMarketCallsList MenFem's most recently published market calls — on-the-record predictions with entry prices and time horizons.
Inferred read-onlygetTokenPricesPer-model LLM inference list prices — a DATED, HAND-READ price table, not a live index.
Inferred read-onlygetPriceSpreadsOpen-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-onlysearchKbSearch 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-onlylistStackThe 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-onlygetStackLayerOne 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-onlygetBeatIndexOne beat's index: the full stored weekly curve, this week's move, and the top/bottom constituent movers behind it.
Inferred read-onlygetCompanyEventsWhat 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-onlygetPrintBaseRateOne 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-onlygetSeriesA named collector series from docs/context/beat-data-register.json — a dated, cron-written record, never a live fetch.
Inferred read-onlygetHardwarePricesThe 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-onlyCONNECT 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
MCP server metadata
- Name
- menfem-mcp
- Version
- 0.3.0
Known tools 16
checkClaimSearch The Primary Record — MenFem's ledger of market-moving claims graded against companies' own primary documents.
Inferred read-onlygetRecentMarketCallsList MenFem's most recently published market calls — on-the-record predictions with entry prices and time horizons.
Inferred read-onlygetTokenPricesPer-model LLM inference list prices — a DATED, HAND-READ price table, not a live index.
Inferred read-onlygetPriceSpreadsOpen-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-onlysearchKbSearch 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-onlylistStackThe 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-onlygetStackLayerOne 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-onlygetBeatIndexOne beat's index: the full stored weekly curve, this week's move, and the top/bottom constituent movers behind it.
Inferred read-onlygetCompanyEventsWhat 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-onlygetPrintBaseRateOne 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-onlygetSeriesA named collector series from docs/context/beat-data-register.json — a dated, cron-written record, never a live fetch.
Inferred read-onlygetHardwarePricesThe 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-onlyCONNECT 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.
menfem.com is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.