← goanywhere.guru

INDIVIDUAL MCP TOOL

assess_admissions_fit

학생의 시험 점수(SAT/ACT)와 목표 대학 목록을 받아, 확인 가능한 College Scorecard 실데이터 기반으로 학교별 REACH/MATCH/SAFETY 적합도를 분류합니다.

goanywhere.gurunone 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

goanywhere.guru

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.goanywhere-admissions-data-chatgpt]
url = "https://goanywhere.guru/api/chatgpt/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "goanywhere-admissions-data-chatgpt": {
      "type": "http",
      "url": "https://goanywhere.guru/api/chatgpt/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: goanywhere-admissions-data-chatgpt
Remote MCP URL: https://goanywhere.guru/api/chatgpt/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": {
    "goanywhere-admissions-data-chatgpt": {
      "url": "https://goanywhere.guru/api/chatgpt/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "goanywhere-admissions-data-chatgpt": {
      "type": "http",
      "url": "https://goanywhere.guru/api/chatgpt/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "goanywhere-admissions-data-chatgpt",
  "transport": "streamable-http",
  "url": "https://goanywhere.guru/api/chatgpt/mcp"
}
MCP Inspector

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

Related tools