Dad Jokes Mcp

Created By
Oren Grinkera year ago
A professional Model Context Protocol (MCP) server that brings the joy of dad jokes to your development workflow. Perfect for lightening the mood during code reviews, team meetings, or when you need a quick laugh break.
Overview

what is Dad Jokes Mcp?

Dad Jokes Mcp is a professional Model Context Protocol (MCP) server designed to integrate dad jokes into your development workflow, providing a light-hearted atmosphere during code reviews, team meetings, or whenever you need a quick laugh.

how to use Dad Jokes Mcp?

To use Dad Jokes Mcp, simply run the server using the command npx -y dad-jokes-mcp-server. You can then access various joke features through the server.

key features of Dad Jokes Mcp?

  • Multiple Joke Styles: Classic, punny, wholesome, and groan-worthy variants
  • Topic-Based Generation: Generate jokes about specific subjects
  • Random Joke Generation: Get random jokes for inspiration
  • Joke Rating System: Rate and provide feedback on dad jokes
  • Category Browser: Explore available joke categories
  • Fun Statistics: Access interesting dad joke statistics
  • Type-Safe: Built with TypeScript for robust development
  • Professional Architecture: Clean, maintainable code structure

use cases of Dad Jokes Mcp?

  1. Lightening the mood during team meetings
  2. Providing comic relief during code reviews
  3. Generating random jokes for fun breaks

FAQ from Dad Jokes Mcp?

  • Can I customize the types of jokes?

Yes! You can generate jokes based on specific topics or choose from various styles.

  • Is Dad Jokes Mcp free to use?

Yes! It is free to use for everyone.

  • How do I run the server?

You can run the server using the command npx -y dad-jokes-mcp-server.

Server Config

{
  "mcpServers": {
    "dad-jokes": {
      "command": "npx",
      "args": [
        "-y",
        "dad-jokes-mcp-server"
      ]
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
Oren Grinker
Star
-
Language
-
License
-

Recommend Servers

View All
Voyei

3 hours ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

13 hours ago