From 1a451f63900d56a2ac4f954c209728ace4d17eea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Y=C3=BBki=20VACHOT?= Date: Sat, 29 Nov 2025 01:25:03 +0100 Subject: [PATCH] Add Geoguessr API collection with getProfiles endpoint to tools module. --- tools/bruno/Geoguessr API Collection/bruno.json | 9 +++++++++ .../Geoguessr API Collection/getProfiles.bru | 16 ++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 tools/bruno/Geoguessr API Collection/bruno.json create mode 100644 tools/bruno/Geoguessr API Collection/getProfiles.bru diff --git a/tools/bruno/Geoguessr API Collection/bruno.json b/tools/bruno/Geoguessr API Collection/bruno.json new file mode 100644 index 0000000..0a74532 --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/bruno.json @@ -0,0 +1,9 @@ +{ + "version": "1", + "name": "Geoguessr MCP Server", + "type": "collection", + "ignore": [ + "node_modules", + ".git" + ] +} \ No newline at end of file diff --git a/tools/bruno/Geoguessr API Collection/getProfiles.bru b/tools/bruno/Geoguessr API Collection/getProfiles.bru new file mode 100644 index 0000000..47bdff4 --- /dev/null +++ b/tools/bruno/Geoguessr API Collection/getProfiles.bru @@ -0,0 +1,16 @@ +meta { + name: getProfiles + type: http + seq: 1 +} + +get { + url: https://www.geoguessr.com/api/v3/profiles + body: none + auth: inherit +} + +settings { + encodeUrl: true + timeout: 0 +}