Skip to content

tranzmatt/worldanvil

v0.2.0

Safely inspect and manage World Anvil worlds, categories, and articles.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

worldanvilstdio
{
  "type": "stdio",
  "command": "python3",
  "args": [
    "${PLUGIN_ROOT}/server/main.py"
  ],
  "env_vars": [
    "WORLDANVIL_API_KEY",
    "WORLDANVIL_TOKEN"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "worldanvil",
  "version": "0.2.0",
  "description": "Safely inspect and manage World Anvil worlds, categories, and articles.",
  "author": {
    "name": "Tranzmatt",
    "url": "https://github.com/tranzmatt"
  },
  "homepage": "https://github.com/tranzmatt/worldanvil-app",
  "repository": "https://github.com/tranzmatt/worldanvil-app",
  "keywords": ["worldanvil", "worldbuilding", "content-management"],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "World Anvil",
        "shortDescription": "Manage World Anvil content safely",
        "longDescription": "Inspect World Anvil and create reviewable plans for worlds, categories, linked articles, and structured migrations.",
        "developerName": "Tranzmatt",
        "category": "Productivity",
        "capabilities": ["Read", "Write"],
        "websiteURL": "https://github.com/tranzmatt/worldanvil-app",
        "privacyPolicyURL": "https://www.worldanvil.com/privacy",
        "termsOfServiceURL": "https://www.worldanvil.com/terms-of-service",
        "defaultPrompt": [
          "Inspect my World Anvil worlds and summarize their structure.",
          "Draft a reviewed plan for new linked World Anvil articles.",
          "Validate this World Anvil blueprint without applying it."
        ],
        "brandColor": "#5B3924"
      }
    }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • openai.yaml
View on GitHub

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.openai