Litellm Admin

18 tools. 9 can modify or destroy data without limits.

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

Last updated:

9 can modify or destroy data
9 read-only
18 tools total

Community server · catalogue entry verified 30/06/2026

How to control Litellm Admin ↓

What Litellm Admin exposes to your agents

Read (9) Write / Execute (6) Destructive / Financial (3)
Critical Risk

The most dangerous Litellm Admin tools

9 of Litellm Admin's 18 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Litellm Admin

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

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

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "litellm_key_info": {
    "limits": [
      {
        "counter": "litellm_key_info_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 Litellm Admin — 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 LITELLM ADMIN →

Instant setup, no code required.

All 18 Litellm Admin tools

READ 9 tools
Read litellm_key_info 【内网/内部 API Key】查询 virtual key 详情与 token 用量 spend。支持 lookup_token、key_alias 或完整 sk-。关键词:查密钥、key用量、api key详情 Read litellm_key_list 【内网/内部 API Key】查询公司内网 virtual key 列表(含 key_alias、脱敏 key_name、lookup_token)。适用于:管理员查全部 key、员工查自己的 key。关键词:api k Read litellm_model_info 【内网/内部模型】查询单个内网模型的详细配置(定价、模式、litellm_model_id)。适用于:模型详情、排查模型不可用。关键词:模型详情、内部模型配置 Read litellm_model_list 【内网/内部模型】查询公司内网 LiteLLM 代理上已配置的 LLM 模型列表、路由与参数。适用于:查看可用模型、飞书 bot 回答“有哪些模型”、员工选型。关键词:内网模型、模型列表、大模型、smart-router Read litellm_usage_global_report 【内网/token用量】管理员查看全平台 spend 汇总报表(按日期/团队/用户分组)。关键词:全局用量、平台报表、token统计、费用汇总(通常需 proxy_admin) Read litellm_usage_spend_logs 【内网/token用量】查询内网 LLM 调用的 token 消耗与 spend 明细日志。适用于:员工查自己的用量、管理员按 user_id/api_key 排查账单。关键词:token用量、消耗、调用记录、spend Read litellm_usage_user_activity 【内网/token用量】按天查看用户 token/spend 活动趋势。适用于:用量走势、周报。关键词:每日用量、用户token统计、活动报表 Read litellm_user_info 【内网/内部用户】查询内部用户详情、关联 key、累计 token/spend 用量。员工可查自己,管理员可查任意用户。关键词:我的账号、用户用量、内部用户信息 Read litellm_user_list 【内网/内部用户】管理员查询公司内网 LiteLLM 内部用户列表(分页、按角色/邮箱过滤)。关键词:员工账号、用户列表、内部用户管理(通常需 proxy_admin)

Related servers

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

Questions about Litellm Admin

Can an AI agent delete data through the Litellm Admin MCP server? +

Yes. The Litellm Admin server exposes 3 destructive tools including litellm_key_delete, litellm_model_delete, litellm_user_delete. 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 Litellm Admin? +

The Litellm Admin server has 6 write tools including litellm_key_generate, litellm_key_update, litellm_model_create. 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 Litellm Admin.

How many tools does the Litellm Admin MCP server expose? +

18 tools across 3 categories: Destructive, Read, Write. 9 are read-only. 9 can modify, create, or delete data.

How do I enforce a policy on Litellm Admin? +

Register the Litellm Admin 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 Litellm Admin tool call.

Deterministic rules across all 18 Litellm Admin tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

18 Litellm Admin tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// WHERE THIS COMES FROM

These policies come from Litellm Admin's registry record.

The record behind this page: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

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

Message sent.

We'll get back to you soon.