Crowntowncompost MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 410 installs a week from npm. Last commit 18 Sep 2026.
Customer access to the Crown Town Compost portal: pickups, invoices, and skips (AI-built).
Today is the operative word: we check Crowntowncompost MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add crowntowncompost-mcp -- npx -y crowntowncompost-mcp
{
"mcpServers": {
"crowntowncompost-mcp": {
"args": [
"-y",
"crowntowncompost-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.crowntowncompost-mcp]
command = "npx"
args = ["-y", "crowntowncompost-mcp"]
{
"mcpServers": {
"crowntowncompost-mcp": {
"args": [
"-y",
"crowntowncompost-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"crowntowncompost-mcp": {
"args": [
"-y",
"crowntowncompost-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
CROWNTOWN_SESSION_COOKIE (A Cookie header from an already-signed-in portal session ("sessionid=...; csrftoken=..."). Supply this and no password is needed — the login is skipped entirely.), CROWNTOWN_USERNAME (Your portal.crowntowncompost.com username or email address. Needed only if you are not supplying CROWNTOWN_SESSION_COOKIE.), CROWNTOWN_PASSWORD (Your Crown Town Compost customer-portal password. Needed only if you are not supplying CROWNTOWN_SESSION_COOKIE.), CROWNTOWN_SESSION_CACHE (Set to false to disable the on-disk session cache and re-authenticate on every process start. Defaults to enabled.), CROWNTOWN_SESSION_FILE (Absolute path for the session cache file. Defaults to $MCP_DATA_DIR/.crowntowncompost-mcp/session.json.).
The author declared them in the registry entry; get the values from the project itself.
Connect any AI assistant to Syncro: manage tickets, invoices, customers, assets, and more.
MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.
MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.
MCP server for Syncro MSP — customers, tickets, assets, invoices, and more.
MCP server for Syncro MSP — customers, tickets, assets, invoices, and more.
Read Orb customers, subscriptions, invoices, usage and costs; create or update customers.
QuickBooks MCP Pack — query customers, invoices, and accounts via QuickBooks Online API.
Manage Apollo invoices and customers with entity-scoped OAuth and optional read/write access.
Answers built from our own checks of this server.