Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

@Striderlabs/ Spectrum

БесплатноНе проверен

Automates Spectrum/Charter ISP account management tasks such as viewing account overview, paying bills, checking outages, and scheduling technician visits via b

GitHubEmbed

Описание

Automates Spectrum/Charter ISP account management tasks such as viewing account overview, paying bills, checking outages, and scheduling technician visits via browser automation.

README

MCP (Model Context Protocol) server for Spectrum/Charter ISP account management. Automates common account tasks via browser automation using Playwright and Browserbase.

Features

  • Account Overview — View current plan, balance due, and data usage
  • Service Details — Get details on internet, TV, phone, and mobile services
  • Pay Bill — Initiate one-time bill payments
  • Bill History — View past billing history
  • Check Outages — Check for service outages by ZIP code or address
  • Schedule Technician — Book a technician visit

Requirements

  • Node.js 18+
  • A Browserbase account with a CDP URL
  • Valid Spectrum account credentials

Installation

npm install @striderlabs/mcp-spectrum

Or install from the tarball:

npm install ./striderlabs-mcp-spectrum-1.0.0.tgz

Configuration

Set the required environment variable:

export BROWSERBASE_CDP_URL="wss://connect.browserbase.com?apiKey=YOUR_KEY"

Usage with Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "spectrum": {
      "command": "npx",
      "args": ["-y", "@striderlabs/mcp-spectrum"],
      "env": {
        "BROWSERBASE_CDP_URL": "wss://connect.browserbase.com?apiKey=YOUR_KEY"
      }
    }
  }
}

Tools

get_account_overview

Retrieves current plan, balance due, payment due date, and data usage.

Parameters:

  • username (required) — Spectrum account email/username
  • password (required) — Spectrum account password

get_service_details

Gets details for active Spectrum services.

Parameters:

  • username (required)
  • password (required)
  • service_type (optional) — One of: internet, tv, phone, voice, mobile

pay_bill

Loads the payment form pre-filled with the specified amount. Does not auto-submit — user must confirm payment.

Parameters:

  • username (required)
  • password (required)
  • amount (required) — Payment amount without $ (e.g., "89.99")
  • payment_method (optional) — Payment method label as shown on account

get_bill_history

Retrieves past bills with dates, amounts, and payment status.

Parameters:

  • username (required)
  • password (required)
  • months (optional) — Months of history to fetch (default: 12, max: 24)

check_outages

Checks for active outages in a given area.

Parameters:

  • zip_code (optional) — ZIP code to check
  • address (optional) — Service address to check
  • username (optional) — For account-specific outage info
  • password (optional)

schedule_technician

Opens and pre-fills the technician scheduling form. Does not auto-submit.

Parameters:

  • username (required)
  • password (required)
  • issue_description (required) — Description of the problem
  • preferred_date (optional) — Date in YYYY-MM-DD format
  • preferred_time (optional) — Time window (e.g., "Morning (8am-12pm)")
  • contact_phone (optional) — Contact phone number

How It Works

This MCP server uses Playwright to automate a real Chromium browser connected via Browserbase's CDP (Chrome DevTools Protocol) URL. Each tool:

  1. Connects to the remote browser via chromium.connectOverCDP()
  2. Logs in to spectrum.net with your credentials
  3. Navigates to the relevant page
  4. Extracts or populates data
  5. Returns structured results as JSON

Security Notes

  • Credentials are passed per-request and never stored by this server
  • Payment and appointment submission require manual user confirmation — the server will not auto-submit financial transactions
  • All browser sessions run in Browserbase's isolated cloud environment

Development

git clone <repo>
cd mcp-spectrum
npm install
npm run build

Run in dev mode:

BROWSERBASE_CDP_URL="..." npx ts-node src/index.ts

License

MIT

from github.com/markswendsen-code/mcp-spectrum

Установка @Striderlabs/ Spectrum

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/markswendsen-code/mcp-spectrum

FAQ

@Striderlabs/ Spectrum MCP бесплатный?

Да, @Striderlabs/ Spectrum MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для @Striderlabs/ Spectrum?

Нет, @Striderlabs/ Spectrum работает без API-ключей и переменных окружения.

@Striderlabs/ Spectrum — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить @Striderlabs/ Spectrum в Claude Desktop, Claude Code или Cursor?

Открой @Striderlabs/ Spectrum на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Playwright

Browser automation, scraping, screenshots

Microsoftавтор: Microsoft

Puppeteer

Browser automation and web scraping.

modelcontextprotocolавтор: modelcontextprotocol

Garmin Connect

An MCP server for Garmin Connect that provides access to fitness activities, health statistics, and sleep data by routing requests through a headless browser to

etweisbergавтор: etweisberg

Higgsfield Unlimited

MCP server for Higgsfield AI that enables unlimited-mode image, video, audio generation, uploads, and job management via multiple parallel accounts, using brows

nukIeerавтор: nukIeer

opentabs-dev/opentabs

Plugin-based MCP server + Chrome extension that gives AI agents access to web applications through the user's authenticated browser session. 100+ plugins with a

opentabs-devавтор: opentabs-dev

robhunter/agentdeals

1,500+ developer infrastructure deals, free tiers, and startup programs across 54 categories. Search deals, compare vendors, plan stacks, and track pricing chan

robhunterавтор: robhunter

hlydecker/ucsc-genome-mcp

MCP server to interact with the UCSC Genome Browser API, letting you find genomes, chromosomes, and more.

hlydeckerавтор: hlydecker

34892002/bilibili-mcp-js

A MCP server that supports searching for Bilibili content. Provides LangChain integration examples and test scripts.

34892002автор: 34892002

achiya-automation/safari-mcp

Native Safari browser automation for AI agents with 80+ tools. No Chrome dependency, optimized for Apple Silicon with 60% less CPU overhead.

achiya-automationавтор: achiya-automation

agent-infra/mcp-server-browser

Browser automation capabilities using Puppeteer, both support local and remote browser connection.

bytedanceавтор: bytedance

Compare @Striderlabs/ Spectrum with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории browse