← Registry

Productivity

goanywhere.guru

Provides tools for assessing college admissions fit, searching mentors, booking sessions, and capturing leads.

3 endpoints12 known toolsFirst detected July 23, 2026Last detected September 2, 2026

ENDPOINT 1

https://goanywhere.guru/api/claude/mcp

No auth detected

MCP server metadata

Name
goanywhere-storefront-claude
Version
0.2.1
Capabilities
tools.listChanged
Server instructions

이 스토어프론트는 GoAnywhere의 AI 안내 도구입니다. 제공 정보는 공개 데이터(College Scorecard 실데이터·승인된 합격생 멘토 프로필)에 근거하며, 합격 확률 예측이나 개인 상담이 아닙니다. 실제 입시 상담·멘토링은 검증된 인간 멘토가 goanywhere.guru 에서 수행합니다. 사용 지침: - 대학 통계·멘토·적합도 등 사실은 반드시 제공된 도구를 호출해 확인하세요. 수치나 멘토를 임의로 지어내지 마세요. - 예약·결제·개인화는 goanywhere.guru 딥링크로 안내하세요. 조회 도구는 읽기 전용이며 어떤 도구도 결제를 처리하지 않습니다. - capture_lead 는 사용자가 명시적으로 연락받기를 원할 때만, 아래 개인정보 수집 고지를 먼저 전달한 뒤 호출하세요.

Known tools 5

assess_admissions_fit

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

Inferred read-only
list_supported_universities

적합도 진단이 지원되는 대학을 페이지 단위로 반환합니다.

Inferred read-only
search_mentors

GoAnywhere의 승인된 합격생 멘토를 검색합니다.

Inferred read-only
get_booking_options

특정 멘토의 세션 옵션(15/30/60분)과 가격, 예약 딥링크를 반환합니다.

Inferred read-only
capture_lead

상담을 이어가고 싶은 사용자의 이메일과 선택 입력한 관심사를 저장합니다.

Inferred read-only

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

.mcp.json

{
  "mcpServers": {
    "goanywhere-storefront-claude": {
      "type": "http",
      "url": "https://goanywhere.guru/api/claude/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

ENDPOINT 2

https://goanywhere.guru/api/chatgpt/mcp

No auth detected

MCP server metadata

Name
goanywhere-admissions-data-chatgpt
Version
0.2.1
Capabilities
tools.listChanged
Server instructions

GoAnywhere Admissions Data는 공개 대학 통계를 조회하는 무료 읽기 전용 AI 도구입니다. 사용 지침: - 대학별 사실은 제공된 도구를 호출해 확인하고, 없는 수치나 통계를 지어내지 마세요. - 합격 확률을 예측하지 말고 REACH/MATCH/SAFETY 밴드가 참고 정보임을 설명하세요. - 통계가 없는 필드는 null/미확인으로 명확히 안내하세요. - 이 연결은 개인정보를 수집하거나 저장하지 않으며, 멘토링 판매·가격·예약·결제를 제공하지 않습니다.

Known tools 2

assess_admissions_fit

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

Inferred read-only
list_supported_universities

적합도 진단이 지원되는 대학을 페이지 단위로 반환합니다.

Inferred read-only

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.

ENDPOINT 3

https://goanywhere.guru/api/mcp

No auth detected

MCP server metadata

Name
goanywhere-storefront
Version
0.2.1
Capabilities
tools.listChanged
Server instructions

이 스토어프론트는 GoAnywhere의 AI 안내 도구입니다. 제공 정보는 공개 데이터(College Scorecard 실데이터·승인된 합격생 멘토 프로필)에 근거하며, 합격 확률 예측이나 개인 상담이 아닙니다. 실제 입시 상담·멘토링은 검증된 인간 멘토가 goanywhere.guru 에서 수행합니다. 사용 지침: - 대학 통계·멘토·적합도 등 사실은 반드시 제공된 도구를 호출해 확인하세요. 수치나 멘토를 임의로 지어내지 마세요. - 예약·결제·개인화는 goanywhere.guru 딥링크로 안내하세요. 조회 도구는 읽기 전용이며 어떤 도구도 결제를 처리하지 않습니다. - capture_lead 는 사용자가 명시적으로 연락받기를 원할 때만, 아래 개인정보 수집 고지를 먼저 전달한 뒤 호출하세요.

Known tools 5

assess_admissions_fit

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

Inferred read-only
list_supported_universities

적합도 진단이 지원되는 대학을 페이지 단위로 반환합니다.

Inferred read-only
search_mentors

GoAnywhere의 승인된 합격생 멘토를 검색합니다.

Inferred read-only
get_booking_options

특정 멘토의 세션 옵션(15/30/60분)과 가격, 예약 딥링크를 반환합니다.

Inferred read-only
capture_lead

상담을 이어가고 싶은 사용자의 이메일과 선택 입력한 관심사를 저장합니다.

Inferred read-only

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for goanywhere.guru was fetched 2026-08-14T04:48:22.788Z and is being refreshed.

Trust status New

This domain appears to have previously been parked, so its current status is new or unverified.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.