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.
Server Config
{
"mcpServers": {
"randomweb3mcp": {
"command": "uv",
"args": [
"--directory",
"random-web3-mcp",
"run",
"main.py"
]
}
}
}