Provides an MCP server implemented in Python, exposing the 'chistecitos' tool that fetches random Chuck Norris jokes from the Chuck Norris API
Chuck Norris Jokes MCP Server
This is a simple MCP (Model Context Protocol) server that exposes a tool to get random Chuck Norris jokes using the public Chuck Norris API.
Characteristics
chistecitostool that returns random Chuck Norris jokesAsynchronous implementation for better performance
Integrated error handling
Simple and easy-to-use interface
Related MCP server: Jokes MCP Server
Requirements
Python 3.9 or higher
pip (Python package manager)
Facility
Clone this repository:
Install the dependencies:
Use
Start the server:
The server will expose the
chistecitostool that can be used by any compatible MCP client.
Example of Use
The chistecitos tool can be called without parameters and will return a random Chuck Norris joke. For example:
Technologies Used
MCP Python SDK - For deploying the MCP server
httpx - Asynchronous HTTP Client for Python
Chuck Norris API - Public API for Chuck Norris jokes
Contribute
Contributions are welcome. Please open an issue to discuss the proposed changes or submit a pull request.
License
This project is licensed under the MIT License. See the LICENSE file for details.