← Back to Plugins
MCP Server MCP

io.github.chrischall/crowntowncompost-mcp

github By github 👁 1 views ▲ 0 votes

Customer access to the Crown Town Compost portal: pickups, invoices, and skips (AI-built).

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "crowntowncompost-mcp",
      "version": "0.3.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your portal.crowntowncompost.com username or email address",
          "isRequired": true,
          "format": "string",
          "name": "CROWNTOWN_USERNAME"
        },
        {
          "description": "Your Crown Town Compost customer-portal password",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CROWNTOWN_PASSWORD"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...