INDIVIDUAL MCP TOOL
get_contact
Get public contact details / vCard (name, email, phone, url, avatar, QR code).
LIVE ENDPOINT
https://moja.work/mcp
Connect to this endpoint to inspect the live schema for get_contact and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
- A tool name or description suggests sending messages.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.moja-work]
url = "https://moja.work/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"moja-work": {
"type": "http",
"url": "https://moja.work/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: moja-work
Remote MCP URL: https://moja.work/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"moja-work": {
"url": "https://moja.work/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"moja-work": {
"type": "http",
"url": "https://moja.work/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "moja-work",
"transport": "streamable-http",
"url": "https://moja.work/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_buzzwords— List all tech/tool buzzwords in the moja.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.get_project— Get a project intro (plain text) plus its images by project id.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 — years as written (`time`) and as numbers (`from`, `to`; `to` null = still there), description, keywords and all texts.get_timeline_station— Get one station of the career timeline by id or folder name — e.get_home— Get the start page of moja.