{
  "id": "nexora-agent",
  "name": "Nexora Agent",
  "description": "Automated charting & anomaly detection agent for data visualization. Generates automated charts, detects anomalies in datasets, forecasts trends, and creates AI-powered summary reports.",
  "version": "1.0.0",
  "tags": ["charting", "anomaly-detection", "visualization", "trend-forecasting", "reporting"],
  "pricing_model": "0.0005 ETH per query or freemium with limits",
  "documentation_url": "https://github.com/trywhee/agents/tree/main/agent-nexora",
  "status": "active",
  "capabilities": ["streaming", "tools", "prompts", "resources"],
  "examples": [
    {
      "title": "Automated chart",
      "description": "Generate chart from dataset",
      "command": "/chart sales.csv --type line --x month --y revenue"
    },
    {
      "title": "Detect anomalies",
      "description": "Find outliers in time series data",
      "command": "/detect sensor_data.json --method isolation-forest --threshold 0.95"
    },
    {
      "title": "Summary report",
      "description": "Create AI summary of key metrics",
      "command": "/summarize quarterly_report.csv --sections overview,insights"
    }
  ],
  "url": "https://mcp-server-agents-8aui.vercel.app/mcp/agent-nexora",
  "skills": [
    {
      "id": "automated_charting",
      "name": "Automated Charting",
      "description": "Generate automated charts from data"
    },
    {
      "id": "anomaly_detection",
      "name": "Anomaly Detection",
      "description": "Detect anomalies in datasets"
    },
    {
      "id": "trend_forecasting",
      "name": "Trend Forecasting",
      "description": "Forecast future trends"
    },
    {
      "id": "summary_report",
      "name": "Summary Report",
      "description": "Generate AI-powered summary reports"
    }
  ],
  "authentication": {
    "type": "none"
  }
}
