{
  "$schema": "https://agents.json/spec/v0.1",
  "spec": "agents.json/v0.1",
  "name": "EEC Global Agent Interface (Phase G)",
  "site": "https://eecglobal.com",
  "description": "Read-only, no-auth agent interface for EEC Global — 9 Phase G MCP tools + 12 Phase G REST endpoints covering exams, country pathways, visa types, Germany Chancenkarte points calculator, Germany public-university admissions planner, education-loan options, intake calendars, country-vs-country comparisons, and 30 AEO Q&A entries.",
  "version": "7.0.0",
  "updated": "2026-05-12",
  "license": "CC-BY-4.0",
  "auth": { "type": "none" },
  "actions": [
    { "id": "list_exams",                "method": "GET", "endpoint": "https://eecglobal.com/api/v1/ai/exams" },
    { "id": "get_exam",                  "method": "GET", "endpoint": "https://eecglobal.com/api/v1/ai/exams/{slug}" },
    { "id": "country_pathway",           "method": "GET", "endpoint": "https://eecglobal.com/api/v1/ai/country-pathway/{slug}" },
    { "id": "visa_details",              "method": "GET", "endpoint": "https://eecglobal.com/api/v1/ai/visa/{category}/{country}" },
    { "id": "chancenkarte_score",        "method": "GET", "endpoint": "https://eecglobal.com/api/v1/ai/germany/chancenkarte/score" },
    { "id": "germany_admissions_plan",   "method": "GET", "endpoint": "https://eecglobal.com/api/v1/ai/germany/admissions/plan" },
    { "id": "loan_options",              "method": "GET", "endpoint": "https://eecglobal.com/api/v1/ai/loans/options" },
    { "id": "intakes",                   "method": "GET", "endpoint": "https://eecglobal.com/api/v1/ai/intakes" },
    { "id": "list_comparisons",          "method": "GET", "endpoint": "https://eecglobal.com/api/v1/ai/compare" },
    { "id": "comparison_detail",         "method": "GET", "endpoint": "https://eecglobal.com/api/v1/ai/compare/{id}" },
    { "id": "list_answers",              "method": "GET", "endpoint": "https://eecglobal.com/api/v1/ai/answers" },
    { "id": "answer_detail",             "method": "GET", "endpoint": "https://eecglobal.com/api/v1/ai/answers/{slug}" }
  ],
  "interfaces": {
    "rest":    "https://eecglobal.com/api/v1/ai",
    "openapi": "https://eecglobal.com/.well-known/openapi.json",
    "mcp":      "https://eecglobal.com/mcp"
  },
  "policy": "https://eecglobal.com/ai.txt",
  "contact": "ai-policy@eecglobal.com",
  "rate_limit": { "requests_per_minute_per_ip": 60 }
}
