Skip to content

๐Ÿงช MCP Tool Tester โ€‹

Test Fantasy402 MCP tools interactively with real-time execution.

How to Use โ€‹

  1. Select Tool: Choose from the dropdown list of available MCP tools
  2. Configure Arguments: Enter JSON arguments in the textarea
  3. Execute: Click "Fire" to execute the tool
  4. View Results: See the JSON-RPC response in the results area

Example Usage โ€‹

Get Active Accounts โ€‹

json
{
  "limit": 10
}

Player Analysis โ€‹

json
{
  "playerId": "12345",
  "sport": "NFL"
}

Risk Analysis โ€‹

json
{
  "customerId": "67890",
  "timeframe": "24h"
}

Response Format โ€‹

All tools return JSON-RPC 2.0 compliant responses:

json
{
  "jsonrpc": "2.0",
  "id": "1",
  "result": {
    "content": [
      {
        "type": "text",
        "text": "Tool execution result data"
      }
    ],
    "isError": false
  }
}

Available Tools โ€‹

The tester supports all 40+ Fantasy402 MCP tools:

AI Intelligence โ€‹

  • getPlayerAnalysis - Advanced player performance analysis
  • analyzeAnomalyRisk - Risk anomaly detection
  • getMarketAnalysis - Market trend analysis

Fantasy402 Manager โ€‹

  • getActiveAccounts - Active customer accounts
  • getCustomerAdminData - Customer administration
  • getAgentPerformance - Agent performance metrics

Core Betting โ€‹

  • getOdds - Current betting odds
  • placeBet - Place new bets
  • getBetHistory - Historical bet data

Financial Operations โ€‹

  • calculate_commission - Commission calculations
  • getCashflowSummary - Cash flow analysis
  • process_settlement - Bet settlements

Risk Management โ€‹

  • getSharpDetection - Sharp money detection
  • getRealtimeExposure - Real-time exposure monitoring
  • manage_circuit_breakers - Circuit breaker management

Operational Tools โ€‹

  • getWebLogs - Web access logs
  • calibrateModel - Model calibration
  • getDailyOperationsSummary - Daily operations summary