{ "status": "success", "data": { "name": "Personal MCP Server", "version": "2.2.0", "languages": { "supported": [ "en", "de" ], "default": "en", "negotiation": "?lang=de or Accept-Language: de header" }, "routes": { "/greeting": "Identity card \u2014 name, tagline, bio, links", "/languages": "Translation coverage per language", "/entities": "Paginated entity list with filters (category (stage|oeuvre), sub_category(study|school|intern|part-time), skills, technology, tags)", "/entities/{id}": "Single entity + extension data + relations", "/entities/{id}/related": "Graph neighbours of an entity", "/skills": "Skills describe competencies and expertise areas like Data Analytics, SEO, GenAI, etc.", "/skills/{name}": "All entities with this skill", "/technology": "Technologies point to actual tech stacks, frameworks and tools like Python, Docker, Adobe Analytics, etc.", "/technology/{name}": "All entities that used this technology", "/tags": "All tags with usage counts", "/stages": "Reflects career timeline: jobs + education with date ranges", "/stages/{id}": "Single stage detail + skills + technologies", "/oeuvre": "Pet projects, side projects, articles or projects from different stages of the career", "/oeuvre/{id}": "Single work item detail", "/health": "Liveness check", "/search": "Full-text search across entities", "/graph": "Query the relation graph directly" }, "entity_types": { "person": { "label": "Person", "description": "Profile owner identity" }, "professional": { "label": "Professional", "description": "Work experience & roles" }, "company": { "label": "Company", "description": "Employers and clients" }, "education": { "label": "Education", "description": "Degrees, courses, certifications" }, "institution": { "label": "Institution", "description": "Universities, schools, orgs" }, "side_project": { "label": "Side Project", "description": "Personal & open-source projects" }, "literature": { "label": "Literature", "description": "Articles, blog posts, books" }, "technology": { "label": "Technology", "description": "Languages, frameworks, tools" }, "skill": { "label": "Skill", "description": "Competency areas and expertise" }, "achievement": { "label": "Achievement", "description": "Awards, certifications, milestones" }, "event": { "label": "Event", "description": "Conferences, hackathons, talks" } }, "relation_types": { "worked_at": "Person worked at a company", "studied_at": "Person studied at an institution", "used_technology": "Entity used this technology", "authored": "Person authored this content", "featured_in": "Technology featured in this context", "related_to": "Generic cross-link between entities", "part_of": "Sub-project or sub-task relationship", "inspired_by": "Inspired by another entity", "awarded_by": "Achievement granted by this entity" } } }