Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

moja.work portfolio

work.moja/portfolio

Read-only portfolio MCP: start page, glossary, projects, timeline, contact, docs, platform, news.

Uptime
100.0%
1 direct probes · 30d
Response
112ms
last probe
Tools
18
callable
Resources
0
readable
Prompts
0
available
Primary URL
https://moja.work/mcp

Tools · 18

list_buzzwords

List all tech/tool buzzwords in the moja.work glossary as {id, label, category}. Optional category filter (e.g. framework, language, tooling, design, os).

get_buzzword

Get the full glossary entry (plain text) for one buzzword by its id.

search_buzzwords

Full-text search across the buzzword glossary; returns matching entries with a snippet.

list_projects

List the DIY / design projects showcased on moja.work as {id, headline, intro}. Includes each project intro so no per-project follow-up call is needed.

get_project

Get a project intro (plain text) plus its images by project id. Every image carries a full-size url and a thumb. imageMode is "gallery" for an ordinary series of photos, or "tiles" when the thumbnails…

get_timeline

Get the professional career timeline / CV of Markus Lungwitz: the introduction of the timeline page as plain text, a `shelf` (one line per station: id, folder, title, years) and every station in full …

get_timeline_station

Get one station of the career timeline by id or folder name — e.g. history (the first jobs 2004–2006), steute, kps, atamya — with its years, description, keywords and all texts. Unknown ids answer wit…

get_home

Get the start page of moja.work — the only place that says who this is, in the author's own words: the buzzword essay, "It's me." (the self-introduction and stack), "Knecht Ruprecht" (the AI assistant…

get_epos

Get "The Chronicle of the Three Realms" — the epic retelling of the moja.work git history — as an ordered list of sections {anker, headline, url, text}. Optional `anker` returns a single section (e.g.…

get_contact

Get public contact details / vCard (name, email, phone, url, avatar, QR code).

get_references

Get external design references (Behance projects) as {id, name, url, fields, cover}.

list_youtube_playlists

List the public YouTube playlists of the moja.work channel as {id, title, description, thumbnail, itemCount, publishedAt}.

get_youtube_playlist

Get one YouTube playlist of the moja.work channel by id, including its videos with full descriptions {id, title, description, thumbnail, publishedAt, position}.

list_docs

List the auto-generated code documentation sets (Compodoc) for the moja-work monorepo, with their URLs.

get_docs

Get the LLM-friendly code documentation (Compodoc llm-md export) for one project of the monorepo. Can be large.

get_platform

Get the "Plattform" pages — moja.work described as what it is: a monorepo that documents itself, with the UI library, the applications built from it, the npm packages, the architecture and the machine…

list_news

List the news of the moja.work start page — dated release notes, one per application or milestone (e.g. Change Me, the UI library on npm, the Chronicle). Newest first, sorted like the website by the u…

get_platform_facts

Get the platform facts behind the Plattform pages as typed values with their build stamp: versions (Angular, Nx, Tailwind, the ui library), counts (components, stories, npm releases, deploy targets), …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "moja.work_portfolio": {
      "url": "https://moja.work/mcp",
      "transport": "streamable-http"
    }
  }
}