← goanywhere.guru

INDIVIDUAL MCP TOOL

capture_lead

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

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

Related tools

  • assess_admissions_fit — 학생의 시험 점수(SAT/ACT)와 목표 대학 목록을 받아, 확인 가능한 College Scorecard 실데이터 기반으로 학교별 REACH/MATCH/SAFETY 적합도를 분류합니다.
  • list_supported_universities — 적합도 진단이 지원되는 대학을 페이지 단위로 반환합니다.
  • search_mentors — GoAnywhere의 승인된 합격생 멘토를 검색합니다.
  • get_booking_options — 특정 멘토의 세션 옵션(15/30/60분)과 가격, 예약 딥링크를 반환합니다.