a year ago
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.
Overview
RandomWeb3MCP - Web3 Random Element Generation Service
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.
Features
- Verifiability: All random numbers are generated based on blockchain hash, ensuring fairness and verifiability
- Diversity: Supports various random number generation scenarios, from basic random numbers to complex probability distributions
- Reliability: Uses blockchain as entropy source to ensure randomness quality
- Usability: Provides simple and intuitive API interfaces for easy integration
Quick Start
Configure in Cursor
Add RandomWeb3MCP service configuration in Cursor settings:
{
"mcpServers": {
"random-web3-mcp": {
"command": "uv",
"args": ["--directory", "random-web3-mcp", "run", "main.py"]
}
}
}
Server Config
{
"mcpServers": {
"randomweb3mcp": {
"command": "uv",
"args": [
"--directory",
"random-web3-mcp",
"run",
"main.py"
]
}
}
}