BoardGameGeek

bgg-trade-finder

Find what games user1 owns that user2 has on their wishlist. Shows potential trading opportunities.

Remote kkjdaniel/bgg-mcp

Other tools also called bgg-trade-finder? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "user1": {
      "type": "string",
      "description": "BGG username whose collection will be checked. When the user refers to themselves (me, my, I), use 'SELF' as the value."
    },
    "user2": {
      "type": "string",
      "description": "BGG username whose wishlist will be checked against user1's collection"
    }
  }
}