{"schema_version":"1.0","name":"Matthias Meyer","description":"The open-source tools I build for my own AI stack: MCP servers, memory tools, agent patterns, security layers. Explained with architecture, trade-offs, and when to use them.","description_localized":{"en":"The open-source tools I build for my own AI stack: MCP servers, memory tools, agent patterns, security layers. Explained with architecture, trade-offs, and when to use them.","de":"Hier liegen die Open-Source-Tools die ich für meinen eigenen KI-Stack baue: MCP-Server, Memory-Tools, Agent-Patterns, Sicherheits-Layer. Erklärt mit Architektur, Trade-offs und Einsatzhinweisen.","es":"Las herramientas open-source que construyo para mi propio stack de IA. Servidores MCP, motores de memoria, patrones de agentes, capas de seguridad. Explicadas con arquitectura, trade-offs y cuándo usar cada una."},"url":"https://matthiasmeyer.tech","contact":{"email":"hello@studiomeyer.io","url":"https://matthiasmeyer.tech#contact"},"tools":[{"name":"list_repos","description":"List all open-source repositories Matthias maintains, filterable by group (memory|agents|security|media|workflow|factory|saas) or tier (hero|secondary).","endpoint":"/api/v1/repos","method":"GET","parameters":{"group":{"type":"string","description":"Filter by group","required":false,"enum":["memory","agents","security","media","workflow","factory","saas"]},"tier":{"type":"string","description":"Filter by tier","required":false,"enum":["hero","secondary"]},"lang":{"type":"string","description":"Response language for tagline + description (en|de|es), default en","required":false,"enum":["en","de","es"]}}},{"name":"get_repo","description":"Get detailed information about one repo: description, language, stars, install instructions, related repos.","endpoint":"/api/v1/repos/[slug]","method":"GET","parameters":{"slug":{"type":"string","description":"Repo slug, e.g. 'local-memory-mcp'","required":true},"lang":{"type":"string","description":"Response language (en|de|es), default en","required":false,"enum":["en","de","es"]}}},{"name":"list_concepts","description":"List repo-agnostic concept articles explaining the patterns behind the code (MCP, stdio vs HTTP, memory architectures, A2A, WebMCP).","endpoint":"/api/v1/concepts","method":"GET","parameters":{"lang":{"type":"string","description":"Response language (en|de|es), default en","required":false,"enum":["en","de","es"]}}},{"name":"list_books","description":"List the books Matthias Meyer wrote (AI, Claude, AI visibility, memory-first systems). Returns title, price, status and a locale-aware Amazon buy link per book. The books are English-language Kindle eBooks sold on Amazon; titles still in review return status 'soon' and no buy link.","endpoint":"/api/v1/books","method":"GET","parameters":{"status":{"type":"string","description":"Filter by availability","required":false,"enum":["live","soon"]},"topic":{"type":"string","description":"Filter by topic","required":false,"enum":["ai-basics","claude","websites","visibility","agents"]},"lang":{"type":"string","description":"Response language for the copy and the Amazon marketplace (en -> amazon.com, de -> amazon.de, es -> amazon.es), default en","required":false,"enum":["en","de","es"]}}}],"capabilities":{"languages":["en","de","es"],"defaultLanguage":"en","autoDetectLocale":true,"repos":42,"books":7},"discovery":{"hub":"https://matthiasmeyer.tech","perLanguageHubs":{"en":"https://matthiasmeyer.tech","de":"https://matthiasmeyer.tech/de","es":"https://matthiasmeyer.tech/es"},"books":"https://matthiasmeyer.tech/books","llmsTxt":"https://matthiasmeyer.tech/llms.txt","agentCard":"https://matthiasmeyer.tech/.well-known/agent-card.json","webmcp":"https://matthiasmeyer.tech/.well-known/webmcp","sitemap":"https://matthiasmeyer.tech/sitemap.xml"}}