← Browse

@ticktockbent/charlotte

A

MCP server package @ticktockbent/charlotte

mcp_servermcp

Install

agr install @ticktockbent/charlotte --target claude

This artifact does not publish files for Claude.

Document

{ "name": "@ticktockbent/charlotte", "version": "0.7.0", "description": "Token-efficient browser MCP server — structured web pages for AI agents, not raw accessibility dumps", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "charlotte": "dist/index.js" }, "license": "MIT", "author": "ticktockbent", "repository": { "type": "git", "url": "git+https://github.com/ticktockbent/charlotte.git" }, "bugs": { "url": "https://github.com/ticktockbent/charlotte/issues" }, "homepage": "https://github.com/ticktockbent/charlotte#readme", "keywords": [ "mcp", "mcp-server", "browser-mcp", "model-context-protocol", "browser-automation", "web-scraping", "ai-agent", "token-efficient", "structured-browsing", "playwright-alternative", "accessibility-tree", "headless-browser", "puppeteer", "web-testing" ], "scripts": { "dev": "tsx watch src/index.ts", "build": "tsc -p tsconfig.build.json", "prepublishOnly": "npm run build && npm test", "start": "node dist/index.js", "test": "vitest run", "test:watch": "vitest", "test:unit": "vitest run tests/unit/", "test:integration": "vitest run tests/integration/", "test:coverage": "vitest run --coverage", "lint": "eslint src/ tests/", "lint:fix": "eslint src/ tests/ --fix", "format": "prettier --write 'src//*.ts' 'tests//.ts'", "format:check": "prettier --check 'src/**/.ts' 'tests/**/*.ts'" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "chokidar": "^4.0.0", "express": "^4.21.0", "puppeteer": "^25.3.0", "zod": "^3.25.0" }, "devDependencies": { "@eslint/js": "^9.39.4", "@types/express": "^4.17.0", "@types/node": "^22.0.0", "@vitest/coverage-v8": "^4.1.8", "eslint": "^10.7.0", "eslint-config-prettier": "^10.1.8", "prettier": "^3.8.1", "tsx": "^4.19.0", "typescript": "^5.7.0", "typescript-eslint": "^8.56.1", "vitest": "^4.1.8" }, "files": [ "dist", "README.md", "LICENSE", "CHANGELOG.md" ], "engines": { "node": ">=20.0.0" }, "mcpName": "io.github.TickTockBent/charlotte", "publishConfig": { "access": "public" }, "overrides": { "yauzl": "3.2.1" } }

Trustgrade A

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • warnType matchbest-effort: server code not analyzed

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • passLicense

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-e8dfd5d15e962026-08-06