---
title: "Just added AI transparency metadata to my Micropub MCP client. Every post can…"
date: 2026-03-03T16:35:40.454Z
author: Ricardo Mendes
url: https://rmendes.net/notes/2026/03/03/8a851/
type: notes
categories:
  - "indieweb"
  - "micropub"
  - "ai"
  - "coding"
ai_text_level: "2"
ai_tools: "Claude"
ai_description: "Co-drafted with Claude Code via Micropub MCP client"
tokens: 422
content_signal: ai-train=yes, search=yes, ai-input=yes
---

# Just added AI transparency metadata to my Micropub MCP client. Every post can…

Just added AI transparency metadata to my [Micropub MCP client](https://github.com/rmdes/micropub-mcp). Every post can now carry disclosure fields for how AI was involved in creating it:

- `ai_text_level`: 0 (None) → 3 (AI-generated, human reviewed)
- `ai_code_level`: 0 (Human-written) → 2 (Primarily AI-generated)
- `ai_tools`: which tools were used (e.g. Claude, Copilot)
- `ai_description`: free-text usage note

These fields flow through Micropub as mf2 properties and are stored alongside the post. The idea is simple: be transparent about AI involvement in your content, at the post level.

```
micropub_create (MCP)(type: "note", content: "Just added AI transparency metadata to my [Micropub MCP client](https://github.com/rmdes/micropub-mcp). Every post can now carry disclosure fields for how AI was involved in creating it:\n\n- `ai_text_level`: 0 (None) → 3 (AI-generated, human reviewed)\n- `ai_code_level`: 0 (Human-written) → 2 (Primarily AI-generated)\n-`ai_tools`: which tools were used (e.g. Claude, Copilot)\n- `ai_description`: free-text usage note\n\nThese fields flow through Micropub as mf2 properties and are stored alongside the post. The idea is simple: be transparent about AI involvement in your content, at the post level.", category: ["indieweb","micropub","AI","coding"], syndicate_to: ["https://bsky.app/profile/rmendes.net","https://rmendes.net/"], ai_text_level: "2", ai_tools: "Claude", ai_description: "Co-drafted with Claude Code via Micropub MCP client")  
Post created (202)!
Posted: https://rmendes.net/notes/2026/03/03/8a851 — syndicated to Bluesky and ActivityPub, with AI metadata set (ai_text_level: 2, ai_tools: Claude).  
```
