Productivity
jogo.team
A tool that simplifies hosting recurring games by managing RSVPs, waitlists, and payments.
ENDPOINT 1
https://jogo.team/mcp
MCP server metadata
- Name
- JoGo.Team
- Version
- 1.0.0
Known tools 5
search_citiesList active JoGo.Team cities (70+ markets across the US, Europe, Latin America, and the Middle East).
Inferred read-onlylist_gamesList 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).
Potential side effectsget_venueGet 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.
Inferred read-onlyget_platform_overviewGet 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).
Inferred read-onlyhost_a_gameWalk a user through hosting their own pickup soccer or drop-in football game on JoGo.Team.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.