Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Cities2 MCP and Modding Toolkit

PYPI · CITIES2-MCP · SCANNED AUG 3

Cities: Skylines II wiki, encyclopedia, and mod workflow tools for AI agents.

Available components

−3 this week 41 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency32
Schema Quality & AI Usability0
  • Schema quality not yet verified: the captured schema was too large for us to store in full, so we will not judge it on a partial copy.Unverified
Stability & Change Management0
  • Stability not yet verified: the captured schema was too large for us to store in full, and comparing a partial copy would report our own trimming as a change.Unverified
Tool Coverage0
  • Tool coverage not yet verified: the captured tool definitions were too large for us to store in full, so we will not judge them on a partial copy.Unverified
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 3 categories

Categories scored 0 because our sandbox run of this package has not given us the schema these checks need to read. That is a gap on our side rather than a finding about the package, and we only credit what we can confirm, so the score stands at 0 until the capture succeeds. We are working through the fleet, so this normally clears without any action from you. How we score packages →

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

pypi · cities2-mcp

# add to Claude Code
claude mcp add mayor-modder-cities2-mcp -- uvx cities2-mcp
# add to Codex CLI
codex mcp add mayor-modder-cities2-mcp -- uvx cities2-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mayor-modder-cities2-mcp": {
      "type": "local",
      "command": [
        "uvx",
        "cities2-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add mayor-modder-cities2-mcp --command uvx --arg cities2-mcp
# ~/.hermes/config.yaml
mcp_servers:
  mayor-modder-cities2-mcp:
    command: "uvx"
    args: ["cities2-mcp"]
// mcp.json
{
  "mcpServers": {
    "mayor-modder-cities2-mcp": {
      "command": "uvx",
      "args": [
        "cities2-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +15
    • Malware scan: unverified → pass security
  • 1 Aug 26 +5
    • Stability: Stability not yet verified: the captured schema was too large for us to store in full, and comparing a partial copy would report our own trimming as a change. security
    • MCP protocol: unverified → pass functional
    • Tool coverage: Tool coverage not yet verified: the captured tool definitions were too large for us to store in full, so we will not judge them on a partial copy. functional
    • Schema quality: Schema quality not yet verified: the captured schema was too large for us to store in full, so we will not judge it on a partial copy. functional
  • 31 Jul 26 −23
    • Malware scan: pass → unverified security
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 0
    • Tool coverage: Tool coverage not yet verified: our sandbox run of this package did not complete, so we have no tool definitions to assess. functional
    • Schema quality: Schema quality not yet verified: our sandbox run of this package did not complete, so we have no schema to assess. functional
  • 26 Jul 26 44

    First indexed and scored.

    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed pypi/[email protected]

Provenance none

Ecosystem: pypi · Outcome: none

Install scripts 1 script
Hook Tier Command
build_backend allowlisted hatchling.build
Dependencies 0 packages

0 packages in the resolved dependency tree.

MCP tools — 13 exposed · ~680 tokens partial

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
analyze_project ~46

No description provided.

NameTypeReqDescription
profilestring
project_dirstringyes
strictboolean

No output schema declared.

No examples provided.

build_project ~82

No description provided.

NameTypeReqDescription
cleanboolean
packageboolean
profilestring
project_dirstringyes
stepsarray
timeout_secinteger

No output schema declared.

No examples provided.

get_encyclopedia_entry ~36

No description provided.

NameTypeReqDescription
entry_idstringyes

No output schema declared.

No examples provided.

get_page ~56

No description provided.

NameTypeReqDescription
page_idstringyes

No output schema declared.

No examples provided.

get_snippets ~40

No description provided.

NameTypeReqDescription
limitinteger
querystringyes

No output schema declared.

No examples provided.

list_project_tree ~54

No description provided.

NameTypeReqDescription
globstring
include_hiddenboolean
max_filesinteger
project_dirstringyes

No output schema declared.

No examples provided.

package_project ~55

No description provided.

NameTypeReqDescription
exclude_globsarray
output_dirstring
package_namestring
project_dirstringyes

No output schema declared.

No examples provided.

query_reference ~65

No description provided.

NameTypeReqDescription
limitinteger
querystringyes

No output schema declared.

No examples provided.

scaffold_project ~57

No description provided.

NameTypeReqDescription
metadataobject
namestringyes
optionsobject
target_dirstring
templatestringyes

No output schema declared.

No examples provided.

search ~63

No description provided.

NameTypeReqDescription
limitinteger
querystringyes

No output schema declared.

No examples provided.

search_encyclopedia ~44

No description provided.

NameTypeReqDescription
limitinteger
querystringyes

No output schema declared.

No examples provided.

source_status ~29

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

write_project_file ~53

No description provided.

NameTypeReqDescription
contentstringyes
modestring
project_dirstringyes
relative_pathstringyes

No output schema declared.

No examples provided.