com.admitbase/admissions
Official5 toolsAdmitBase Admissions
Admissions data & match scores for law, medical, dental, MBA, pharmacy, vet, optometry schools
Retrieve admissions data and match scores for professional and graduate schools.
Captured live from the server via tools/list.
search_schools
Search professional schools (law, medical, dental, MBA, pharmacy, veterinary, optometry) by program type, name, or ranking range. Returns admissions stats and AdmitBase links. Public — no authentication required.
Parameters (5)
- programstringrequired
Type of professional school program
- querystring
School name search (partial match)
- min_rankinginteger
Only return schools ranked at or above this number
- max_rankinginteger
Only return schools ranked below this number
- limitinteger
Maximum number of results (default 20, max 50)
get_school_stats
Get full admissions statistics for a specific school: GPA/test percentiles, acceptance rate, class size, tuition, employment outcomes. Public — no authentication required.
Parameters (2)
- school_slugstring
School slug (e.g. "harvard-law-school"). Use search_schools to find slugs.
- school_namestring
School name to search for (partial match). Used when slug is unknown.
calculate_match_score
Given a user's GPA and test score, calculate match category (Safety/Target/Reach/Far Reach), admission probability, and percentiles for one school or a ranked list. Public — no authentication required.
Parameters (7)
- programstringrequired
Program type
- gpanumber
Cumulative GPA on a 4.0 scale (omit for ATAR-based Australian schools)
- test_scorenumber
Test score: LSAT 120-180, MCAT 472-528, DAT 1-30, OAT 200-400, GMAT/GRE for MBA, PCAT for pharmacy. Omit for ATAR-based Australian schools.
- atarnumber
Australian Tertiary Admission Rank (0-99.95). Used instead of test_score/gpa for Australian schools, which select on a published ATAR cutoff.
- work_experience_yearsnumber
Years of full-time work experience (MBA programs only)
- school_slugstring
If provided, calculate for this school only. Otherwise returns a ranked list.
- limitinteger
Number of top schools to return when no school_slug given
save_my_stats
Save a user's GPA and test score per program under their AdmitBase API key. Requires `Authorization: Bearer amb_...` header (generate one at https://admitbase.com/profile#api-keys).
Parameters (5)
- programstringrequired
Program you are applying to
- gpanumberrequired
Cumulative GPA on a 4.0 scale
- test_scorenumberrequired
Your test score (LSAT, MCAT, DAT, OAT, GMAT/GRE, PCAT)
- state_provincestring
Your state or province (2-letter code, e.g. "CA", "NY")
- notesstring
Any notes about your application profile
compare_to_applicants
Compare a user's saved stats against anonymous community outcome reports (accepted/waitlisted/rejected). Requires `Authorization: Bearer amb_...` header.
Parameters (2)
- programstringrequired
Program to compare against
- school_slugstring
If provided, compare against applicants at this specific school
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"admissions": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://admitbase.com/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.