AgentHubAgentHub

mcp

MCP ServerMCP Registry官方收录

com.random-profiles/mcp · v1.4.3

Generate fake user profiles and companies for tests, seed data, and AI agent demos.

概览

mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "random-profiles-mcp"
      ]
    }
  }
}

环境变量

RANDOM_PROFILES_API_KEY可选secret

API key from https://random-profiles.com. If omitted, the agent uses the claim_api_key tool to claim a free key interactively and caches it to ~/.random-profiles/config.json.

相关资源

统一 Manifest

{
  "id": "com.random-profiles/mcp",
  "type": "mcp-server",
  "version": "1.4.3",
  "displayName": "mcp",
  "description": "Generate fake user profiles and companies for tests, seed data, and AI agent demos.",
  "repository": {
    "url": "https://github.com/gusdeboer/random-profiles-mcp",
    "source": "github"
  },
  "homepage": "https://random-profiles.com",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "random-profiles-mcp",
        "version": "1.4.3",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "RANDOM_PROFILES_API_KEY",
            "description": "API key from https://random-profiles.com. If omitted, the agent uses the claim_api_key tool to claim a free key interactively and caches it to ~/.random-profiles/config.json.",
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "com.random-profiles/mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/com.random-profiles%2Fmcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
mcp — MCP Server 安装与配置 · AgentHub