U.S. college ROI data: 30-yr NPV for 500 colleges, lifetime ROI for 134 majors. Keyless.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y college-roi-mcp
MCP client config
{
"mcpServers": {
"college-roi-mcp": {
"command": "npx",
"args": [
"-y",
"college-roi-mcp"
]
}
}
}