Thumbsup a joke

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://bump.sh/dougsillars/doc/jokes-blueprint/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"Jokes Blueprint MCP server": {
  "url": "https://bump.sh/dougsillars/doc/jokes-blueprint/mcp"
}
Close
POST /thumbsUp/{id}

Increases Thumbs up count of a joke by one.

Path parameters

  • id string Required

    The joke ID for the joke you want to thumbsup.

Responses

  • 200

    Thumbs Up added

POST /thumbsUp/{id}
curl \
 --request POST 'https://virtserver.swaggerhub.com/dougsillars/joke_api/1.0.0/thumbsUp/ce0b9fbe-7ad8-11eb-9439-0242ac130002'