We're live in beta — earn up to 12,000 credits by signing up today. Get started

WordPress MCP
for AI agents

FloConnector is a hosted WordPress MCP server. Securely connect Claude, ChatGPT and other AI clients to WordPress. Ask in plain English; it runs the 35 tools for you, behind one endpoint, with you deciding what it can touch.

Tools

Everything your AI can do in WordPress

35 tools your agent gets the moment WordPress is connected.

35 tools

  • list_posts read

    List posts

    List blog posts, with filters for status, category, tag, author and date. Use _fields to keep the response small.

  • get_post read

    Get post

    Fetch a single post by ID.

  • create_post write

    Create post

    Create a blog post. Defaults to draft unless status is set.

  • update_post write

    Update post

    Update an existing post. Only the fields you pass are changed.

  • delete_post write

    Delete post

    Move a post to Trash, or permanently delete it with force=true.

  • list_pages read

    List pages

    List pages, with filters for status, parent and date.

  • get_page read

    Get page

    Fetch a single page by ID.

  • create_page write

    Create page

    Create a page. Defaults to draft unless status is set.

  • update_page write

    Update page

    Update an existing page. Only the fields you pass are changed.

  • delete_page write

    Delete page

    Move a page to Trash, or permanently delete it with force=true.

  • list_media read

    List media

    List media library items (images, documents).

  • get_media read

    Get media item

    Fetch a single media item by ID, including its source URL and sizes.

  • update_media write

    Update media item

    Update a media item's title, caption, alt text or description. Cannot replace the file.

  • list_comments read

    List comments

    List comments, with filters for post, status and author.

  • get_comment read

    Get comment

    Fetch a single comment by ID.

  • create_comment write

    Create comment

    Post a comment on a post.

  • update_comment write

    Update comment

    Edit a comment or change its moderation status (approved, hold, spam, trash).

  • delete_comment write

    Delete comment

    Move a comment to Trash, or permanently delete it with force=true.

  • list_categories read

    List categories

    List post categories.

  • get_category read

    Get category

    Fetch a single category by ID.

  • create_category write

    Create category

    Create a post category.

  • update_category write

    Update category

    Rename or re-parent a category.

  • list_tags read

    List tags

    List post tags.

  • get_tag read

    Get tag

    Fetch a single tag by ID.

  • create_tag write

    Create tag

    Create a post tag.

  • update_tag write

    Update tag

    Rename a tag or change its slug.

  • search read

    Search the site

    Search across posts, pages and other public content. Returns lightweight results (id, title, url, type).

  • list_post_types read

    List post types

    List the post types this site has, including any registered by plugins or the theme. Use it to discover what content exists before querying.

  • list_taxonomies read

    List taxonomies

    List the taxonomies this site has (categories, tags, and any custom ones).

  • list_statuses read

    List post statuses

    List the publication statuses available on this site.

  • list_post_revisions read

    List post revisions

    List the saved revisions of a post — the edit history.

  • get_post_revision read

    Get post revision

    Fetch one revision of a post, including its full content at that point.

  • list_users read

    List users

    List the site's authors. Returns public profile fields only — never email addresses.

  • get_user read

    Get user

    Fetch one user's public profile by ID. Never returns their email address.

  • get_settings read

    Get site settings

    Read the site's settings: title, tagline, timezone, date format, language, and the default post category.