Events integration
MCP for The Events Calendar
The Events Calendar stores each event as a tribe_events custom post type with its schedule in underscore-prefixed _Event* postmeta (_EventStartDate, _EventEndDate, _EventVenueID, and so on). Those keys are protected meta that WP MCP's generic get-post tool deliberately hides, so this integration adds a curated, TEC-aware read: list events, and read one event's schedule as clean named fields (dates, all-day, venue and organizer ids, cost, URL). Creating and editing events is available through the general content tools, since tribe_events is an ordinary post type, with every write snapshotted first.
What your AI can do
Real The Events Calendar operations, every write reversible.
- List events with titles and start/end dates
- Read one event's curated schedule, including the underscore-prefixed fields
- Answer scheduling questions without knowing TEC's meta keys
- Create or edit events through the content tools (snapshotted)
Example prompts
Just ask.
What are the next few events and their dates?
Read the Gala event: start and end time, venue, and cost.
List events happening in September.
Under the hood
The real calls.
tec-read({ operation: "list-events" }), events with dates
tec-read({ operation: "get-event", args: { event_id: 42 } }), surfaces _Event* meta as named fields
Frequently asked
Questions, answered.
Why a dedicated integration instead of the content tools?
The Events Calendar keeps event details in _Event* postmeta, which is underscore-prefixed protected meta that WP MCP's general get-post tool hides. The tec-read surface reads those keys directly and returns them as clean named fields. Creating and editing events still works through the content tools, snapshotted.
More integrations
MCP for Modern Events Calendar
FreeRead your Modern Events Calendar events and their schedules over MCP, with no meta-key knowledge needed.
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.