WordPress for your agents.
Connect WordPress once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 19 curated tools, discovered on demand, with your key stored on your machine and every call going direct to WordPress.
What agents can do with WordPress
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
wordpress_current_userCheck the credentials: returns the authenticated user.
wordpress_list_postsList posts, newest first.
wordpress_create_postCreate a post.
wordpress_get_postGet a single post by id.
wordpress_update_postUpdate an existing post by id. Send only the fields you want to change.
wordpress_delete_postDelete a post by id. By default it goes to trash; set `force` true to delete permanently.
wordpress_list_pagesList pages, newest first.
wordpress_list_categoriesList post categories.
wordpress_list_commentsList comments, newest first. Filter by `post` id.
wordpress_create_categoryCreate a new category.
wordpress_create_pageCreate a new page.
wordpress_get_pageGet a single page by id.
wordpress_update_pageUpdate an existing page. Send only the fields to change.
wordpress_delete_pageDelete a page by id. Set `force` true to bypass trash.
wordpress_list_tagsList post tags.
wordpress_create_tagCreate a new tag.
wordpress_list_mediaList media items (uploads).
wordpress_upload_mediaUpload a new media file. Send raw binary data with Content-Type set to the file type.
wordpress_list_usersList registered users.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- In your WordPress admin, open Users, your profile, then Application Passwords.
- Create one, copy the generated password (it has spaces; keep them).
- The username is your WordPress username. The site URL is your site root.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect WordPress to Even: call connect_begin("wordpress") on the even-connect MCP and walk me through it.
List WordPress posts and categories, then create and publish blog posts.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.