{
  "name": "NORA AI",
  "description": "AI business assistant platform",
  "version": "1.0",
  "tools": [
    {
      "name": "generate_content",
      "description": "Generate social media posts",
      "endpoint": "/api/mcp",
      "method": "POST"
    },
    {
      "name": "find_leads",
      "description": "Find business leads",
      "endpoint": "/api/mcp",
      "method": "POST"
    },
    {
      "name": "run_seo_scan",
      "description": "Run SEO analysis",
      "endpoint": "/api/mcp",
      "method": "POST"
    },
    {
      "name": "get_analytics",
      "description": "Get business analytics",
      "endpoint": "/api/mcp",
      "method": "POST"
    },
    {
      "name": "get_daily_brief",
      "description": "Get daily business brief",
      "endpoint": "/api/mcp",
      "method": "POST"
    }
  ]
}