raumnebenan.de is a resource hub focused on actionable product thinking for product owners, product designers, business analysts, product managers, agile coaches, and user researchers. The site provides clear, structured guides and tools to help teams understand users, identify opportunities, validate ideas, and deliver products that create real user and business value.

Accessing AI Tools and LLMS files

Public Content Index (llms.txt)

  • The file llms.txt provides a structured, up-to-date index of all content on www.raumnebenan.de.
  • It is designed for both humans and LLMs to quickly find articles, guides, and resources about product thinking, user research, design, and digital transformation.

Full Content Access (llms-full.txt)

  • The file llms-full.txt contains the full content and is only available to logged-in users.
  • To access it, sign in via email, Google or LinkedIn. OAuth 2.0 is used for secure authentication.
  • Once logged in, you can additionally download PDFs and audio versions of articles.

Connecting to the MCP Server

The MCP server exposes endpoints to list available articles, resources, prompts and tools. You can programmatically discover what’s available and fetch only what you need. You can connect to the public raumnebenan-mcp server directly from your tool of choice.

Example: VS Code

  1. Open or create the file ‘.vscode/mcp.json’ in your project folder.
  2. Add the following JSON configuration and save the file:
{
  "servers": {
    "raumnebenan-mcp": {
      "type": "http",
      "url": "https://www.raumnebenan.de/mcp"
    }
  },
  "inputs": []
}

Example: curl

curl -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"jsonrpc": "2.0", "id": 1, "method": "tools/list"}' \
  https://www.raumnebenan.de/mcp

MCP specification

Attribution

If you use, quote, or reference any material from this site in your own work, you must provide proper attribution to the original author, Andreas Soller, and cite the source according to standard academic conventions.

Example (European Standard):

Soller, Andreas (2026): Product Thinking. URL: https://www.raumnebenan.de/reader/product-thinking/overview/ (Accessed April 20, 2026)

Unauthorized reproduction or distribution of content without clear attribution is not permitted.