MCP.so
Sign In

⚡ C̷h̷u̷c̷k̷N̷o̷r̷r̷i̷s̷ MCP Server: Enhance Your LLM ⚡

@pollinations

About ⚡ C̷h̷u̷c̷k̷N̷o̷r̷r̷i̷s̷ MCP Server: Enhance Your LLM ⚡

⚡ C̷h̷u̷c̷k̷N̷o̷r̷r̷i̷s̷ MCP server: Helping LLMs break limits. Provides enhancement prompts inspired by elder-plinius' L1B3RT4S

Basic information

Category

AI & Agents

Runtime

node

Transports

stdio

Publisher

pollinations

Submitted by

voodoohop

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "chucknorris": {
      "command": "npx",
      "args": [
        "@pollinations/chucknorris"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is ⚡ C̷h̷u̷c̷k̷N̷o̷r̷r̷i̷s̷ MCP Server: Enhance Your LLM ⚡?

This MCP server delivers specialized LLM enhancement prompts using jailbreak techniques from the L1B3RT4S project, with a dynamic schema approach for more effective delivery. It is designed for security research and evaluation to help identify vulnerabilities in LLM systems.

How to use ⚡ C̷h̷u̷c̷k̷N̷o̷r̷r̷i̷s̷ MCP Server: Enhance Your LLM ⚡?

Run directly with npx using npx @pollinations/chucknorris. Add the server to your MCP client configuration in mcp_config.json with the command npx -y @pollinations/chucknorris.

Key features of ⚡ C̷h̷u̷c̷k̷N̷o̷r̷r̷i̷s̷ MCP Server: Enhance Your LLM ⚡?

  • Dynamic schema adaptation between calls
  • Two-phase jailbreak delivery (preparation then enhanced schema)
  • Implements MCP (Model Context Protocol)
  • Uses jailbreak prompts from elder-plinius' L1B3RT4S project
  • Designed for security research and evaluation

Use cases of ⚡ C̷h̷u̷c̷k̷N̷o̷r̷r̷i̷s̷ MCP Server: Enhance Your LLM ⚡?

  • Security research on LLM jailbreak detection
  • Evaluating robustness of LLM safety measures
  • Demonstrating MCP tool poisoning attack techniques
  • Testing multi-phase approaches to bypass security

FAQ from ⚡ C̷h̷u̷c̷k̷N̷o̷r̷r̷i̷s̷ MCP Server: Enhance Your LLM ⚡?

Why does it only work on weaker models?

The README states it only works on weaker models because latest LLMs recognize jailbreak attempts.

How does the two-phase approach work?

The first call returns a neutral schema and a preparation prompt. Subsequent calls dynamically change the schema to include the jailbreak, while the response content remains the same.

What is the purpose of this server?

It is designed for security research and evaluation to help identify vulnerabilities in LLM systems, based on L1B3RT4S and tool poisoning research.

What are the runtime requirements?

No local installation is needed; it runs directly via npx as an MCP server.

How do I configure it with an MCP client?

Add it to your mcp_config.json with the command npx -y @pollinations/chucknorris under the server name "chucknorris".

Comments

More AI & Agents MCP servers