mcpbeat Sign in

College Scorecard MCP Server

local only

College Scorecard MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 44 installs a week from npm. Last commit 21 Aug 2026.

Search, compare, and analyze U.S. college data — costs, earnings, programs, and outcomes.

Installs per day peak 154 · avg 15 · +68% w/w
a month agotoday
44
Installs / week
npm · @cyanheads/college-scorecard-mcp-server
1
Stars
4 open issues
21 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check College Scorecard MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add college-scorecard-mcp-server -- npx -y @cyanheads/college-scorecard-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "college-scorecard-mcp-server": {
      "args": [
        "-y",
        "@cyanheads/college-scorecard-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.college-scorecard-mcp-server]
command = "npx"
args = ["-y", "@cyanheads/college-scorecard-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "college-scorecard-mcp-server": {
      "args": [
        "-y",
        "@cyanheads/college-scorecard-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "college-scorecard-mcp-server": {
      "args": [
        "-y",
        "@cyanheads/college-scorecard-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MCP_HTTP_HOST (The hostname for the HTTP server.), MCP_HTTP_PORT (The port to run the HTTP server on.), MCP_HTTP_ENDPOINT_PATH (The endpoint path for the MCP server.), MCP_AUTH_MODE (Authentication mode to use: 'none', 'jwt', or 'oauth'.), MCP_LOG_LEVEL (Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').). The author declared them in the registry entry; get the values from the project itself.

Alternatives to College Scorecard MCP Server

same job, measured the same way
Admit Coach — College Search & Costs
by admit-coach

Search US colleges and compare historical admissions, costs and aid using public federal data.

4 tools answering
RetrainMap ETP programs (U.S. DOL Training Provider Results)
by retrainmap

Apify MCP: retrainmap/etp-programs - 70,000+ U.S. WIOA training programs, DOL outcomes and costs

answering
Drop Beacon MCP
by direct-web

Search 100K+ EDC products. Track drops, compare prices, and analyze market trends.

26 installs/wk local only
FindIP
by findip

Semantic patent search & analysis: find, compare, and analyze patents by meaning.

answering
Github Analytics MCP Server
by thenextgennexus

Get GitHub repository stats, search repos, analyze languages, and compare projects

20 installs/wk local only
Nutrition MCP
by andrewvg23

USDA FoodData Central nutrition data: search foods, compare macros, and analyze meals.

answering
C
College Scorecard
by olyport

Higher education data: tuition, graduation rates, and earnings

4 tools answering
Engawa
by augustin-v

Search and compare Japan property listings, estimate closing costs, and access Engawa concierge.

answering

College Scorecard MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for College Scorecard MCP Server?
College Scorecard MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @cyanheads/college-scorecard-mcp-server was installed 44 times last week.
How do I connect College Scorecard MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @cyanheads/college-scorecard-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use College Scorecard MCP Server?
The npm package @cyanheads/college-scorecard-mcp-server was installed 44 times in the last week. Week over week that is +68%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is College Scorecard MCP Server open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 1 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.