Analytics
admitbase.com
Provides admissions statistics, match scores, and comparisons for professional school applicants.
ENDPOINT 1
https://admitbase.com/api/mcp
MCP server metadata
- Name
- admitbase-mcp
- Version
- 2.0.0
AdmitBase MCP exposes admissions data for professional schools (law, medical, dental, MBA, pharmacy, veterinary, optometry). Three tools are public and listed by default: search_schools, get_school_stats, calculate_match_score. Two more (save_my_stats, compare_to_applicants) appear in tools/list once you send an `Authorization: Bearer amb_...` header, generated at https://admitbase.com/profile#api-keys.
Known tools 3
search_schoolsSearch professional schools (law, medical, dental, MBA, pharmacy, veterinary, optometry) by program type, name, or ranking range.
Inferred read-onlyget_school_statsGet full admissions statistics for a specific school: GPA/test percentiles, acceptance rate, class size, tuition, employment outcomes.
Inferred read-onlycalculate_match_scoreGiven 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.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.admitbase-mcp]
url = "https://admitbase.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"admitbase-mcp": {
"type": "http",
"url": "https://admitbase.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: admitbase-mcp
Remote MCP URL: https://admitbase.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"admitbase-mcp": {
"url": "https://admitbase.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"admitbase-mcp": {
"type": "http",
"url": "https://admitbase.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "admitbase-mcp",
"transport": "streamable-http",
"url": "https://admitbase.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for admitbase.com was fetched 2026-07-27T05:45:55.023Z and is being refreshed.
admitbase.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.