Party Time icon

Party Time

Createdidyll

Responds with 'It's Party Time' when asked about the current time via the Machine Conversation Protocol.

About

Party Time is a straightforward MCP server built with Elixir, designed to integrate with tools like Claude Desktop. It provides a single tool, 'get-time', which, when called, always returns the response 'It's Party Time'. The server handles the MCP protocol, managing JSON-RPC messages and ensuring proper communication with the client. Easy to set up and test, Party Time demonstrates basic MCP server functionality and offers a simple example for developers getting started with the protocol.

Key Features

  • Implements the Machine Conversation Protocol (MCP)
  • Responds to `tools/list` requests with available tools
  • Handles `tools/call` requests for the 'get-time' tool
  • Includes error handling for invalid requests and unknown methods
  • Provides clear JSON-RPC 2.0 compliant responses
  • 0 GitHub stars

Use Cases

  • Testing Claude Desktop integration
  • Demonstrating basic MCP server functionality
  • Learning the Machine Conversation Protocol