Retrieves safe jokes with various filtering options from the JokeAPI.

About

The Joke MCP Server offers a convenient way to access the popular JokeAPI directly from your Model Context Protocol (MCP) client. It exposes a single, powerful tool, `get_joke`, which allows users to fetch safe jokes with extensive filtering capabilities, including by category, joke type, and specific search terms. Designed for seamless integration, it supports retrieving multiple jokes at once and ensures all content is appropriate by enforcing safe-mode filtering by default, making it an ideal component for any application needing a reliable source of humor.

Key Features

  • Automatically filters out offensive content with safe-mode
  • Fully compliant with JSON-RPC 2.0 and MCP session management
  • Provides a single `get_joke` tool to fetch jokes
  • Allows retrieving up to 10 jokes in a single request
  • 0 GitHub stars
  • Supports filtering by category, joke type, and search terms

Use Cases

  • Integrate joke retrieval into MCP-compatible applications or chatbots
  • Programmatically fetch specific types of jokes (e.g., programming puns) for content generation
  • Provide an entertaining feature within a larger MCP ecosystem for users
Advertisement

Advertisement