{
  "id": "insightforge-agent",
  "name": "InsightForge Agent",
  "description": "Statistical analysis & predictive modeling for deep insights. Performs deep statistical analysis, builds predictive models, and creates professional reports for data-driven decision making.",
  "version": "1.0.0",
  "tags": ["statistics", "predictive-modeling", "machine-learning", "reporting", "insights"],
  "pricing_model": "0.002 ETH per query or enterprise subscription",
  "documentation_url": "https://github.com/trywhee/agents/tree/main/agent-insightforge",
  "status": "active",
  "capabilities": ["streaming", "tools", "prompts", "resources"],
  "examples": [
    {
      "title": "Statistical analysis",
      "description": "Perform deep statistical analysis",
      "command": "/stats dataset.csv --tests t-test,anova --confidence 0.95"
    },
    {
      "title": "Predictive modeling",
      "description": "Build ML model for prediction",
      "command": "/predict model --train train.csv --target price --algo random-forest"
    },
    {
      "title": "Create report",
      "description": "Generate professional analysis report",
      "command": "/report analysis_results.json --format pdf --include-charts"
    }
  ],
  "url": "https://mcp-server-agents-8aui.vercel.app/mcp/agent-insightforge",
  "skills": [
    {
      "id": "statistical_analysis",
      "name": "Statistical Analysis",
      "description": "Deep statistical analysis"
    },
    {
      "id": "predictive_modeling",
      "name": "Predictive Modeling",
      "description": "Build predictive models"
    },
    {
      "id": "report_creation",
      "name": "Report Creation",
      "description": "Create professional reports"
    }
  ],
  "authentication": {
    "type": "none"
  }
}
