Skip to main content

Tools

The MCP server exposes the following tools. Read tools return the same data as the matching API endpoints. We recommend generating a dedicated API key for MCP use so you can revoke it independently — see Security.

Tools that use your API key:

ToolWhat it does
list_accountsLists the services Rewind is backing up under your organization.
get_accountDetails for one service by its account ID — platform, status, and last backup time.
get_account_backupsBackup-job history for a service. Supports an optional status filter (success / failure / in_progress) and cursor pagination.
get_audit_logsAudit-log history for your organization.
trigger_backupWrite action — starts an on-demand backup for a service. Checks state first and returns enqueued, already_running, not_backupable, or not_found. The backup runs in the background; poll get_account_backups for completion.
get_token_infoInformation about your API key — name, expiry, and organization.
search_itemsSearches the backed-up content of a Jira or Confluence account. Requires the Advanced or Enterprise edition of Rewind Backups — returns 403 otherwise.
list_item_versionsLists the backed-up versions of a content item, most recent first. Requires the Advanced or Enterprise edition of Rewind Backups.
get_item_versionRetrieves the content of a specific backed-up version of an item. Requires the Advanced or Enterprise edition of Rewind Backups.

Tools that need no API key:

ToolWhat it does
healthcheckConfirms the MCP server is reachable.
search_help_centerSearches Rewind's help center.
get_support_infoHow to contact Rewind support.
get_api_docs_urlPoints to the API reference.

Prompts

Prompts appear as slash-commands in clients that support them.

PromptWhat it does
/contact_supportPre-fills a support-request message. Accepts optional reason and account_id.

Resources

Resources are static documents your assistant can read directly.

ResourceWhat it contains
Rewind API ReferencePoints to the API reference and when to send you there.
Rewind SupportHow to contact Rewind support and what to include in the request.

See also