
Mcp Geracity
Drive GeraCity smart-city builder gameplay from your agent via MCP—construct cities and interact with GeraCoins economy tools.
Overview
GeraCity MCP is a MCP server for the Build phase that lets coding agents control a smart city builder game and GeraCoins economy through Model Context Protocol.
What is this MCP server?
- Smart city builder game exposed through Model Context Protocol
- Earn GeraCoins as described in-game economy hook
- stdio npm @gera-services/mcp-geracity with GERACITY_API_URL default https://api.gera.games
- Version 0.1.0 server metadata on GitHub
- Lets coding agents script city-building sessions instead of manual UI only
- Server version 0.1.0
- stdio npm transport with GERACITY_API_URL documented
- Default API host https://api.gera.games in package metadata
What problem does it solve?
Agents cannot play or demo city-builder experiences without MCP tools wired to the GeraCity game API.
Who is it for?
Solo builders blending agents with casual city-builder gameplay, demos, or gamified onboarding.
Skip if: Studios needing a full Unity or Godot MCP replacement without Gera’s hosted game stack.
What do I get? / Deliverables
After setup, your agent can invoke GeraCity MCP tools to build cities and interact with GeraCoins-backed game actions from the IDE.
- MCP-registered tools for city-building and GeraCoins game actions
- Agent-scriptable gameplay loop against GeraCity API
Recommended MCP Servers
Journey fit
Game-backed MCP servers are agent tooling you add while building playful or gamified products, not a growth analytics integration. Agent-facing game control surfaces map to agent-tooling alongside other MCP servers that extend what the model can operate.
How it compares
Game API MCP bridge, not a generic game-dev skill or cloud infra server.
Common Questions / FAQ
Who is GeraCity MCP for?
Builders who want agent-driven city-builder sessions on Gera’s smart city game platform.
When should I use GeraCity MCP?
While building agent-tooling demos, educational games, or interactive content that calls GeraCity APIs.
How do I add GeraCity MCP to my agent?
Install @gera-services/mcp-geracity, configure GERACITY_API_URL if needed, and add the stdio server to your MCP client config.