FluentCommunity Manager

145 tools. 78 can modify or destroy data without limits.

21 destructive tools with no built-in limits. Policy required.

Last updated:

78 can modify or destroy data
67 read-only
145 tools total

Community server · catalogue entry verified 29/06/2026

How to control FluentCommunity Manager ↓

What FluentCommunity Manager exposes to your agents

Read (67) Write / Execute (57) Destructive / Financial (21)
Critical Risk

The most dangerous FluentCommunity Manager tools

78 of FluentCommunity Manager's 145 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control FluentCommunity Manager

PolicyLayer is an MCP gateway — it sits between your AI agents and FluentCommunity Manager, and nothing reaches the server without passing your rules. These are the rules we recommend:

Block financial tools by default
{
  "fcart_apply_coupon": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Deny destructive operations
{
  "delete_comment": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "assign_terms_to_content": {
    "limits": [
      {
        "counter": "assign_terms_to_content_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "discover_content_types": {
    "limits": [
      {
        "counter": "discover_content_types_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register FluentCommunity Manager — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON FLUENTCOMMUNITY MANAGER →

Instant setup, no code required.

All 145 FluentCommunity Manager tools

WRITE 52 tools
Write assign_terms_to_content Assigns taxonomy terms to content of any type Write create_comment Creates a new comment Write create_content Creates new content of any type Write create_media Creates a new media item Write create_plugin Creates a plugin from the WordPress.org repository Write create_term Creates a new term in any taxonomy Write create_user Creates a new user Write edit_media Updates an existing media item Write fc_add_space_member Add a user to a FluentCommunity space Write fc_bulk_create_posts Create multiple FluentCommunity posts at once (useful for AI-generated content campaigns) Write fc_bulk_update_posts Update multiple FluentCommunity posts at once Write fc_create_comment Create a new comment on a FluentCommunity post Write fc_create_post Create a new post in FluentCommunity Write fc_create_space Create a new space in FluentCommunity Write fc_update_branding Update FluentCommunity branding (logo, favicon, custom CSS/HTML) Write fc_update_colors Update FluentCommunity color scheme for light or dark mode Write fc_update_comment Update an existing FluentCommunity comment Write fc_update_layout Update FluentCommunity layout settings. Control menu positioning (top/side), sidebar placement (left/right), c Write fc_update_portal_settings Update FluentCommunity portal display settings (layout, sidebar, features) Write fc_update_post Update an existing FluentCommunity post Write fc_update_space Update an existing FluentCommunity space Write fcart_create_coupon Create a new discount coupon Write fcart_create_customer Create a new customer Write fcart_create_order Create a new order manually Write fcart_create_product Create a new product in FluentCart Write fcart_set_product_thumbnail Set product thumbnail image Write fcart_update_coupon Update coupon details Write fcart_update_customer Update customer details Write fcart_update_order Update order status or details Write fcart_update_order_statuses Bulk update order statuses Write fcart_update_product Update an existing product Write fcart_update_product_pricing Update product pricing (price, sale_price, SKU) Write fcrm_create_campaign Create a new FluentCRM email campaign Write fcrm_create_contact Create a new FluentCRM contact Write fcrm_create_list Create a new FluentCRM list Write fcrm_create_tag Create a new FluentCRM tag Write fcrm_update_contact Update an existing FluentCRM contact Write fcrm_update_list Update a FluentCRM list Write fcrm_update_tag Update a FluentCRM tag Write mlcanvas_create_page Create a custom HTML/CSS page using ML Canvas Block. Perfect for landing pages, full-width designs, and custom Write mlcanvas_edit_page Surgical editing for ML Canvas pages - find/replace specific HTML/CSS snippets without rewriting entire page. Write mlimg_edit Edit existing image with AI. Modify colors, add elements, change styles, or transform existing images. Write mlimg_iterate Create variations of existing image. Generate multiple versions with different styles or modifications. Write mlmh_create_category Create a new custom media category for organizing media library items. Categories help organize imported image Write mlmh_import_icon Import a Noun Project icon to WordPress media library. Includes proper attribution and metadata for licensing Write mlmh_import_images Import images from search results to WordPress media library. Can import as hotlinks (fast, external hosting) Write mlmh_save_search_preset Save a search configuration preset for reuse. Store commonly used filter combinations with a memorable name fo Write mlmh_update_settings Update ML Media Hub API keys and settings. Requires admin (manage_options) capability. Use this to configure S Write update_comment Updates an existing comment Write update_content Updates existing content of any type Write update_term Updates an existing term in any taxonomy Write update_user Updates an existing user
READ 67 tools
Read discover_content_types Discovers all available content types (built-in and custom) in the WordPress site Read discover_taxonomies Discovers all available taxonomies (built-in and custom) in the WordPress site Read fc_get_branding Get FluentCommunity branding settings (logo, favicon, custom CSS) Read fc_get_colors Get FluentCommunity color scheme (light or dark mode) Read fc_get_layout Get FluentCommunity layout settings (menu position, sidebar placement, component visibility, content injection Read fc_get_portal_settings Get FluentCommunity portal display settings Read fc_get_post Get a specific FluentCommunity post by ID with all details Read fc_get_space Get detailed information about a specific FluentCommunity space Read fc_get_space_analytics Get analytics and statistics for a FluentCommunity space Read fc_list_comments List FluentCommunity comments for a specific post or all comments Read fc_list_posts List all posts from FluentCommunity with optional filtering Read fc_list_space_members List members of a specific FluentCommunity space Read fc_list_spaces List all spaces in FluentCommunity Read fc_search_content Search across all FluentCommunity content (posts, comments, spaces) Read fcart_get_analytics Get store analytics and sales data Read fcart_get_coupon Get coupon details Read fcart_get_customer Get customer details including order history Read fcart_get_order Get detailed information about a specific order Read fcart_get_product Get detailed information about a specific product Read fcart_get_product_thumbnail Get product thumbnail image Read fcart_get_subscription Get subscription details Read fcart_list_coupons List all discount coupons Read fcart_list_customers List all customers in FluentCart Read fcart_list_orders List all orders with filtering options Read fcart_list_products List all products in FluentCart store with filtering options Read fcart_list_subscriptions List all subscriptions Read fcrm_get_campaign Get a specific FluentCRM campaign by ID Read fcrm_get_contact Get a specific FluentCRM contact by ID Read fcrm_get_list Get a specific FluentCRM list by ID Read fcrm_get_tag Get a specific FluentCRM tag by ID Read fcrm_list_campaigns List all FluentCRM email campaigns Read fcrm_list_contacts List FluentCRM contacts with filtering and pagination Read fcrm_list_lists List all FluentCRM contact lists Read fcrm_list_tags List all FluentCRM tags Read find_content_by_url Finds content by its URL, automatically detecting the content type, and optionally updates it Read get_comment Gets a comment by ID Read get_content Gets specific content by ID and content type Read get_content_by_slug Searches for content by slug across one or more content types Read get_content_terms Gets all taxonomy terms assigned to content of any type Read get_plugin Retrieves plugin details Read get_plugin_details Get detailed information about a plugin from the WordPress.org repository Read get_term Gets a specific term by ID from any taxonomy Read get_user Gets a user by ID Read list_comments Lists comments with filtering, sorting, and pagination options Read list_content Lists content of any type (posts, pages, or custom post types) with filtering and pagination Read list_media Lists media items with filtering and pagination options Read list_plugins Lists all plugins with filtering options Read list_terms Lists terms in any taxonomy (categories, tags, or custom taxonomies) with filtering and pagination Read list_users Lists all users with filtering, sorting, and pagination options Read mlcanvas_get_docs Get ML Canvas Block API documentation Read mlimg_get_history Get image generation/editing history for a specific image. See all operations performed on an image. Read mlimg_health Check ML Image Editor API health and configuration. Verify plugin is installed and API keys are configured. Read mlimg_list_categories List media categories available for organizing AI-generated images. Read mlimg_list_images List AI-generated/edited images. Filter by operation type, category, and more. Read mlmh_advanced_icon_search Advanced Noun Project icon search with filters for style, license, format, popularity, collections, and creato Read mlmh_advanced_image_search Advanced Google Images search with comprehensive filters for size, color, type, license, aspect ratio, file fo Read mlmh_browse_icon_collections Browse curated Noun Project icon collections. Collections are professionally curated sets of icons with consis Read mlmh_get_collection_icons Get all icons from a specific Noun Project collection. Perfect for importing entire icon sets with consistent Read mlmh_get_info Get complete API documentation for ML Media Hub including all endpoints, authentication methods, parameters, a Read mlmh_get_settings Get ML Media Hub plugin configuration status including API key configuration, media counts, and plugin version Read mlmh_list_categories List all custom media categories created by ML Media Hub. These are separate from WordPress post categories an Read mlmh_list_media List WordPress media library items with filtering by category, search term, and pagination. Shows media URLs, Read mlmh_list_search_presets List all saved search presets with their names, types, and descriptions. Useful for discovering available pres Read mlmh_load_search_preset Load a saved search preset by name. Returns the filter configuration that can be used with advanced search too Read mlmh_search_icons Search Noun Project icon database. Returns icon results with preview URLs, attribution info, and metadata. Req Read mlmh_search_images Search Google Images via SERP API. Returns image results with URLs, thumbnails, dimensions, and sources ready Read search_plugin_repository Search for plugins in the WordPress.org plugin repository

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about FluentCommunity Manager

Can an AI agent move money through the FluentCommunity Manager MCP server? +

Yes. The FluentCommunity Manager server exposes 5 financial tools including fcart_apply_coupon, fcart_cancel_subscription, fcart_mark_order_paid. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

Can an AI agent delete data through the FluentCommunity Manager MCP server? +

Yes. The FluentCommunity Manager server exposes 16 destructive tools including delete_comment, delete_content, delete_media. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through FluentCommunity Manager? +

The FluentCommunity Manager server has 52 write tools including assign_terms_to_content, create_comment, create_content. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach FluentCommunity Manager.

How many tools does the FluentCommunity Manager MCP server expose? +

145 tools across 4 categories: Destructive, Financial, Read, Write. 67 are read-only. 78 can modify, create, or delete data.

How do I enforce a policy on FluentCommunity Manager? +

Register the FluentCommunity Manager MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every FluentCommunity Manager tool call.

Deterministic rules across all 145 FluentCommunity Manager tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

145 FluentCommunity Manager tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.