← runvigil.app

INDIVIDUAL MCP TOOL

simulate_drawdown

Simulate how trailing drawdown works for a specific firm and account size.

runvigil.appnone 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

runvigil.app

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • lookup_firm_rules — Look up the complete trading rules for any prop trading firm.
  • compare_firms — Compare two prop trading firms side by side.
  • check_trust_score — Check the independent trust score for a prop trading firm.
  • lookup_term — Look up a prop firm trading term definition.
  • list_firms — List all prop trading firms in the database with basic info.
  • find_best_firm — Find the best prop firm based on specific criteria like budget, trading style, market preference, and drawdown tolerance.