← strikemission.app

INDIVIDUAL MCP TOOL

get_spot_planning_context

Use this when the user asks about a specific surf spot.

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

strikemission.app

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.strikemission-app]
url = "https://www.strikemission.app/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "strikemission-app": {
      "type": "http",
      "url": "https://www.strikemission.app/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "strikemission-app": {
      "type": "http",
      "url": "https://www.strikemission.app/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "strikemission-app",
  "transport": "streamable-http",
  "url": "https://www.strikemission.app/api/mcp"
}
MCP Inspector

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

Related tools

  • recommend_surf_trip_destinations — Use this when a user asks where to surf, where to fly for surf, how to plan a landlocked surfer trip, or which destinations fit their ability.
  • compare_surf_destinations — Use this when a user is deciding between specific countries, regions, or surf spots.
  • get_live_spot_forecast — Use this when the user asks whether a specific surf spot is worth surfing or traveling to soon.
  • find_surf_trip_guides — Use this when the user wants surf trip planning guidance, such as landlocked surfer planning, where to surf next, avoiding flat trips, cheap surf flights, or Surfline alternatives.