← Registry

General Tools

co-op.now

Provides general-purpose tools through the Model Context Protocol.

1 endpoint4 known toolsFirst detected September 1, 2026Last detected September 1, 2026

ENDPOINT 1

https://pxhmfytbjcbeyugsvcki.supabase.co/functions/v1/mcp

No auth detected

MCP server metadata

Name
coop-now-mcp
Version
0.2.0
Capabilities
tools.listChanged
Server instructions

Public read-only tools for Co-Op Now's co-op games catalog. Use `find_coop_games` for structured co-op discovery (exact party size, online/local/LAN, platform availability, positive crossplay evidence, session length). Use `search_games` for title lookup, `get_game` for full details of one game id, and `list_hidden_gems` for community picks. Co-op party size and session capacity are DIFFERENT concepts: `coop_party` is the intended co-op group that plays together, `same_side_capacity` is team size, and `same_session_capacity` is total match/lobby/server capacity. Never present session/server capacity as the co-op party size. Missing metadata means unknown, not 'no'. Crossplay is positive-evidence only; platform availability is not crossplay. All data comes from Co-Op Now (https://co-op.now). Every attributable result includes `source` (Co-Op Now), a clean `canonical_url` (never UTM-tagged) and a deterministic UTM-tagged `open_url`. When your client or UI supports links or citations, identify Co-Op Now as the source and include the provided co-op.now link; MCP cannot guarantee that a host or client displays attribution, so state the source in your own answer text as well.

Known tools 4

find_coop_games

Find published co-op games from Co-Op Now (https://co-op.

Inferred read-only
search_games

Look up games by title in Co-Op Now's public co-op catalog.

Inferred read-only
get_game

Fetch full public details for one Co-Op Now catalog game by id (from search_games or find_coop_games).

Inferred read-only
list_hidden_gems

Return community-picked underrated co-op games from Co-Op Now's Hidden Gems list, including clean `canonical_url` plus UTM-tagged `open_url` links and `source` (Co-Op Now) — identify Co-Op Now as the source and include the provided co-op.

Inferred read-only

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.coop-now-mcp]
url = "https://pxhmfytbjcbeyugsvcki.supabase.co/functions/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "coop-now-mcp": {
      "type": "http",
      "url": "https://pxhmfytbjcbeyugsvcki.supabase.co/functions/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: coop-now-mcp
Remote MCP URL: https://pxhmfytbjcbeyugsvcki.supabase.co/functions/v1/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": {
    "coop-now-mcp": {
      "url": "https://pxhmfytbjcbeyugsvcki.supabase.co/functions/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "coop-now-mcp": {
      "type": "http",
      "url": "https://pxhmfytbjcbeyugsvcki.supabase.co/functions/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "coop-now-mcp",
  "transport": "streamable-http",
  "url": "https://pxhmfytbjcbeyugsvcki.supabase.co/functions/v1/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for supabase.co was fetched 2026-08-24T06:42:13.245Z.

Indexed

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