← Registry

Productivity

jogo.team

A tool that simplifies hosting recurring games by managing RSVPs, waitlists, and payments.

1 endpoint5 known toolsFirst detected July 25, 2026Last detected September 6, 2026

ENDPOINT 1

https://jogo.team/mcp

No auth detected

MCP server metadata

Name
JoGo.Team
Version
1.0.0
Capabilities
toolsresourcesprompts

Known tools 5

search_cities

List active JoGo.Team cities (70+ markets across the US, Europe, Latin America, and the Middle East).

Inferred read-only
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).

Potential side effects
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.

Inferred read-only
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).

Inferred read-only
host_a_game

Walk a user through hosting their own pickup soccer or drop-in football game on JoGo.Team.

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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