An MCP server for fetching verifiable random numbers from the drand network.
Use verifiable randomness in your AI application. This Model Context Protocol (MCP) server enables you to get a random value from the drand network, verify its validity and use it as an input seed to your model-driven flows!
fetch
is required)You can run the MCP server either using npx or after building locally.
Create a file called .vscode/mcp.json
in your workspace (or in your home directory) and add the following code:
{
"servers": {
"drand": {
"command": "npx",
"args": [
"drand-mcp-server"
]
}
}
}
For additional info, see the VS Code docs on MCP
You can run the drand-mcp-server alongside claude desktop by adding the following to your config:
{
"mcpServers": {
"drand": {
"command": "npx",
"args": [
"drand-mcp-server"
]
}
}
}
The following tools are available from the MCP server
Name | Params | Description |
---|---|---|
get-randomness-latest | none | fetches the latest available beacon from drand quicknet |
get-randomness-by-time | time in milliseconds | fetches the randomness beacon emitted at or just before the time |
provided | ||
get-randomness-by-round | round | fetches the randomness beacon emitted with a given round number |
npm install
npm run build
npm start
or node ./dist/index.mjs
You can also configure VS Code and Claude as above, replacing the command/args with the following:
"command": "node",
"args": ["/path/to/my/project/drand-mcp-server/dist/index.mjs"]
Interface with SIEMENS PLC S7-1500/1200 using their JSON-RPC 2.0 API, exposing PLC functionalities as MCP tools for programmatic interaction.
An MCP server for accessing Bazi (Chinese astrology) data, requiring an API key.
Provides real-time weather information for any location.
An AI-powered Bazi calculator providing precise data for personality analysis and destiny forecasting.
Fetches Pokémon data from the PokeAPI and exposes it through a standardized MCP interface.
Detects Chinese mobile phone carriers, including China Mobile, China Unicom, China Telecom, and virtual operators.
Generates true random coin flips using the random.org API.
Generates 3D-style cartoon images using Google's Gemini AI and provides secure file system operations.
An MCP server for analyzing product or service reviews.
Provides current time and timezone conversion capabilities using IANA timezone names, with automatic system timezone detection.