Back to AdmitBase

Card snapshot

admitbase.com · 2026-05-18 12:32:46 UTC · 399c0699c3eacc0f846b633884b5449c177f7c529fb2ed75836a48587525d78d

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "AdmitBase",
  "description": "Professional school admissions data, match scores, and applicant outcome comparisons for law, medical, dental, MBA, pharmacy, veterinary, and optometry programs.",
  "url": "https://admitbase.com/api/mcp",
  "transport": "streamable-http",
  "protocolVersion": "2025-06-18",
  "documentation": "https://admitbase.com/articles/admitbase-mcp-for-ai-assistants",
  "installation": "https://admitbase.com/mcp",
  "contact": "support@admitbase.com",
  "auth": {
    "type": "optional-bearer",
    "description": "Three tools (search_schools, get_school_stats, calculate_match_score) work anonymously. Two tools (save_my_stats, compare_to_applicants) require an Authorization: Bearer amb_... header generated at https://admitbase.com/profile#api-keys."
  },
  "tools": [
    {
      "name": "search_schools",
      "auth_required": false
    },
    {
      "name": "get_school_stats",
      "auth_required": false
    },
    {
      "name": "calculate_match_score",
      "auth_required": false
    },
    {
      "name": "save_my_stats",
      "auth_required": true
    },
    {
      "name": "compare_to_applicants",
      "auth_required": true
    }
  ]
}