Donations integration
MCP for GiveWP
GiveWP stores each donation form as a give_forms custom post type, with its configuration and running totals in underscore-prefixed _give_* postmeta (price, price option, donation levels, goal, earnings, sales). Those keys are protected meta that WP MCP's generic get-post tool hides, so this integration adds a curated, Give-aware read: list donation forms with their earnings and sales, and read one form's pricing, levels, goal, and totals as clean named fields. Creating and editing forms is available through the general content tools, since give_forms is an ordinary post type, with every write snapshotted first.
What your AI can do
Real GiveWP operations, every write reversible.
- List donation forms with their running earnings and sales
- Read a form's price, price option, and donation levels
- Read a form's goal and progress totals
- Create or edit donation forms through the content tools (snapshotted)
Example prompts
Just ask.
How much has each donation form raised so far?
Read the Annual Fund form: its price, levels, and goal.
Which donation form has the most sales this year?
Under the hood
The real calls.
give-read({ operation: "list-forms" }), forms with earnings + sales
give-read({ operation: "get-form", args: { form_id: 42 } }), surfaces _give_* config as named fields
Frequently asked
Questions, answered.
Can the agent read individual donations?
Not yet. The give-read surface covers donation forms and their totals. Individual donation records live in GiveWP's own tables, which are not a WP MCP snapshot target, so that access is deferred until it can be done safely.
Why a dedicated integration?
Give keeps form config in _give_* postmeta, which is underscore-prefixed protected meta that generic get-post hides. give-read reads those keys directly and returns clean named fields. Form create/edit still works through the content tools, snapshotted.
More integrations
MCP for Elementor
ProDeep Elementor page-building from a curated 44-widget catalog, plus global colors and fonts, validated and reversible.
MCP for Gutenberg
FreeSurgical block-editor editing by index path, free, no page builder required.
MCP for Bricks
ProRead and write Bricks Builder content over MCP, a page builder most MCP tools can't touch.
MCP for Divi
ProRead and write Divi content over MCP, builder-aware, snapshotted, reversible.
MCP for WooCommerce
FreeRun your live store from a prompt, products, prices, orders, reports, every write snapshotted first.
MCP for Yoast SEO
FreeBulk-edit Yoast metadata across the whole site from a prompt, every change reversible.