← genpio.com

INDIVIDUAL MCP TOOL

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.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://genpio.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_open_roles 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

genpio.com

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.
  • 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.
  • genpio_overview — Explain what Genpio is and point to the machine-readable documents that answer product, pricing and FAQ questions in depth.