
Mcp Gera Skills
Enable your agent to search the GeraSkills catalog and install robot capability packs on behalf of a logged-in operator.
Overview
io.github.geraservicesuk/mcp-gera-skills is a Build-phase MCP server that lets agents search GeraSkills and install robot capability packs using an operator JWT.
What is this MCP server?
- Search and install robot capability packs via GeraSkills backend MCP
- GERASKILLS_API_URL defaults to https://geraskills.com/backend
- install_skill requires GERA_USER_TOKEN JWT for the operator the agent represents
- stdio npm distribution as @gera-services/mcp-gera-skills version 0.1.0
- Operator-delegation model: agent acts on behalf of a human with explicit token
- Server package version 0.1.0 with stdio transport
- 2 environment variables: GERASKILLS_API_URL and GERA_USER_TOKEN
- Default backend URL https://geraskills.com/backend
What problem does it solve?
Operators want agents to add robot skills from a remote catalog without manual dashboard clicks or undocumented REST scripts.
Who is it for?
Solo builders and small teams delegating robot capability discovery and installation to an MCP-aware coding agent.
Skip if: Pure software projects with no robot or GeraSkills capability packs, or installs without a valid operator JWT.
What do I get? / Deliverables
After configuration, your agent searches GeraSkills and runs install_skill with GERA_USER_TOKEN while you stay in the development workflow.
- Agent-driven search results from the GeraSkills catalog
- Installed capability packs on the operator account when token is valid
- Documented MCP bridge between your IDE agent and GeraSkills backend
Recommended MCP Servers
Journey fit
Capability-pack marketplaces are agent infrastructure, so Build is where solo builders attach installable skills to robots or coding agents. agent-tooling is canonical for MCP servers that search remote skill catalogs and perform install_skill with operator JWT auth.
How it compares
Remote capability-pack installer MCP, not a local Claude skill folder or Skillselion browse-only catalog entry.
Common Questions / FAQ
Who is io.github.geraservicesuk/mcp-gera-skills for?
Developers using Gera’s robot skill marketplace who want search-and-install flows driven from Claude Code, Cursor, or similar MCP clients.
When should I use io.github.geraservicesuk/mcp-gera-skills?
Use it when building agent-tooling that must query geraskills.com and install packs on behalf of a specific operator account.
How do I add io.github.geraservicesuk/mcp-gera-skills to my agent?
Install @gera-services/mcp-gera-skills, set GERASKILLS_API_URL if needed, provide GERA_USER_TOKEN for installs, and add the stdio server to your agent MCP configuration.