COC_MCP_Server

COC_MCP_Server

3.1

If you are the rightful owner of COC_MCP_Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

COC MCP Server is a tool server implementation based on the Model Context Protocol (MCP) for COC role-playing games, providing a set of dice tools.

The COC MCP Server is designed to facilitate role-playing games by providing a robust server implementation based on the Model Context Protocol (MCP). It offers a variety of dice tools, including d4, d6, d8, d10, and d100, which are essential for COC (Call of Cthulhu) gaming sessions. The server is built using the FastMCP framework, ensuring efficient and reliable communication. It utilizes the stdio transmission mode for data exchange and includes a simple MCP client for testing purposes. The server's architecture separates business logic from the MCP server code, adhering to MCP protocol standards. This project is developed using Python 3.8+ and is compatible with virtual environments, making it easy to set up and deploy.

Features

  • FastMCP-based MCP server implementation
  • Provides multiple dice tools (d4, d6, d8, d10, d100)
  • Uses stdio transmission mode
  • Includes a simple MCP client for testing
  • Separation of business logic and server code