Server Details
Higher education data: tuition, graduation rates, and earnings
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
4 toolscompare_schoolsInspect
Compare multiple colleges or universities side by side.
Returns key metrics for each school including tuition, admission rate,
median earnings, debt, and completion rate for easy comparison.
Args:
school_ids: Comma-separated list of College Scorecard school IDs
(e.g. '166027,166683,243780'). Use search_schools to find IDs.| Name | Required | Description | Default |
|---|---|---|---|
| school_ids | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
get_field_of_studyInspect
Get earnings and debt data by field of study from the College Scorecard.
Returns median earnings and median debt for graduates of specific academic
programs. Can be filtered by school, by field name, or both.
Args:
school_id: College Scorecard school ID to see field-level data for one school.
field: Field of study name or keyword to search across schools
(e.g. 'Computer Science', 'Nursing', 'Business').| Name | Required | Description | Default |
|---|---|---|---|
| field | No | ||
| school_id | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
get_school_detailInspect
Get detailed data for a specific college or university.
Returns comprehensive information including costs, admissions, demographics,
earnings outcomes, financial aid, debt levels, and completion rates.
Use school IDs from search_schools results.
Args:
school_id: The College Scorecard school ID (integer). Find IDs via search_schools.| Name | Required | Description | Default |
|---|---|---|---|
| school_id | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
search_schoolsInspect
Search colleges and universities in the College Scorecard database.
Returns matching schools with basic info: name, location, size, tuition,
admission rate, median earnings, and completion rate.
Args:
name: Full or partial school name to search (e.g. 'Harvard', 'community college').
state: Two-letter US state abbreviation (e.g. 'CA', 'NY') to filter by state.
zip_code: Five-digit ZIP code for location-based search. Use with distance parameter.
distance: Search radius in miles from zip_code. Only used when zip_code is provided.
degree_type: Filter by predominant degree type: '1' (certificate), '2' (associate),
'3' (bachelor), '4' (graduate). Omit for all types.
limit: Maximum number of schools to return (default 25, max 100).| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| limit | No | ||
| state | No | ||
| distance | No | ||
| zip_code | No | ||
| degree_type | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
Verify Ownership
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.
Last verification attempt failed.
getaddrinfo ENOTFOUND mcp.olyport.com
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!