Appearance
๐งช MCP Tool Tester โ
Test Fantasy402 MCP tools interactively with real-time execution.
How to Use โ
- Select Tool: Choose from the dropdown list of available MCP tools
- Configure Arguments: Enter JSON arguments in the textarea
- Execute: Click "Fire" to execute the tool
- 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 analysisanalyzeAnomalyRisk- Risk anomaly detectiongetMarketAnalysis- Market trend analysis
Fantasy402 Manager โ
getActiveAccounts- Active customer accountsgetCustomerAdminData- Customer administrationgetAgentPerformance- Agent performance metrics
Core Betting โ
getOdds- Current betting oddsplaceBet- Place new betsgetBetHistory- Historical bet data
Financial Operations โ
calculate_commission- Commission calculationsgetCashflowSummary- Cash flow analysisprocess_settlement- Bet settlements
Risk Management โ
getSharpDetection- Sharp money detectiongetRealtimeExposure- Real-time exposure monitoringmanage_circuit_breakers- Circuit breaker management
Operational Tools โ
getWebLogs- Web access logscalibrateModel- Model calibrationgetDailyOperationsSummary- Daily operations summary