← menfem.com

INDIVIDUAL MCP TOOL

getRecentMarketCalls

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

menfem.comnone authenticationAvailability not checked

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 endpoint

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "menfem-com",
  "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.

Related tools

  • findArticles — Search MenFem's published articles by title and excerpt.
  • findCompanies — Search MenFem's company database by name and description.
  • getInsightManifesto — Retrieve MenFem's Insight Manifesto — the 16-pillar worldview.