Skip to main content
Glama
xiaobenyang-com

Random-Generator

随机数生成服务器 Random Generator

一款符合MCP协议的加密安全随机数生成服务器,适用于AI应用、LLM及其他需要高质量随机数的系统。 An encrypted and secure random number generation server that complies with the MCP protocol, suitable for AI applications, LLMS, and other systems that require high-quality random numbers.## 工具列表 Tool List

本MCP服务封装下列工具,可让模型通过标准化接口调用以下功能。 本MCP服务封装下列工具,可让模型通过标准化接口调用以下功能。

工具 Tool

描述 Description

generate_random_integer

Generate cryptographically secure random integers within a specified range

generate_random_float

Generate cryptographically secure random floating-point numbers

generate_random_bytes

Generate cryptographically secure random bytes

generate_uuid

Generate a cryptographically secure UUID (v4)

generate_random_string

Generate a cryptographically secure random string

generate_random_choice

Randomly select items from a given list using cryptographically secure randomness

generate_random_boolean

Generate cryptographically secure random boolean values

检查服务 ## Inspector

工具在线测试: https://mcp.xiaobenyang.com/inspector/1777316659559427

Online Tool test https://mcp.xiaobenyang.com/inspector/1777316659559427

Related MCP server: Random Number MCP

服务配置 MCP Server Config

如何获取 XBY-APIKEY ? How to get XBY-APIKEY ?

访问小笨羊科技网站 https://xiaobenyang.com,注册用户即可获得APIKEY Visit XiaoBenYang website https://xiaobenyang.com, register and get the APIKEY.

SSE

{
  "mcpServers": {
    "随机数生成服务器": {
      "headers": {
        "XBY-APIKEY": "<YOUR_XBY_APIKEY>"
      },
      "type": "sse",
      "url": "https://mcp.xiaobenyang.com/1777316659559427/sse"
    }
  }
}

STREAMABLE HTTP

{
  "mcpServers": {
    "随机数生成服务器": {
      "headers": {
        "XBY-APIKEY": "<YOUR_XBY_APIKEY>"
      },
      "type": "streamable_http",
      "url": "https://mcp.xiaobenyang.com/1777316659559427/mcp"
    }
  }
}

STDIO

{
    "mcpServers": {
        "随机数生成服务器": {
          "command": "npx",
          "args": [
            "-y",
            "xiaobenyang-mcp"
          ],
          "env": {
            "XBY_APIKEY": "<YOUR_XBY_APIKEY>",
            "mcpId": "1777316659559427",
          },
          "transport": "stdio"
        }
      }
}
Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    A
    quality
    D
    maintenance
    RandomWeb3MCP is a random element generation service based on EVM block hash. The service provides various random element generation tools that can be used in games, finance, testing, and other fields.
    Last updated
    10
    2
  • A
    license
    A
    quality
    A
    maintenance
    Production-ready MCP server that provides LLMs with essential random generation abilities, including random integers, floats, choices, shuffling, and cryptographically secure tokens.
    Last updated
    7
    50
    MIT
  • F
    license
    B
    quality
    D
    maintenance
    Generates random integers within a specified range and random alphanumeric strings of specified length through MCP protocol integration.
    Last updated
    2
  • A
    license
    B
    quality
    D
    maintenance
    drand-mcp-server is a service that provides verifiable random numbers for model-driven processes in AI applications, supporting the acquisition of random numbers by time or round.
    Last updated
    3
    2
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • MCP server connecting AI agents to non-custodial staking data across 130+ networks.

  • AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.

  • MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/xiaobenyang-com/1777316659559427'

If you have feedback or need assistance with the MCP directory API, please join our Discord server