MCP Server
MCP
io.github.chrischall/crowntowncompost-mcp
Customer access to the Crown Town Compost portal: pickups, invoices, and skips (AI-built).
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
By
Comments
Sign in to leave a comment