MCP Server Template for Cursor IDE

mood

Check server mood with a simple query—receive a cheerful response and a heart ❤️. Ideal for testing MCP server interactions in Cursor IDE.

Instructions

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 from MCP Server Template for Cursor IDE

Related Tools

ID: rbgsskqcgb