← generate-random.org
INDIVIDUAL MCP TOOL
generate_oauth_tokens
Generate OAuth 2.0 compliant access and refresh tokens.
LIVE ENDPOINT
https://generate-random.org/mcp
Connect to this endpoint to inspect the live schema for generate_oauth_tokens and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.generate-random-org]
url = "https://generate-random.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"generate-random-org": {
"type": "http",
"url": "https://generate-random.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: generate-random-org
Remote MCP URL: https://generate-random.org/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"generate-random-org": {
"url": "https://generate-random.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"generate-random-org": {
"type": "http",
"url": "https://generate-random.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "generate-random-org",
"transport": "streamable-http",
"url": "https://generate-random.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
generate_api_keys— Generate cryptographically secure API keys with customizable formats and optional key-secret pairs.generate_api_tokens— Generate cryptographically secure API tokens for testing and development purposes.generate_barcodes— Generate random barcodes in multiple formats (EAN-13, EAN-8, UPC-A, UPC-E, Code128, Code39) as base64-encoded images.generate_bcrypt_hashes— Generate bcrypt password hashes with configurable rounds (cost factor).generate_bearer_tokens— Generate cryptographically secure bearer tokens for OAuth 2.0 authentication and API access control.generate_coinflip— Generate cryptographically secure random coin flips for unbiased HEADS or TAILS decisions.generate_colors— Generate random colors in multiple formats (HEX, RGB, HSL, RGBA, HSLA) with WCAG accessibility analysis.generate_company_names— Generate random company names for testing, development, and business name generation.