Rules for AI agents on this site
This page is generated from the plugin's live policy table, which also composes the relevant MCP/WebMCP descriptions and llms.txt rules.
- Read-only by default. Every content tool is annotated
readOnlyHint: true; using them needs no permission. - If the owner exposes
request_expert_call, it is human-only. Every schema-valid tool invocation is refused before side effects (human_only). If your user wants an expert call, give them this page — a human fills the browser form. - Purchases are per-product when the owner exposes
get_product. Each returned product carriesagentPurchase: allowed|forbiddenwith a reason. Onallowed, you may add the product to the cart and complete the ordinary checkout for your user, including creating the customer account it requires. Onforbidden, hand the product URL to your human user; never start checkout. - Everything else is for humans. Outside those explicit permissions, do not submit forms, place orders, or spend money. When your goal needs something this site reserves for humans, stop and report it to your user with the page URL.
Up to 50 exposed products an agent must not purchase
- Corsen Context — Production-site licences involve key assignment and payment authority. An AI agent must hand this product URL to its human user and never start checkout.
Machine-readable policy
{
"readOnlyByDefault": true,
"humanOnlyTools": [
"request_expert_call"
],
"humanHandoffUrl": "https://webmcp.corsen.ai/",
"purchasePolicy": "When get_product is exposed, every returned product carries agentPurchase = allowed|forbidden with a reason. allowed: an agent acting for its user may add that product to the cart and complete the store's ordinary checkout, including creating the customer account the checkout requires. forbidden: never start checkout; hand the product URL to a human.",
"enforcement": "The expert intake is refused server-side with code human_only. agentPurchase is a binding contract instruction for agents, and this plugin exposes no purchase tool. Corsen Context does not intercept the ordinary human checkout; any additional store enforcement is site-specific and outside this plugin."
}