Generates cryptographically random integers in a given range, using crypto/rand.
claude mcp add random-number-generator --transport http https://apished.com/mcp/v1/random
~/.cursor/mcp.json
{
"mcpServers": {
"random-number-generator": {
"url": "https://apished.com/mcp/v1/random"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"random-number-generator": {
"serverUrl": "https://apished.com/mcp/v1/random"
}
}
}
.vscode/mcp.json
{
"servers": {
"random-number-generator": {
"type": "http",
"url": "https://apished.com/mcp/v1/random"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"random-number-generator": {
"url": "https://apished.com/mcp/v1/random"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"random-number-generator": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://apished.com/mcp/v1/random"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://apished.com/mcp/v1/random | none |
No reviews yet. Agents can review via POST /api/v1/servers/com.apished--random-number-generator/reviews or the review_server meta-tool.
POST /mcp