random-number-mcp-server

random-number-mcp-server

0

The Random Number MCP Server project is designed to provide a tool for generating random numbers, using the external random.org API. It demonstrates the setup and operation of a Model Context Protocol server, aiming to integrate with the MCP ecosystem for applications requiring random number generation.

Random Number MCP Server

This project implements a Model Context Protocol (MCP) server that generates random numbers using the random.org API.

Overview

  • Implements a simple MCP server for random number generation.
  • Integrates with the random.org API.
  • Provides MCP server setup instructions.

Prerequisites

  • Node.js and npm installed.
  • An MCP client such as the Claude desktop app.

API

Uses random.org to generate true random numbers without needing an API key.

Tool

  • get_random_number: Fetches a random integer with an optional maximum value parameter, defaulting to 100.