Data Collection
admit-coach.com
Provides detailed information about universities, including admissions, majors, costs, and financial aid data.
ENDPOINT 1
https://admit-coach.com/api/mcp
MCP server metadata
- Name
- Admit Coach College Data
- Version
- 1.27.1
Search and compare US colleges using public historical data. Historical institutional data from IPEDS and College Scorecard; coverage and reporting years vary. Missing values are unknown. Acceptance rates are not personal admission probabilities. Net prices describe historical cohorts, not an aid offer; public-college figures may not apply to out-of-state or international students. Confirm current policies and costs with the college.
Known tools 3
search_universitiesFind colleges by name, two-letter location, field of study or historical acceptance rate.
Inferred read-onlyget_university_detailsRead a college's admissions ranges, majors, costs and outcomes by IPEDS ID.
Inferred read-onlyget_financial_aidRead historical average net price, income brackets, grants and debt for a college.
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.admit-coach-college-data]
url = "https://admit-coach.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"admit-coach-college-data": {
"type": "http",
"url": "https://admit-coach.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: admit-coach-college-data
Remote MCP URL: https://admit-coach.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": {
"admit-coach-college-data": {
"url": "https://admit-coach.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"admit-coach-college-data": {
"type": "http",
"url": "https://admit-coach.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "admit-coach-college-data",
"transport": "streamable-http",
"url": "https://admit-coach.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.