
Mcp Gera Persona
Let your coding agent search, inspect, and install voice or personality skins from the GeraPersona marketplace for robots and AI agents.
Overview
io.github.geraservicesuk/mcp-gera-persona is a Build-phase MCP server that connects agents to the GeraPersona voice and personality skin marketplace with search, install, and creator-revenue tools.
What is this MCP server?
- Read-only tools: search, get_persona, and list_categories without an API token
- Write tools install_persona and get_creator_revenue require GERA_PERSONA_API_TOKEN bearer auth
- Configurable GERA_PERSONA_API_BASE (default https://persona.gera.services)
- Marketplace positioning: voice/personality skins for robots and AI agents with 70/30 creator rev-share
- stdio npm package @gera-services/mcp-gera-persona at version 0.1.0
- Server version 0.1.0 with stdio npm transport
- 2 documented environment variables: GERA_PERSONA_API_BASE and GERA_PERSONA_API_TOKEN
- 70/30 creator revenue-share model stated in catalog description
What problem does it solve?
Builders wiring robots or AI agents waste time on custom marketplace APIs when they need fast persona discovery and licensed installs from one agent session.
Who is it for?
Solo builders creating agent or robot experiences who want marketplace-driven personality packs and optional creator payout visibility.
Skip if: Projects that only need generic TTS with no marketplace, licensing, or GeraPersona account.
What do I get? / Deliverables
Your agent can list categories, pull persona details, and install skins with token-backed writes while you stay in the IDE.
- Agent-callable search and get_persona flows against GeraPersona
- Installed persona skins on operator-backed accounts when token is set
- Creator revenue visibility via get_creator_revenue for marketplace sellers
Recommended MCP Servers
Journey fit
Persona marketplaces affect how the agent product feels to users, so the canonical shelf is Build where you attach personality layers to agents and hardware-facing software. agent-tooling fits MCP servers that extend agent behavior with marketplace installs, categories, and creator revenue tooling.
How it compares
Persona marketplace MCP with install and revenue tools, not a local voice-cloning skill or generic LLM prompt pack.
Common Questions / FAQ
Who is io.github.geraservicesuk/mcp-gera-persona for?
Indie developers and operators building AI agents or robots who source branded voice and personality skins from GeraPersona’s marketplace.
When should I use io.github.geraservicesuk/mcp-gera-persona?
Use it during agent tooling setup when you need search and get_persona without auth, or install_persona and get_creator_revenue once you have a bearer token.
How do I add io.github.geraservicesuk/mcp-gera-persona to my agent?
Install @gera-services/mcp-gera-persona, set GERA_PERSONA_API_BASE if not using the default, add GERA_PERSONA_API_TOKEN for write tools, and register the stdio server in your MCP client config.