get_school
ActiveTool of College Scorecard
declared in 0.1.0
Get detailed info for a specific college by its College Scorecard ID. Returns tuition, admission rate, student size, median earnings after 10 years, completion rate, and median debt.
Parameters schema
{
"type": "object",
"examples": [
{
"id": 110662,
"_apiKey": "your-college-scorecard-api-key"
}
],
"required": [
"_apiKey",
"id"
],
"properties": {
"id": {
"type": "number",
"description": "College Scorecard school ID (numeric, from search results)"
},
"_apiKey": {
"type": "string",
"description": "api.data.gov API key"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
College Scorecard
https://github.com/pipeworx-io/mcp-college-scorecard
2/7 registries