← moja.work
INDIVIDUAL MCP TOOL
get_contact
Get public contact details / vCard (name, email, phone, url, avatar, QR code).
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 endpoint
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 image URLs by project id.get_timeline— Get the professional career timeline / CV of Markus Lungwitz (stations with descriptions and keywords).get_epos— Get "The Chronicle of the Three Realms" — the epic retelling of the moja.get_references— Get external design references (Behance projects) as {id, name, url, fields, cover}.