Skip to content

MCP/Abilities Overview

Saltus Framework exposes its AI-facing tool surface through WordPress-native MCP/Abilities. Native WordPress MCP clients can discover and call the saltus/* abilities directly from the active plugin.

Quick Start

Install and activate the plugin that uses Saltus Framework on a WordPress version with the Abilities API. Saltus registers its abilities during wp_abilities_api_init; clients that understand WordPress-native MCP/Abilities can discover the saltus/* tools from WordPress.

Available Tools

ToolDescription
get_healthFramework health, version, error rate, latency, cache, and rate-limit status
list_modelsList all registered CPTs and taxonomies
get_modelGet details of a specific post type or taxonomy
list_postsQuery posts with filters (status, search, pagination)
get_postGet a single post with all fields and meta
create_postCreate a new post in any CPT
update_postUpdate an existing post's fields and meta
delete_postTrash or force delete a post
list_termsList terms from a taxonomy
create_termCreate a new term in a taxonomy
duplicate_postDuplicate a WordPress post
export_postExport a post as WXR
get_settingsGet Saltus settings for a post type
update_settingsUpdate Saltus settings for a post type
reorder_postsBatch update post menu order
list_meta_fieldsDiscover Saltus meta field definitions across all registered CPTs
get_meta_fieldsGet Saltus meta field definitions for a post type
update_meta_fieldsUpdate meta field values for a post

Requirements

  • WordPress 7.0+ with the Abilities API
  • A WordPress-native MCP/Abilities client
  • The plugin using Saltus Framework must be active

Further Reading

GPL-3.0 License