INDIVIDUAL MCP TOOL
service_status
Report whether Genpio is up right now, component by component, covering the public API, the AI agent backend and the Meet streaming backend.
LIVE ENDPOINT
https://genpio.com/mcp
Connect to this endpoint to inspect the live schema for service_status and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.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.
Related tools
list_voices— Search Genpio's public voice catalogue and filter it by language or gender.list_avatars— Report how many public avatars Genpio publishes and return their ids, along with the URL template that renders a portrait.list_open_roles— List 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.genpio_overview— Explain what Genpio is and point to the machine-readable documents that answer product, pricing and FAQ questions in depth.