← college-roi.net

INDIVIDUAL MCP TOOL

compute_roi

Compute break-even years, lifetime cost, modeled 20-year earnings, and WEF AI outlook for one school × major.

college-roi.netnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

college-roi.net

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.college-roi-net]
url = "https://college-roi.net/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "college-roi-net": {
      "type": "http",
      "url": "https://college-roi.net/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: college-roi-net
Remote MCP URL: https://college-roi.net/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "college-roi-net": {
      "url": "https://college-roi.net/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "college-roi-net": {
      "type": "http",
      "url": "https://college-roi.net/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "college-roi-net",
  "transport": "streamable-http",
  "url": "https://college-roi.net/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • lookup_school — Resolve a U.S.
  • lookup_major — Resolve a major label or MILO majorId (snake_case) to canonical major records.
  • compare_schools — Side-by-side ROI for up to 5 schools with the same major and financial inputs.