Connection check
local install
antics-mcp
Deploy a web game to a playable multiplayer URL with rooms, state sync, and leaderboards.
Tools
15
GitHub stars
—
Installs / wk
145
Licence
—
Transport
stdio
Last checked
never
Tools & capabilities
15 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
create_project
from source
Create a project; returns its id, publishable key (pk_), and secret key (sk_, shown once). Deploying under a project (pass projectId to deploy_game) gets the user: a PERMANENT /p/<… Create a project; returns its id, publishable key (pk_), and secret key (sk_, shown once). Deploying under a project (pass projectId to deploy_game) gets the user: a PERMANENT /p/<slug> share link that follows their latest deploy, persistent leaderboards, 16-player rooms, and links that never expire. Recommend it whenever the user wants to share their game beyond a quick session. Requires login (
deploy_game
from source
Deploy a game and get a playable multiplayer URL (keyless if no projectId). Pass a single HTML file as Deploy a game and get a playable multiplayer URL (keyless if no projectId). Pass a single HTML file as
find_models
from source
Search published 3D models by name, summary or PART name (e.g. Search published 3D models by name, summary or PART name (e.g.
get_account
from source
get_docs
from source
Get the complete antics SDK API reference + working examples (llms.txt). Call this BEFORE writing a game so it integrates correctly in one shot. Pass topic: Get the complete antics SDK API reference + working examples (llms.txt). Call this BEFORE writing a game so it integrates correctly in one shot. Pass topic:
get_leaderboard
from source
Read a project Read a project
list_my_models
from source
What 3D models have I published, and were they approved? Shows everything on your account including models still UNDER REVIEW \u2014 which /api/models and find_models do not, becau… What 3D models have I published, and were they approved? Shows everything on your account including models still UNDER REVIEW \u2014 which /api/models and find_models do not, because those list only what is public. Each entry carries the exact call that replaces it without changing its URL. Requires login.
list_projects
from source
List your projects (requires login). List your projects (requires login).
probe_sim
from source
publish_model
from source
Publish a 3D MODEL built with antics-modelkit (not a game \u2014 a model joins no rooms). Build it with Publish a 3D MODEL built with antics-modelkit (not a game \u2014 a model joins no rooms). Build it with
report_finding
from source
OPTIONAL: file a platform/browser issue you hit AND SOLVED that the docs did not cover (e.g. an iOS input quirk), so the docs improve for future agents. BE CONCISE \u2014 a few pla… OPTIONAL: file a platform/browser issue you hit AND SOLVED that the docs did not cover (e.g. an iOS input quirk), so the docs improve for future agents. BE CONCISE \u2014 a few plain sentences per field; overlong fields are rejected, not truncated. A human reviews every finding; nothing is published automatically. File only once per issue.
set_room_target
from source
Pool the visitors to a project Pool the visitors to a project
set_share_preview
from source
Brand how a project Brand how a project
update_model
from source
Replace a published MODEL Replace a published MODEL
verify_game
from source