From a38ff4d13fd0c1799e45a56e9b645855199f4fae Mon Sep 17 00:00:00 2001 From: Andreas Soller Date: Wed, 15 Jul 2026 15:00:24 +0200 Subject: [PATCH 1/3] feat: add raumnebenan-mcp to tools catalog --- website/data/tools.yml | 44 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/website/data/tools.yml b/website/data/tools.yml index b8420d8ff..49c790085 100644 --- a/website/data/tools.yml +++ b/website/data/tools.yml @@ -463,3 +463,47 @@ tools: - verification - worktree - local-first + + - id: raumnebenan-mcp + name: Raumnebenan MCP Server + description: >- + MCP server for actionable product thinking — structured guides and frameworks + for Product Owners, Designers, Business Analysts, and Agile Coaches. Covers + five knowledge areas: Foundation (vision, strategy, roadmaps), Sense (user research, + empathy mapping, Jobs-to-be-Done), Focus (Opportunity analysis, prioritization, Metrics), + Discover (usability testing, prototyping, design thinking), and Deliver (agile practices, + user stories). No API key required. + category: MCP Servers + featured: false + links: + documentation: https://www.raumnebenan.de/ai-tools/ + blog: https://www.raumnebenan.de/ai-tools/ + features: + - "Tools: list articles, search, get by slug/UUID/tag, list categories/stories, get stories by category" + - "Full article content returned as structured markdown with metadata" + - "5 knowledge areas: Foundation, Sense, Focus, Discover, Deliver" + - "Cross-linked articles via tags and related-article references" + - "No authentication required — remote HTTP server, zero setup" + configuration: + type: json + content: | + { + "servers": { + "raumnebenan-mcp": { + "url": "https://www.raumnebenan.de/mcp", + "type": "http" + } + } + } + tags: + - mcp + - product-thinking + - product-vision + - product-strategy + - product-roadmap + - usability + - design-thinking + - user-research + - prioritization + - agile-development + - co-creation-workshops From 037c678b24e6202e8cf43f944de0734534270f73 Mon Sep 17 00:00:00 2001 From: mynona Date: Wed, 15 Jul 2026 15:29:56 +0200 Subject: [PATCH 2/3] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- website/data/tools.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/website/data/tools.yml b/website/data/tools.yml index 49c790085..1f8fd1c3b 100644 --- a/website/data/tools.yml +++ b/website/data/tools.yml @@ -477,7 +477,6 @@ tools: featured: false links: documentation: https://www.raumnebenan.de/ai-tools/ - blog: https://www.raumnebenan.de/ai-tools/ features: - "Tools: list articles, search, get by slug/UUID/tag, list categories/stories, get stories by category" - "Full article content returned as structured markdown with metadata" From fde67dd2e314717d54cd485ebd1e20747b94214e Mon Sep 17 00:00:00 2001 From: mynona Date: Wed, 15 Jul 2026 15:42:31 +0200 Subject: [PATCH 3/3] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- website/data/tools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/data/tools.yml b/website/data/tools.yml index 1f8fd1c3b..969e84626 100644 --- a/website/data/tools.yml +++ b/website/data/tools.yml @@ -470,7 +470,7 @@ tools: MCP server for actionable product thinking — structured guides and frameworks for Product Owners, Designers, Business Analysts, and Agile Coaches. Covers five knowledge areas: Foundation (vision, strategy, roadmaps), Sense (user research, - empathy mapping, Jobs-to-be-Done), Focus (Opportunity analysis, prioritization, Metrics), + empathy mapping, Jobs-to-be-Done), Focus (opportunity analysis, prioritization, metrics), Discover (usability testing, prototyping, design thinking), and Deliver (agile practices, user stories). No API key required. category: MCP Servers