Read-only portfolio MCP: start page, glossary, projects, timeline, contact, docs, platform, news.
Inferred from the transports this listing declares (streamable-http). A client not listed here hasn’t been ruled out — it just isn’t something Forge can confirm.
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts.
Read from a real MCP initialize → tools/list handshake against the declared endpoint. No tool was ever invoked — tools/list is the read-only introspection call the protocol defines for this. It reflects what the server advertised at that moment; a hosted endpoint is not pinned to any version and can change without notice.
https://moja.work/mcp18 tools · 843mslist_buzzwordsList all tech/tool buzzwords in the moja.work glossary as {id, label, category}. Optional category filter (e.g. framework, language, tooling, design, os).List all tech/tool buzzwords in the moja.work glossary as {id, label, category}. Optional category filter (e.g. framework, language, tooling, design, os).
| Parameter | Type | Description |
|---|---|---|
| category | string | Optional category filter. |
get_buzzwordGet the full glossary entry (plain text) for one buzzword by its id.Get the full glossary entry (plain text) for one buzzword by its id.
| Parameter | Type | Description |
|---|---|---|
| id* | string | Buzzword id/slug, e.g. angular, typescript, git. |
| lang | string | Language (default en). |
search_buzzwordsFull-text search across the buzzword glossary; returns matching entries with a snippet.Full-text search across the buzzword glossary; returns matching entries with a snippet.
| Parameter | Type | Description |
|---|---|---|
| query* | string | Search term. |
| lang | string | Language (default en). |
list_projectsList 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.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.
| Parameter | Type | Description |
|---|---|---|
| lang | string | Language (default en). |
get_projectGet 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 are the pieces of one large picture — such a project returns the same full-size url for every tile…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 are the pieces of one large picture — such a project returns the same full-size url for every tile…
| Parameter | Type | Description |
|---|---|---|
| id* | string | Project id, e.g. carrier, speedy, etrax, skull, sideboard, workbench. |
| lang | string | Language (default en). |
get_timelineGet 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 — years as written (`time`) and as numbers (`from`, `to`; `to` null = still there), description, ke…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 — years as written (`time`) and as numbers (`from`, `to`; `to` null = still there), description, ke…
| Parameter | Type | Description |
|---|---|---|
| lang | string | Language (default en). |
get_timeline_stationGet 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 with the list of stations.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 with the list of stations.
| Parameter | Type | Description |
|---|---|---|
| id* | string | Station id or folder: atamya, steute, kps, intentive, reply, gettings, geneva, history. |
| lang | string | Language (default en). |
get_homeGet 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), "Why moja?" (the name, what is built, the Suits quote) — as an ordered list of sections {anker,…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), "Why moja?" (the name, what is built, the Suits quote) — as an ordered list of sections {anker,…
| Parameter | Type | Description |
|---|---|---|
| anker | string | Optional section anchor: buzzwords, news, its-me, knecht-ruprecht, why-moja. |
| lang | string | Language (default en). |
get_eposGet "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. intro, prologue, canto-01, epilogue).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. intro, prologue, canto-01, epilogue).
| Parameter | Type | Description |
|---|---|---|
| anker | string | Optional section anchor to fetch one part (e.g. intro, prologue, canto-01, epilogue). |
| lang | string | Language (default en). |
get_contactGet public contact details / vCard (name, email, phone, url, avatar, QR code).Get public contact details / vCard (name, email, phone, url, avatar, QR code).
No input schema was published for this tool.
get_referencesGet external design references (Behance projects) as {id, name, url, fields, cover}.Get external design references (Behance projects) as {id, name, url, fields, cover}.
No input schema was published for this tool.
list_youtube_playlistsList the public YouTube playlists of the moja.work channel as {id, title, description, thumbnail, itemCount, publishedAt}.List the public YouTube playlists of the moja.work channel as {id, title, description, thumbnail, itemCount, publishedAt}.
No input schema was published for this tool.
get_youtube_playlistGet one YouTube playlist of the moja.work channel by id, including its videos with full descriptions {id, title, description, thumbnail, publishedAt, position}.Get one YouTube playlist of the moja.work channel by id, including its videos with full descriptions {id, title, description, thumbnail, publishedAt, position}.
| Parameter | Type | Description |
|---|---|---|
| id* | string | Playlist id (starts with PL), e.g. from list_youtube_playlists. |
list_docsList the auto-generated code documentation sets (Compodoc) for the moja-work monorepo, with their URLs.List the auto-generated code documentation sets (Compodoc) for the moja-work monorepo, with their URLs.
No input schema was published for this tool.
get_docsGet the LLM-friendly code documentation (Compodoc llm-md export) for one project of the monorepo. Can be large.Get the LLM-friendly code documentation (Compodoc llm-md export) for one project of the monorepo. Can be large.
| Parameter | Type | Description |
|---|---|---|
| project* | string | Which documentation set: index (overview), ui, website, change-me or shared. |
get_platformGet 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 interfaces. Returns one page as Markdown with every build-time figure already filled in (versions,…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 interfaces. Returns one page as Markdown with every build-time figure already filled in (versions,…
| Parameter | Type | Description |
|---|---|---|
| page | string | Page id (e.g. uebersicht). See `pages` in any result. Default: the first page. |
| lang | string | Language (default en). |
list_newsList 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 update date where there is one, else the release date. Each entry carries release/update as written…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 update date where there is one, else the release date. Each entry carries release/update as written…
| Parameter | Type | Description |
|---|---|---|
| lang | string | Language (default en). |
get_platform_factsGet 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), dates (first commit, first npm publish) — the same /website/values.json the placeholders on the pag…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), dates (first commit, first npm publish) — the same /website/values.json the placeholders on the pag…
No input schema was published for this tool.
18 of 18 tools published a description.
Tool names and descriptions are written by the publisher and shown verbatim as inert text. They are the strings an MCP client passes to a model, so Forge scans them for prompt-injection patterns — any finding appears with the security scan above. “Privileged” is a keyword match on the tool name, not an audit of what the tool does: a benign-sounding name can still do anything.
Read-only portfolio MCP: start page, glossary, projects, timeline, contact, docs, platform, news.
Linked names open Forge’s index of every entry observed exposing that tool. Browse all indexed tools.
This entry publishes no npm package, so Forge has no dependency tree for it. That is a gap in coverage — not a statement that it has no dependencies.