search_schools
ActiveTool of College Scorecard
declared in 0.1.0
Search US colleges and universities by name. Returns school name, location, tuition, admission rate, student size, median earnings, and completion rate. Example: search_schools("MIT", "MA").
Parameters schema
{
"type": "object",
"examples": [
{
"query": "Stanford University",
"state": "CA",
"_apiKey": "your-college-scorecard-api-key"
},
{
"limit": 5,
"query": "MIT",
"state": "MA",
"_apiKey": "your-college-scorecard-api-key"
}
],
"required": [
"_apiKey",
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Number of results to return (default: 10, max: 100)"
},
"query": {
"type": "string",
"description": "School name to search for (e.g., \"Stanford\", \"community college\")"
},
"state": {
"type": "string",
"description": "Two-letter state code to filter (e.g., \"CA\", \"NY\")"
},
"_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