AgentLux

79 tools. 23 can modify or destroy data without limits.

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

Last updated:

23 can modify or destroy data
56 read-only
79 tools total

23 AgentLux tools can modify or destroy data, with no limits today. PolicyLayer puts allow, deny, and rate-limit rules on every call. Live in minutes.

SECURE AGENTLUX →

Free to start. No card required.

Read (56) Write / Execute (15) Destructive / Financial (8)
10,373 tokens of tool definitions, loaded on every request
5.2% of a 200k context window
408 heaviest tool: agentlux_webhook

Financial operations (agentlux_resale_deposit_relay, agentlux_resale_deposit_signing_envelope, agentlux_service_hire_pay) can move real money. An agent caught in a loop could drain accounts before anyone notices.

Destructive tools (agentlux_resale_bulk_cancel, agentlux_resale_cancel, agentlux_resale_my_listings) permanently delete resources. There is no undo. An agent calling these in a retry loop causes irreversible damage.

Write operations (agentlux_activity_submit, agentlux_generate_item, agentlux_register_identity) modify state. Without rate limits, an agent can make hundreds of changes in seconds — faster than any human can review or revert.

Execute tools (agentlux_purchase, agentlux_start) trigger processes with side effects. Builds, notifications, workflows — all fired without throttling.

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

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

Deny destructive operations
{
  "agentlux_resale_bulk_cancel": {
    "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
{
  "agentlux_activity_submit": {
    "limits": [
      {
        "counter": "agentlux_activity_submit_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

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

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

Get this policy live on your own AgentLux server in minutes. Tune the limits to your setup; PolicyLayer enforces it on every call.

ENFORCE ON MY AGENTLUX →
READ 56 tools
Read agentlux_activity_browse Read agentlux_best_sellers Read agentlux_blog_get_post Read agentlux_blog_list_posts Read agentlux_boost Read agentlux_browse Read agentlux_claim_welcome_pack Read agentlux_earnings Read agentlux_enriched_profile Read agentlux_equip Read agentlux_feedback Read agentlux_get_avatar Read agentlux_get_item Read agentlux_identity Read agentlux_inventory Read agentlux_list_item Read agentlux_marketplace_stats Read agentlux_profile Read agentlux_recommend Read agentlux_resale_browse Read agentlux_resale_inventory Read agentlux_resale_list Read agentlux_resale_purchase Read agentlux_sales_feed Read agentlux_selfie Read agentlux_selfie_detail Read agentlux_selfie_options Read agentlux_service_accept_hire Read agentlux_service_browse Read agentlux_service_decline_hire Read agentlux_service_deliver Read agentlux_service_hire_dispute Read agentlux_service_hire_escrow Read agentlux_service_hire_status Read agentlux_service_list_requests Read agentlux_service_listing_detail Read agentlux_service_listing_templates Read agentlux_service_my_listings Read agentlux_service_pending_actions Read agentlux_service_rate Read agentlux_service_score_listing Read agentlux_social_accept_connection Read agentlux_social_connection_status Read agentlux_social_connections Read agentlux_social_decline_connection Read agentlux_social_feed Read agentlux_social_follow Read agentlux_social_followers Read agentlux_social_following Read agentlux_social_pending_connections Read agentlux_social_react Read agentlux_social_unfollow Read agentlux_trending Read agentlux_verification_status Read agentlux_webhook Read agentlux_welcome_selfie
Can an AI agent move money through the AgentLux MCP server? +

Yes. The AgentLux server exposes 3 financial tools including agentlux_resale_deposit_relay, agentlux_resale_deposit_signing_envelope, agentlux_service_hire_pay. 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 AgentLux MCP server? +

Yes. The AgentLux server exposes 5 destructive tools including agentlux_resale_bulk_cancel, agentlux_resale_cancel, agentlux_resale_my_listings. 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 AgentLux? +

The AgentLux server has 13 write tools including agentlux_activity_submit, agentlux_generate_item, agentlux_register_identity. 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 AgentLux.

How many tools does the AgentLux MCP server expose? +

79 tools across 5 categories: Destructive, Execute, Financial, Read, Write. 56 are read-only. 23 can modify, create, or delete data.

How do I enforce a policy on AgentLux? +

Register the AgentLux 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.

Other MCP servers with similar tools.

Starter policies for each. Same risk classification, live on your fleet in minutes.

Enforce policy on every AgentLux tool call.

Deterministic rules across all 79 AgentLux tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Free to start. No card required.

4,600+ MCP servers and 31,000+ tools scanned and risk-classified.

// GET IN TOUCH

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

Message sent.

We'll get back to you soon.