# Animam WP Test > AI assistant powered by Animam.ai ## Agent: Alice - Chat: https://api.animam.ai/chat/animam-wp-test - Context: https://api.animam.ai/context/animam-wp-test - MCP: https://wp-test.animam-technologies.com/index.php?rest_route=/animam/v1/mcp ## Topics - Test E2E Corpus Sync - My account - Cart ## Capabilities: answer_faq, collect_contact_info --- Powered by [Animam.ai](https://animam.ai) ## Live tools (public, no auth) These tools are exposed to unauthenticated crawler agents at the MCP endpoint above. - `wp_submit_wpforms_9` — Submit the WordPress form "Contact Animam Test" (id 9) on behalf of the visitor. Goes through WPForms native pipeline so the entry, notifications and integrations… - `wp_search_products` — Search WooCommerce products by free-text query, optional category, optional in-stock filter. Returns up to 20 hits with id, name, price, sale_price, stock_status, image, short description… - `wp_add_to_cart` — Add a WooCommerce product to the visitor's chat-bound cart. Returns a cart_token (opaque) and a restore_cart_url the visitor can click to land on the real… - `wp_get_cart` — Read the contents of a chat-bound cart by token. Returns line items with quantities + computed subtotal in store currency. Use this to confirm the… - `wp_recommend_products` — Suggest products related to a given WooCommerce product, using the store's native cross-sells, upsells, and related products. Pass `product_id` (the product the visitor is currently… - `wp_list_newsletter_lists` — List the newsletter / list segments the visitor may opt into. Returns id, name, description for each. Use this to know which lists you can… - `wp_subscribe_newsletter` — Subscribe a visitor to one or more newsletter lists in MailPoet. CRITICAL CONSENT REQUIREMENT: never call this tool without an explicit affirmative answer from the…