Show off your agentic readiness — the badge auto-updates when your score changes.
llms.txt Content
# Jonatan Miarecki
> Welcome to my personal website where I write about my projects and other things.
- [Bose Killed Your SoundTouch. Here's How to Fix It](https://miarecki.eu/posts/bose-soundtouch-fix/)
- [About me](https://miarecki.eu/about/)
- [Archives](https://miarecki.eu/archives/)
- [Site-Wide Search](https://miarecki.eu/search/)
- [Receiving Images From the International Space Station](https://miarecki.eu/posts/receiving-images-from-the-iss/)
- [Web Key Directory Checker](https://miarecki.eu/tools/wkd-checker/)
- [Setting up Web Key Directory](https://miarecki.eu/posts/web-key-directory-setup/)
- [Modding an IKEA Iskärna to use Zigbee](https://miarecki.eu/posts/modding-an-ikea-iskaerna-zigbee/)
- [The Glorious Revolution and the resulting Bill of Rights](https://miarecki.eu/posts/glorious-revolution-england/)
- [Valve publishes Steam Link App for Meta Quest](https://miarecki.eu/posts/steam-link-vr/)
- [Smart Message Language Reader for Home Automation](https://miarecki.eu/posts/ha-sml-electricity-meter/)
- [The Michelson-Morley Experiment and the Aether Theory](https://miarecki.eu/posts/aether-theory/)
- [Protein Biosynthesis](https://miarecki.eu/posts/protein-biosynthesis/)
## Endpoints
- [OpenAPI spec](https://miarecki.eu/openapi.yaml)
- [MCP server](https://miarecki.eu/mcp)
OpenAPI Spec (preview)
openapi: 3.0.3
info:
title: miarecki.eu API
version: "1.0"
description: API for tools and services on miarecki.eu, including the Web Key Directory (WKD) checker.
servers:
- url: https://miarecki.eu
paths:
/api/wkd:
post:
summary: Check Web Key Directory (WKD) configuration for an email
description: Verifies WKD configuration for an email address, checking both direct and advanced discovery methods.
requestBody:
required: true
content:
app