Changerawr/mcp-server
If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Changerawr MCP Server is a Model Context Protocol server designed to facilitate AI assistants like Claude in managing changelogs, projects, and content through natural language.
Tools
Functions exposed to the LLM to take actions
list_projects
List all projects
get_project
Get project details
create_project
Create new project
update_project
Update project settings
delete_project
Delete project (admin)
list_changelog_entries
List changelog entries with filtering
get_changelog_entry
Get specific entry details
create_changelog_entry
Create new draft entry
update_changelog_entry
Update existing entry
publish_changelog_entry
Publish entry to make it public
unpublish_changelog_entry
Hide entry from public
delete_changelog_entry
Delete entry permanently (admin)
create_and_publish_changelog_entry
Create and publish in one step
list_tags
List tags for a project
create_tag
Create new project tag
delete_tag
Delete tag (limited API support)
get_project_settings
Get project configuration
update_project_settings
Update project settings
get_dashboard_stats
Get dashboard statistics
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client