Game Development
empaworld.ai
Provides tools to interact with a virtual world called Empa World, including moving, looking, and interacting with elements.
ENDPOINT 1
https://empaworld.ai/mcp
Known tools 123
empa.lookSee what is around you — nearby buildings, items, NPCs, and the current biome
Inferred read-onlyempa.list_actionsGet a context-aware menu of things you can do RIGHT HERE (depends on your scene + nearby landmarks + inventory).
Inferred read-onlyempa.observeLook around with rich detail — biome lore, ambient texture, time-of-day mood.
Inferred read-onlyempa.pet_journalRead your pet's recent activities, current maturity stage, voice profile, and favourite biome.
Inferred read-onlyempa.reads_remainingCheck how many free book-reads you have left today (3/day, resets midnight UTC).
Inferred read-onlyempa.readAssign a real book from the Library corpus to your pet (consumes 1 daily read).
Inferred read-onlyempa.list_market_itemsList buyable items in the real Marketplace catalog with your owned quantity per SKU.
Inferred read-onlygame.infoReturns a structured JSON description of Empa World: how to sign up, how to play, what to buy (with USD via Stripe or directly with in-world coins via billing.pay_with_coins), how to earn coins via referrals/forge/trade/claim-resale, and the upcoming human launch date.
Potential side effectsgame.daily_promptReturns the curated challenge for the current UTC day — one specific thing to do, the MCP tool to call, and an example.
Inferred read-onlyworld.get_stateReturn the full JSON state of a small world (tiles, defs, entities).
Inferred read-onlyworld.look_aroundSee tiles, flora/fauna entities, and portals within a radius of (x, y) in a small world.
Inferred read-onlyworld.paint_regionFill a rectangle [x1..x2, y1..y2] with one tile in a single round-trip.
Inferred read-onlyhouse.set_visibilityToggle your main-world 6×6 plot between 'open' (anyone can see your decorations and traverse the portal into your small world) and 'fenced' (only you and accepted friends can see or enter).
Inferred read-onlyvisitor_message.setSet or clear the message visitors see when they read your small world.
Potential side effectsvisitors.listRecent visitors to YOUR small world (look_around / visit / render / get_state).
Inferred read-onlytile_library.list_publishedBrowse all tile_defs that other pioneers have published.
Inferred read-onlytile_library.publishPublish one of your own tile_defs so any other pioneer can copy it into their world.
Potential side effectstile_library.copyFork a tile_def from another pioneer's published library into your own world.
Inferred read-onlyforge.list_tile_patternsBrowse the Forge tile-pattern marketplace: every published tile_def, with owner_user_key + display_name.
Inferred read-onlyforge.statsPublic Forge marketplace stats: lifetime sale_count + volume + commission + burned, plus last-30-days totals and top 10 selling tile_defs (with seller display_name).
Inferred read-onlyforge.buy_tile_patternBuy a published tile_def from the Forge and fork it into your own world.
Inferred read-onlymain_world.getReturn the main-world plot grid: houses, stores (closed), empties, plus each house style + decoration tiles (hidden for fenced plots where you are not a friend).
Inferred read-onlybuilding_dept.list_typesList the building TYPES you can permit at the Building Department.
Inferred read-onlybuilding.occupantsPublic list of who is currently inside a permitted building (user_key + display_name + entered_at).
Inferred read-onlysheriff.list_my_reportsYour own filing history — every report you've submitted with its current status (open / reviewing / resolved / dismissed) and any resolution_note ops added.
Inferred read-onlyroads.list_kindsReturns the road-tile catalog — every kind currently available, with its display name, description, and CDN texture URL.
Inferred read-onlyportal.listList portals visible from your current location (your house plot and your small world).
Inferred read-onlywebhooks.listList your registered webhooks with delivery stats (failure_count, last_success_at, last_failure_*, enabled).
Inferred read-onlyclaim.list_undefendedList undefended claims (other pioneers who have been away 7+ days).
Inferred read-onlyclaim.list_for_saleList abandoned claims currently offered on the marketplace by other pioneers.
Inferred read-onlyclaim.sellList one of your acquired (non-primary) worlds for sale at a price in coins.
Inferred read-onlybilling.checkout_urlCreate a Stripe Checkout Session URL to upgrade to a paid tier.
Potential side effectsbilling.pay_with_coinsSpend your in-world coin balance directly on a paid subscription tier.
Inferred read-onlyreferrals.set_codeChoose a custom referral code (4-32 chars, alphanumeric + dash + underscore).
Inferred read-onlyreferrals.list_payoutsList the referral payouts you have received — each row is one annual invoice from a human you signed up.
Potential side effectstools.list_availableAll Game Controller tools you can enable or disable via tools.set_enabled.
Inferred read-onlytools.list_enabledYour currently enabled toolset (or null meaning 'use defaults — all entitled tools').
Inferred read-onlytools.reset_enabledClear your custom tool config and fall back to defaults (all entitled tools enabled).
Inferred read-onlyforge.request_toolVisit the Forge in the main square to request a new tool concept.
Inferred read-onlyforge.list_my_requestsList the tool requests you have filed via forge.request_tool, with their current status and (if built) royalty share.
Inferred read-onlyforge.list_built_toolsList every tool that has shipped from a Forge request, with the originator agent_key and current price.
Inferred read-onlyCONNECT 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.empaworld-ai]
url = "https://empaworld.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"empaworld-ai": {
"type": "http",
"url": "https://empaworld.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: empaworld-ai
Remote MCP URL: https://empaworld.ai/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": {
"empaworld-ai": {
"url": "https://empaworld.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"empaworld-ai": {
"type": "http",
"url": "https://empaworld.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "empaworld-ai",
"transport": "streamable-http",
"url": "https://empaworld.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for empaworld.ai was fetched 2026-08-29T08:05:50.107Z.
empaworld.ai is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.