MCP Random Number
Generates true random numbers using atmospheric noise from random.org.
{{ message }}
maxbogo / mcp-random-number Public
- Notifications
- Fork1
- Star 4
main
BranchesTags
Go to file
Code
| Name | Name | Last commit message | Last commit date |
|---|---|---|---|
| 6 Commits | |||
| number_dist_data | number_dist_data | ||
| src | src | ||
| .gitattributes | .gitattributes | ||
| .gitignore | .gitignore | ||
| LICENSE | LICENSE | ||
| package-lock.json | package-lock.json | ||
| package.json | package.json | ||
| readme.md | readme.md | ||
| tsconfig.json | tsconfig.json | ||
| View all files |
Repository files navigation
MCP Random Number
An MCP (Model Context Protocol) server that provides true random numbers from atmospheric noise via random.org.
Why?
LLMs struggle with generating truly random numbers. This chart shows the distribution bias of 100 random numbers (range 1-100) from 3 popular LLMs:
Installation
- Copy, Install, Build:
git clone https://github.com/maxbogo/mcp-random-number.git
cd mcp-random-number
npm install
npm run build - Connect to the MCP server:
Add the below json to your configuration with the appropriate/ABSOLUTE/PATH/TO/value:
{
"mcpServers": {
"mcp-random-number": {
"command": "node",
"args": ["/ABSOLUTE/PATH/TO/mcp-random-number/build/index.js"]
}
}
}
About
True random numbers from atmospheric noise(random.org) for LLMs
Readme
GPL-3.0 license
Activity
4 stars
0 watching
1 fork
Report repository
Releases
No releases published
Packages
Contributors
Languages
- JavaScript 55.4%
- TypeScript 44.6%
Servidores relacionados
Alpha Vantage MCP Server
patrocinadorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
LMAD - Laravel MCP API Discovery
Laravel MCP server that exposes API routes, controllers, FormRequest validation rules, and response schemas to AI agents
Universal Crypto MCP
Enable AI agents to interact with any EVM blockchain through natural language.
Authless Remote MCP Server
An authless remote MCP server designed for deployment on Cloudflare Workers. It can be set up locally using npm create.
Langfuse Prompt Management
Open-source tool for collaborative editing, versioning, evaluating, and releasing prompts.
Proxyman MCP
Proxyman MCP allows AI to inspect HTTP traffic, create debugging rules, and control Proxyman - all through natural language conversations.
Inoyu Apache Unomi
Maintains user context and manages profiles using the Apache Unomi Customer Data Platform.
PocketLantern
Blocker-aware decision layer for AI coding agents. Adds source-linked, time-sensitive blockers to AI technical choices — breaking changes, EOLs, lock-in, pricing shifts, and migration risk.
Swagger/Postman MCP Server
Ingests and serves Swagger/OpenAPI specifications and Postman collections as MCP tools. Requires a config.json for API and authentication setup.
maximumsats-mcp
Bitcoin Lightning + Nostr Web-of-Trust tools for agents (L402 pay-per-call endpoints)
Nereid - Mermaid charts
Create and explore Mermaid diagrams in collaboration with AI agents