random-number-mcp-server

ysd-rysn/random-number-mcp-server

3.1

If you are the rightful owner of random-number-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.

Random Number MCP Server provides a tool to generate random numbers using the random.org API.

The Random Number MCP Server is a simple implementation of a Model Context Protocol (MCP) server that demonstrates the basic concepts of MCP. It includes setting up an MCP server, defining and implementing tools, integrating with an external API, and configuring the server for use with MCP clients. The server uses the random.org API to generate true random numbers without requiring an API key for basic usage. The server is implemented in TypeScript using the @modelcontextprotocol/sdk to handle MCP communication.

Features

  • Integration with random.org API for true random number generation.
  • Implementation of MCP server using @modelcontextprotocol/sdk.
  • Tool for retrieving random integers with optional maximum value parameter.
  • Configuration through cline_mcp_settings.json for easy setup.
  • No API key required for basic random number generation.

Tools

  1. get_random_number

    Get random integers from random.org API