DevOps
getglow.io
Manages and monitors WordPress websites for an agency, tracking site status, updates, and plugin information.
ENDPOINT 1
https://my.getglow.io/api/mcp
MCP server metadata
- Name
- glow-wordpress
- Version
- 0.1.0
Known tools 28
fleet_overviewOne summary of the whole estate: site counts, uptime, outstanding plugin, theme and core updates, report and backup coverage, a ranked list of sites needing attention, and vulnerable sites.
Inferred read-onlyfind_pluginWhich websites have a given plugin or theme installed, and at what version.
Inferred read-onlypending_updatesPlugin, theme and core updates outstanding across the fleet, one client, or one website, ordered by the most outstanding first.
Inferred read-onlysite_updatesThe plugins and themes with an update outstanding on ONE website, named individually with their current and available versions.
Potential side effectsconnection_issuesWebsites that are not currently connected to Glow: never connected, disconnected, or erroring.
Inferred read-onlyvulnerabilitiesKnown vulnerabilities affecting sites in this agency, from the vulnerability feed matched against each site's recorded plugin and theme versions.
Inferred read-onlylist_backupsBackup runs and restore points for one website, or the latest backup per site across a client or the fleet.
Inferred read-onlyperformancePageSpeed scores and load times recorded for sites in this agency, desktop and mobile.
Inferred read-onlysite_timelineActions taken on sites in this agency: updates run, tickets resolved, work logged, with who did it and when.
Inferred read-onlylist_reportsReports already generated for one website: the period covered, when it was generated, its size, whether it was emailed successfully, and a temporary download link.
Inferred read-onlyreport_scheduleReport configuration across the fleet, one client, or one website: whether a report is set up at all, how often it runs, when it next runs, who receives it, and which sections are included.
Inferred read-onlyuptime_historyDowntime incidents for one website, newest first, with the reason and HTTP status where known, plus the uptime percentage over a recent window.
Inferred read-onlytime_summaryHours logged against websites over a period, per site, from the work recorded in Glow.
Inferred read-onlywhats_changedEverything that happened across the estate since a date: work carried out, updates applied, and sites that went down or recovered.
Inferred read-onlypending_todayOne work queue across the whole estate: reports due to send, sites needing attention, sites with the most outstanding updates, backups that failed, and sites that are down.
Potential side effectslist_resellersReseller agencies beneath this developer agency, with how many clients and websites each has.
Inferred read-onlysite_login_linkA link that takes the agency into a website's WordPress admin, signed in, via Glow.
Inferred read-onlytime_allowanceFor each website: the monthly custom-development allowance, how many minutes have been logged against it this calendar month, and how much is left.
Inferred read-onlyadd_website_guideThe steps to connect a new WordPress site to Glow, with the agency's own dashboard link and how many sites it currently manages.
Inferred read-onlyrun_safe_updateUpdate named plugins on ONE website using Safe Updates, which takes a backup and screenshots first, verifies the site afterwards, and can be rolled back.
Potential side effectssafe_update_statusProgress of safe updates on one website: which plugins are being updated, what stage each has reached, and when it was last touched.
Inferred read-onlyadd_custom_workRecord a piece of work against ONE website, so it appears on the timeline and in the client report.
Inferred read-onlyset_time_allowanceSet how many hours of custom development time are allowed for ONE website each month.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.glow-wordpress]
url = "https://my.getglow.io/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"glow-wordpress": {
"type": "http",
"url": "https://my.getglow.io/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: glow-wordpress
Remote MCP URL: https://my.getglow.io/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"glow-wordpress": {
"url": "https://my.getglow.io/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"glow-wordpress": {
"type": "http",
"url": "https://my.getglow.io/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "glow-wordpress",
"transport": "streamable-http",
"url": "https://my.getglow.io/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.