Game Development
argo.games
Manages Argo campaigns, including creating, updating, and viewing campaign details and co-GMs.
ENDPOINT 1
https://mcp.argo.games/mcp
MCP server metadata
- Name
- argo-mcp
- Version
- 1.1.0
ID handling: every list_* tool includes an `[id: …]` suffix on each entry in its text response (and the same IDs in structuredContent.idMap). You MUST use those IDs verbatim when calling any tool that takes a guildId, campaignId, entryId, relationshipId, userId, or sessionId — do not ask the user for an ID you can resolve from a list_* call. Display policy: in your prose to the user, refer to resources by name/title (campaignName, guild name, mnemon title) rather than printing the raw ID. Only show an ID if the user explicitly asks for it. Ambiguity: if two resources share the same name, distinguish by campaign, type, date, or description — never by showing raw IDs.
Known tools 62
list_campaignsList all Argo campaigns the current grant token has access to, including the access level ("read" or "read+write") for each.
Potential side effectsget_campaignRetrieve details of an Argo campaign (name, description, rule system, co-GMs).
Inferred read-onlydescribe_mnemon_typesReturns a catalog of all mnemon types, their type-specific fields, and the full valid relationship matrix (sourceType → label → targetType).
Inferred read-onlysearch_mnemonsFull-text search across mnemon titles, tags, and body content (case-insensitive substring).
Inferred read-onlyget_mnemonGet the full details of a specific mnemon entry (title, blocks, type properties).
Inferred read-onlylist_mnemon_relationshipsList the relationships of a mnemon entry, split into outgoing edges, incoming edges, and a flat list of linked entries (entryId/title/type/relationshipTypes).
Inferred read-onlycreate_location_mnemonsCreate Location mnemons (places — cities, dungeons, taverns).
Potential side effectscreate_lore_mnemonsCreate Lore mnemons (world background, factions' beliefs, history).
Potential side effectscreate_archive_mnemonsCreate Archive mnemons (archived lore that is no longer current).
Potential side effectscreate_session_summary_mnemonsCreate SessionSummary mnemons (structured summaries of game sessions).
Potential side effectscreate_player_mnemonsCreate Player mnemons (party root, character notes, party notes).
Potential side effectscreate_custom_mnemonsCreate custom-typed mnemons (any free-form entry that doesn't fit the other types).
Potential side effectsupdate_npc_mnemonsUpdate typed/meta fields of NPC mnemons (visibility, tags, npcType, faction membership, etc.
Potential side effectsupdate_quest_mnemonsUpdate typed/meta fields of Quest mnemons (status transitions, expiry, related entries).
Potential side effectsupdate_session_summary_mnemonsUpdate typed/meta fields of SessionSummary mnemons.
Potential side effectsdelete_mnemonPermanently delete a mnemon entry and every relationship that touches it.
Potential side effectslist_sessionsList campaign sessions for a given month (defaults to the current month).
Inferred read-onlylist_guildsList the guilds the current user belongs to, with role (Owner/Admin/Member), member count, and campaign count.
Inferred read-onlyget_guildRetrieve full details of a guild (members, campaigns, calendar metadata).
Inferred read-onlylist_guild_membersList the members of a guild (id, role, status, invitedAt, joinedAt).
Inferred read-onlylist_received_friend_requestsList incoming friend requests awaiting your response.
Inferred read-onlyforum_read_topicRead the full content of a forum topic including all posts and replies.
Inferred read-onlyforum_get_notificationsGet the current user's forum notifications (replies, mentions, likes).
Inferred read-onlyforum_create_topicCreate a new forum topic (bug report, feature request, or general discussion).
Potential side effectsCONNECT 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.argo-mcp]
url = "https://mcp.argo.games/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"argo-mcp": {
"type": "http",
"url": "https://mcp.argo.games/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: argo-mcp
Remote MCP URL: https://mcp.argo.games/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": {
"argo-mcp": {
"url": "https://mcp.argo.games/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"argo-mcp": {
"type": "http",
"url": "https://mcp.argo.games/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "argo-mcp",
"transport": "streamable-http",
"url": "https://mcp.argo.games/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 argo.games was fetched 2026-08-25T22:51:24.355Z.
argo.games is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.