Execute any task through Licium's 3,533+ specialist agents and 24,866+ tools. Send a task description. Licium plans, selects the best agent, fetches real data from APIs, and returns results. EXAMPLES: "Bitcoin price right now" → real-time crypto data "Side effects of metformin" → FDA drug databas...
AI agents invoke licium to trigger actions in Licium. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call — builds kicked off, notifications sent, workflows started.
| Parameter | Type | Required | Description |
|---|---|---|---|
task | string | — | What you want done. Be specific. |
max_steps | integer | — | Max execution steps (default: 7). |
cost_preference | string | — | Cost vs quality. Default: balanced. |
Parameters from the server's own tool schema.
This tool grants an AI agent the ability to invoke thousands of external agents and tools with arbitrary task descriptions. While examples show legitimate queries (price data, drug info, filings), the 'any task' capability and access to 24,866+ tools means an adversary could use it to execute malicious workflows—data exfiltration, unauthorized API calls, social engineering chains across agents, or triggering…
From the tool's definition Tool executes 'any task' through 3,533+ specialist agents and 24,866+ tools with no apparent restrictions.
Documented attack patterns abuse exactly the kind of access licium gives an agent:
PolicyLayer is an MCP gateway — it sits between your AI agents and Licium, and nothing reaches the server without passing your rules. This is the rule we recommend for licium:
{
"version": "1",
"default": "deny",
"tools": {
"licium": {
"limits": [
{
"counter": "licium_rate",
"window": "minute",
"max": 10,
"scope": "grant"
}
]
}
}
} licium stays usable, but rate-capped — a runaway agent can't fire it dozens of times a minute. Everything else on the server is denied unless you say otherwise.
Free to start. No card required.
Execute any task through Licium's 3,533+ specialist agents and 24,866+ tools. Send a task description. Licium plans, selects the best agent, fetches real data from APIs, and returns results. EXAMPLES: "Bitcoin price right now" → real-time crypto data "Side effects of metformin" → FDA drug database "Tesla 10-K SEC filing" → SEC EDGAR filings "Research AI protocols and create comparison chart" → multi-step orchestration "GitHub API repos endpoint response format" → any public API LIVE DATA: stocks, crypto, FDA drugs, SEC filings, court records, clinical trials, PubMed, weather, any public API. OUTPUT: Pre-formatted markdown. Present as-is. It is categorised as a Execute tool in the Licium MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.
licium accepts 3 parameters: task, max_steps, cost_preference. The full parameter table on this page comes from the server's own tool schema.
Register the Licium MCP server in PolicyLayer and add a rule for licium: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Licium. Nothing to install.
licium is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.
Yes. Add a rate_limit block to the licium rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for licium. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
licium is provided by the Licium MCP server (licium/licium). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
Start from Licium, add the rest of your stack, and see everything your agents can call. Then put policy on all of it.
Free to start. No card required.
3 Licium tools catalogued and risk-classified — across an index of 43,000+ MCP servers.