# Changelore > Changelore is a code-native "changelog as a service": your AI agent drafts changelog entries from your git commits and pull requests over the Model Context Protocol (MCP) — published to a hosted public page on your own domain, and exposed via a REST API and RSS. Author in a rich editor, or let the agent do it. Changelore is currently in early access (waitlist). Public changelog pages are served at https://changelore.app/p/. ## Product - [Home](https://changelore.app/): Overview, features, and pricing. - [Live demo changelog](https://changelore.app/p/acme): Example of a hosted public changelog page. - [Join the waitlist](https://changelore.app/waitlist): Request early access. ## Use cases - [Use cases overview](https://changelore.app/use-cases): Who Changelore is for. - [AI agents & MCP](https://changelore.app/use-cases/ai-agent): Letting the agent already in your repo write and publish the changelog. Changelore's own changelog was written this way — every entry created over MCP, none typed into the dashboard. - [API & developer tools](https://changelore.app/use-cases/api): Changelog for an API product, including breaking-change flagging and embedding the feed in existing documentation. - [SaaS product teams](https://changelore.app/use-cases/saas): Shipping notes for a product team without adopting a feedback board or ticketing tool. - [Indie hackers](https://changelore.app/use-cases/indie): A hosted changelog for a solo or small project, on your own domain. - [Open source](https://changelore.app/use-cases/open-source): Release notes for an open-source project, generated from commits and pull requests. ## For AI agents (MCP) - [Remote MCP server](https://api.changelore.app/mcp): Streamable HTTP MCP endpoint. Authenticate via Clerk OAuth (browser flow, no token) or a Personal Access Token (`Authorization: Bearer pat_...`). Tools: get_public_changelogs (no auth), list_projects, create_project, list_changelogs, create_changelog, update_changelog, publish_changelog. - [MCP resource metadata](https://api.changelore.app/.well-known/oauth-protected-resource/mcp): RFC 9728 OAuth Protected Resource Metadata for endpoint discovery. ## Public read API - [Keyless changelog feed (JSON)](https://api.changelore.app/api/v1/public/projects/acme/changelogs): Published entries for a project by slug; no API key required. - [RSS feed](https://api.changelore.app/api/v1/public/projects/acme/rss.xml): RSS/Atom feed of published entries by slug. ## Legal - [Terms of Service](https://changelore.app/terms): Service terms. - [Privacy Policy](https://changelore.app/privacy): How personal data is handled (GDPR/RODO).