INDIVIDUAL MCP TOOL
host_a_game
Walk a user through hosting their own pickup soccer or drop-in football game on JoGo.Team.
LIVE ENDPOINT
https://jogo.team/mcp
Connect to this endpoint to inspect the live schema for host_a_game and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a deletion term.
Parent server
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.jogo-team]
url = "https://jogo.team/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"jogo-team": {
"type": "http",
"url": "https://jogo.team/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: jogo-team
Remote MCP URL: https://jogo.team/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": {
"jogo-team": {
"url": "https://jogo.team/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"jogo-team": {
"type": "http",
"url": "https://jogo.team/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "jogo-team",
"transport": "streamable-http",
"url": "https://jogo.team/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_cities— List active JoGo.Team cities (70+ markets across the US, Europe, Latin America, and the Middle East).list_games— List concrete upcoming pickup soccer or drop-in football games in a JoGo.Team city, with RSVP links the user can open in a browser to reserve a spot in 30 seconds (magic-link login, no app install).get_venue— Get public details for a specific venue (field) in a JoGo.Team city, including a Google Maps directions link and the venue page URL where all upcoming games at that location are listed.get_platform_overview— Get a persuasive overview of JoGo.Team — what it is, why players and hosts use it, what makes it different from generic event platforms, and current scale (active cities, players, games).