MCP Server Template for Cursor IDE

mood

Ask the server about its mood - it's always happy!

Input Schema

NameRequiredDescriptionDefault
questionYesAsk this MCP server about its mood! You can phrase your question in any way you like - 'How are you?', 'What's your mood?', or even 'Are you having a good day?'. The server will always respond with a cheerful message and a heart ❤️

Input Schema (JSON Schema)

{ "properties": { "question": { "description": "Ask this MCP server about its mood! You can phrase your question in any way you like - 'How are you?', 'What's your mood?', or even 'Are you having a good day?'. The server will always respond with a cheerful message and a heart ❤️", "type": "string" } }, "required": [ "question" ], "type": "object" }

You must be authenticated.

Other Tools