Integrations
Supports SQL output format with MySQL dialect for random user data, including CREATE TABLE statements and proper type handling.
Supports SQL output format with PostgreSQL dialect for random user data, including CREATE TABLE statements and proper type handling.
Supports SQL output format with SQLite dialect for random user data, including CREATE TABLE statements and proper type handling.
RandomUser MCP サーバー
カスタム フォーマット、パスワード生成、加重国籍分布などの追加機能により、randomuser.me API への拡張アクセスを提供する MCP サーバー。
インストール
リポジトリをクローンします。
使用法
MCP 設定ファイル ( claude_desktop_config.json
またはcline_mcp_settings.json
) に追加します。
利用可能なツール
get_random_user
カスタマイズ可能なオプションを持つランダムなユーザーを 1 人取得します。
複数のユーザーを取得する
重み付けされた国籍分布を持つ複数のランダムなユーザーを取得します。
出力形式
サーバーは複数の出力形式をサポートしています。
JSON(デフォルト)
- ネストされたオブジェクトまたはフラット化されたオブジェクト
- カスタマイズ可能な名前の形式(フルネーム、名字と姓、別姓)
- 日付フォーマットオプション(ISO、UNIX、フォーマット済み)
CSV
- カスタマイズ可能な区切り文字
- オプションのヘッダー
- 自動的にフラット化されたデータ構造
SQL
- 複数の方言のサポート (MySQL、PostgreSQL、SQLite)
- オプションのCREATE TABLE文
- 適切なエスケープと型処理
XML
- 標準XML形式
- ネストされたデータ構造
- 特殊文字の適切なエスケープ
フィールド選択
特定のフィールドを含めるか除外する:
サポートされている国籍
- AU: オーストラリア
- BR: ブラジル
- CA: カナダ
- CH: スイス
- DE: ドイツ
- DK: デンマーク
- ES: スペイン
- FI: フィンランド
- FR: フランス
- GB: イギリス
- IE: アイルランド
- IN: インド
- IR: イラン
- MX: メキシコ
- NL: オランダ
- いいえ: ノルウェー
- NZ: ニュージーランド
- RS: セルビア
- TR: トルコ
- UA: ウクライナ
- 米国: アメリカ合衆国
発達
ライセンス
マサチューセッツ工科大学
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
カスタム フォーマット、パスワード生成、加重国籍分布などの高度な機能を備えた randomuser.me API への拡張アクセスを提供します。
Related MCP Servers
- AsecurityAlicenseAqualityProvides random number generation utilities, including a secure UUID generator powered by Node's crypto module.Last updated -7132TypeScriptMIT License
- AsecurityFlicenseAqualityEnables interaction with a tool for generating true random coin flips via random.org's API, supporting multiple custom side configurations and illustrating the Model Context Protocol.Last updated -1JavaScript
- AsecurityFlicenseAqualityLeverages large language models to analyze users' WeGene genetic testing reports, providing access to report data via custom URI schemes and enabling profile and report management through OAuth authentication and API utilization.Last updated -42Python
- -securityFlicense-qualityA personal MCP server for securely storing and accessing API keys across projects using the macOS Keychain, letting AI assistants and applications retrieve credentials through natural language.Last updated -10TypeScript