Initial release - Patreon MCP Server
Read-only MCP server for the Patreon API with 6 tools:
- `fetch_identity` - Your authenticated profile
- `fetch_campaigns` - List all campaigns
- `fetch_campaign` - Campaign details with tiers
- `fetch_members` - Paginated patron list
- `fetch_posts` - Paginated post list
- `fetch_post` - Single post by ID
Privacy-hardened (no patron emails/notes), input-validated, typed Pydantic models.
Install: `pip install patreon-mcp-server`