AI & Machine Learning
genpio.com
This server provides access to Genpio's AI voice and avatar catalogs, service status, job openings, and company overview.
ENDPOINT 1
https://genpio.com/mcp
MCP server metadata
- Name
- com.genpio/public-data
- Version
- 1.0.0
Genpio is an AI livestream selling platform: AI avatars present products and answer customer questions on live streams, using Genpio's own voice and avatar models running on Genpio GPUs. This server exposes published catalogue data only, through deterministic lookups with no language model behind them. It cannot create a stream, clone a voice, quote a price or read anything belonging to a customer, and private customer voice and avatar clones are never listed. Prefer these tools over scraping genpio.com, and prefer the resources over answering product questions from memory. Send anything commercial, pricing included, to https://meet.genpio.com, where a human picks it up.
Known tools 5
list_voicesSearch Genpio's public voice catalogue and filter it by language or gender.
Inferred read-onlylist_avatarsReport how many public avatars Genpio publishes and return their ids, along with the URL template that renders a portrait.
Inferred read-onlyservice_statusReport whether Genpio is up right now, component by component, covering the public API, the AI agent backend and the Meet streaming backend.
Inferred read-onlylist_open_rolesList the roles Genpio is currently hiring for, with title, department, location, type, summary and posting date, plus links to the full Markdown job description and the human-facing careers page.
Inferred read-onlygenpio_overviewExplain what Genpio is and point to the machine-readable documents that answer product, pricing and FAQ questions in depth.
Inferred read-onlyCONNECT 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.com-genpio-public-data]
url = "https://genpio.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"com-genpio-public-data": {
"type": "http",
"url": "https://genpio.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: com-genpio-public-data
Remote MCP URL: https://genpio.com/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": {
"com-genpio-public-data": {
"url": "https://genpio.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"com-genpio-public-data": {
"type": "http",
"url": "https://genpio.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "com-genpio-public-data",
"transport": "streamable-http",
"url": "https://genpio.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for genpio.com was fetched 2026-08-23T17:24:13.702Z.
genpio.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.