co.brightkey/education-data
Official8 toolsBilingual (EN+ZH) education data: 299 universities, 184 intl schools, degree-ROI, sourced answers.
Bilingual education data covering 299 universities and international schools with ROI metrics.
Captured live from the server via tools/list.
list_universities
List BrightKey-profiled universities with optional filters. Returns slug, name, country, city, 6-dimension S/A/B/C/D tiers, and verdict.
Parameters (4)
- countrystring
- acceptsIBboolean
- minTierstring
- limitinteger
get_university_profile
Full BrightKey profile for one university by slug: tier ratings + why, verdict, strengths/weaknesses, cost estimate, admissions tips. Bilingual.
Parameters (2)
- slugstringrequired
e.g. harvard-university, eth-zurich
- langstring
Response language; defaults to en.
compare_universities
Compare 2 universities on BrightKey's 6 dimensions. Returns per-dimension tier deltas + a sourced tier-delta paragraph (tiers, not a single rank).
Parameters (3)
- astringrequired
- bstringrequired
- langstring
Response language; defaults to en.
degree_roi
5-year-after-graduation net ROI + break-even year for a degree. Pass a preset country slug (e.g. germany, uk-oxbridge, us-private) or 'all' for the ranked list.
Parameters (2)
- countrystringrequired
ROI destination slug, or 'all'
- langstring
Response language; defaults to en.
match_schools
List BrightKey-profiled international schools, filtered by city and/or curriculum (e.g. IB, A-Levels, AP). Returns name, curricula, fees, inspection rating, tiers.
Parameters (3)
- citystring
e.g. singapore, tokyo, dubai
- curriculumstring
- limitinteger
answer_education_question
Search BrightKey's cited answers to common international-education questions (curriculum, schools, universities, visas, process). Returns the best-match sourced answer.
Parameters (2)
- querystringrequired
- langstring
Response language; defaults to en.
search
Search across universities, schools, and answers. Returns {id, title, url} results; pass an id to fetch().
Parameters (1)
- querystringrequired
fetch
Fetch full content for an id returned by search (uni:<slug>, school:<city>/<slug>, answer:<slug>).
Parameters (2)
- idstringrequired
- langstring
Response language; defaults to en.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"education-data": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://brightkey.co/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.