Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.Shubochandrosarker/bridgistic

NPM · BRIDGISTIC-MCP-SERVER · SCANNED SEP 20

Connect Claude to WordPress safely: signed requests, scoped keys, approvals, logs, snapshots.

+2 this week 73 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 39 of 123 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency19
  • Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (GPL-2.0-or-later).Pass
  • Actively maintained (last published 38 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability63
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 7134 tokens (~132/item across 54 items; 54 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
  • Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage82
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 46% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 10 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 54 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.Shubochandrosarker/bridgistic MCP server?

io.github.Shubochandrosarker/bridgistic runs locally as an npm package, launched with npx -y bridgistic-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · bridgistic-mcp-server

# add to Claude Code
claude mcp add shubochandrosarker-bridgistic -- npx -y bridgistic-mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "shubochandrosarker-bridgistic": {
      "command": "npx",
      "args": [
        "-y",
        "bridgistic-mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "shubochandrosarker-bridgistic": {
      "command": "npx",
      "args": [
        "-y",
        "bridgistic-mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add shubochandrosarker-bridgistic -- npx -y bridgistic-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "shubochandrosarker-bridgistic": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "bridgistic-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add shubochandrosarker-bridgistic --command npx --arg -y --arg bridgistic-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  shubochandrosarker-bridgistic:
    command: "npx"
    args: ["-y", "bridgistic-mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "shubochandrosarker-bridgistic": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "bridgistic-mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add shubochandrosarker-bridgistic -t stdio -c npx -a -y bridgistic-mcp-server
// mcp.json
{
  "mcpServers": {
    "shubochandrosarker-bridgistic": {
      "command": "npx",
      "args": [
        "-y",
        "bridgistic-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 −2
    • Stability: pass → 0.83 functional
  • 19 Sept 26 0
    • Stability: 0.97 → pass security
  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 +2
    • CVE-2026-82562 no longer affects this package security
    • CVE-2026-82417 no longer affects this package security
    • Known CVEs: fail → pass security
  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 77 to 80. That category is still filling its 30-day observation window: 23 days of observed history at the previous scan, 24 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 −4
    • Stability: pass → 0.77 functional
  • 11 Sept 26 +1
    • Stability: 0.97 → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/bridgistic-mcp-server@1.2.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 123 packages
Packages resolved 123
Stale 39
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 54 exposed · ~7,134 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
bridgistic_approval_status ~87

Check whether a queued operation has been approved. Returns status: pending | approved | rejected | executed. When approved, retry the ORIGINAL tool call with the same args plus approval_id to execute it.

NameTypeReqDescription
approval_idstringyes
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_create_post ~236

Create a post/page/CPT. Scope: `posts:write`. Args: title, content, excerpt, status (draft|publish|...), slug, type, author, parent, meta (object). Supports dry_run and approval flow.

NameTypeReqDescription
approval_idstringApproval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves.
authorinteger
contentstring
dry_runbooleanIf true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued.
excerptstring
forcebooleanProceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly.
metaobject
parentinteger
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.
slugstring
statusstring
titlestring
typestring

No output schema declared.

No examples provided.

bridgistic_create_user ~202

Create a user. Scope: `users:write`. Args: login, email (both required), role (default subscriber), display_name, password (auto-generated if omitted). Supports dry_run + approval.

NameTypeReqDescription
approval_idstringApproval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves.
display_namestring
dry_runbooleanIf true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued.
emailstringyes
forcebooleanProceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly.
loginstringyes
passwordstring
rolestring
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_db_query ~258

Execute SQL against the site database. The bridge classifies the statement: SELECT/SHOW/EXPLAIN/DESCRIBE/WITH need `db:read`; anything else needs `db:write`. Writes are routed through the Guard: dry_run previews impact in a rolled-back transaction, destructive writes auto-snapshot the affected table(s), and approval applies if the key requires it. Args: - sql (string): a single SQL statement using the site's real table prefix. - site (string, optional): target alias. - dry_run / approval_id / force: guard controls (writes only).

NameTypeReqDescription
approval_idstringApproval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves.
dry_runbooleanIf true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued.
forcebooleanProceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly.
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.
sqlstringyesSingle SQL statement.

No output schema declared.

No examples provided.

bridgistic_delete_media ~153

Permanently delete an attachment by id. Scope: `media:write`. Auto-snapshots first.

NameTypeReqDescription
approval_idstringApproval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves.
dry_runbooleanIf true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued.
forcebooleanProceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly.
idintegeryes
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_delete_post ~175

Trash (default) or permanently delete a post. Scope: `posts:write`. Auto-snapshots first. Set permanent=true to skip trash. Supports dry_run + approval.

NameTypeReqDescription
approval_idstringApproval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves.
dry_runbooleanIf true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued.
forcebooleanProceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly.
idintegeryes
permanentboolean
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_execute_php ~183

Run PHP inside the full WordPress runtime ($wpdb, all functions, loaded plugins). Highest-privilege tool; requires the key's `php:execute` scope. Use `return` to surface a value; echoed output is captured separately. Args: - code (string): PHP to run. A leading "<?php" is optional. - site (string, optional): target alias. Returns: { output, return, errors[], exception, elapsed_ms }. Use when: a task has no dedicated structured tool yet. Prefer the structured tools (posts/options/etc.) when they exist, and snapshot before risky writes.

NameTypeReqDescription
codestringyesPHP source. Example: return get_option("blogname");
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_fs_delete ~163

Delete a file inside ABSPATH. Scope: `fs:write`. High-risk: always routes through approval and snapshots the file first. Supports dry_run.

NameTypeReqDescription
approval_idstringApproval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves.
dry_runbooleanIf true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued.
forcebooleanProceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly.
pathstringyes
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_fs_list ~67

List files/dirs under a path (confined to ABSPATH). Scope: `fs:read`.

NameTypeReqDescription
pathstringyes
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_fs_read ~67

Read a file's contents (≤5MB, inside ABSPATH). Scope: `fs:read`.

NameTypeReqDescription
pathstringyes
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_fs_write ~185

Write a file inside ABSPATH. Scope: `fs:write`. PHP files may ONLY be written inside the uploads/bridgistic-sandbox dir. Overwrites auto-snapshot the old file. Supports dry_run + approval.

NameTypeReqDescription
approval_idstringApproval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves.
contentstringyes
dry_runbooleanIf true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued.
forcebooleanProceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly.
pathstringyes
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_get_option ~88

Read a wp_options value BY NAME. Scope: `options:read`. The name must be in the site's allowlist (WP Admin → Bridgistic → Settings) — secrets are unreadable by design.

NameTypeReqDescription
namestringyes
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_get_post ~67

Fetch one post/page/CPT by id with full content + meta. Scope: `posts:read`.

NameTypeReqDescription
idintegeryes
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_get_site_info ~96

Discover a site's stack before acting: WP/PHP versions, active theme, installed plugins (active flag), and detected frameworks (WooCommerce, Elementor, ACF). Read-only; requires the key's `site:read` scope. Always call this first on an unfamiliar site.

NameTypeReqDescription
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_list_media ~77

List attachments (id/title/mime/url). Scope: `posts:read`. Args: per_page, page.

NameTypeReqDescription
pageinteger
per_pageinteger
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_list_plugins ~55

List installed plugins with active flag + version. Scope: `plugins:manage`.

NameTypeReqDescription
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_list_posts ~127

List content with pagination. Scope: `posts:read`. Args: post_type (default 'post'), status (default 'any'), search, per_page (≤100), page. Returns id/title/type/status/slug/link + total + has_more.

NameTypeReqDescription
pageinteger
per_pageinteger
post_typestring
searchstring
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.
statusstring

No output schema declared.

No examples provided.

bridgistic_list_sites ~43

List the WordPress sites this bridge can operate on, by alias. Use the returned alias as the `site` parameter in other tools. Returns no secrets.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

bridgistic_list_users ~92

List users (id/login/email/display_name/roles). Scope: `users:read`. Never returns passwords. Args: search, per_page, page.

NameTypeReqDescription
pageinteger
per_pageinteger
searchstring
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_memory_delete ~70

Remove a memory note by key (+optional category). Scope: `memory:write`.

NameTypeReqDescription
categorystring
keystringyes
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_memory_get ~70

Read one memory note by key (+optional category). Scope: `memory:read`.

NameTypeReqDescription
categorystring
keystringyes
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_memory_list ~78

List stored memory notes, optionally filtered by category. Scope: `memory:read`. Call at the start of a session to recall what's known about a site.

NameTypeReqDescription
categorystring
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_memory_set ~111

Persist a fact about this site for future sessions (conventions, IDs, client preferences, quirks). Scope: `memory:write`. Args: key (required), value (any JSON), category (default 'general'). Overwrites the same category+key.

NameTypeReqDescription
categorystring
keystringyes
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.
value

No output schema declared.

No examples provided.

bridgistic_playbook_delete ~62

Delete a playbook by slug. Scope: `playbook:manage`.

NameTypeReqDescription
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.
slugstringyes

No output schema declared.

No examples provided.

bridgistic_playbook_get ~64

Fetch one playbook incl. its steps. Scope: `playbook:manage`.

NameTypeReqDescription
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.
slugstringyes

No output schema declared.

No examples provided.

bridgistic_playbook_list ~58

List saved playbooks (slug/name/description). Scope: `playbook:manage`.

NameTypeReqDescription
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_playbook_run ~195

Execute a saved playbook. Scope: `playbook:manage`; each step also enforces its own scope + the Guard. Args: - slug, vars (object of run inputs) - dry_run (preview every step), force (skip snapshot aborts) - approvals: { "<step ref>": "<approval_id>" } to resume a step that paused for approval. If a step needs approval the run pauses and returns { status: "paused_for_approval", paused_at, approval_id }; approve in WP Admin, then re-run with approvals mapped to that ref.

NameTypeReqDescription
approvalsobject
dry_runboolean
forceboolean
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.
slugstringyes
varsobject

No output schema declared.

No examples provided.

bridgistic_playbook_save ~224

Store an ordered, parameterised sequence of bridge operations for replay. Scope: `playbook:manage`. Each step = { method, route, params, save_as }. Use templates in params: - {{vars.NAME}} → a run-time input - {{steps.REF.data.result.id}} → a value from an earlier step's result envelope Example steps (create a landing page then set it as the front page): [ { "method":"POST","route":"posts","params":{"type":"page","title":"{{vars.title}}","status":"publish"},"save_as":"page" }, { "method":"POST","route":"options","params":{"name":"page_on_front","value":"{{steps.page.data.result.id}}"} } ]

NameTypeReqDescription
descriptionstring
namestring
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.
slugstringyes
stepsarrayyes

No output schema declared.

No examples provided.

bridgistic_schedule_create ~250

Run a saved playbook unattended on a recurrence (WP-Cron). Scope: `schedule:manage`. The schedule runs under THIS key's current scopes, so the key must hold the scopes every step needs. Args: - playbook (slug), recurrence (once|bridgistic_5min|bridgistic_15min|bridgistic_30min|hourly|twicedaily|daily|weekly) - vars (object passed to the run), start_at (unix seconds, optional first-run time) - dry_run (run in preview mode every time — good for testing a schedule), force. Note: unattended runs never auto-approve. If a step needs approval the run records "paused_for_approval" and stops — use a key WITHOUT require_approval for fully autonomous schedules.

NameTypeReqDescription
dry_runboolean
forceboolean
playbookstringyes
recurrencestringyes
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.
start_atinteger
varsobject

No output schema declared.

No examples provided.

bridgistic_schedule_delete ~63

Remove a schedule and unregister its cron event. Scope: `schedule:manage`.

NameTypeReqDescription
schedule_idstringyes
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_schedule_list ~62

List scheduled playbooks with recurrence, next/last run, and last status. Scope: `schedule:manage`.

NameTypeReqDescription
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_schedule_run_now ~77

Trigger a scheduled playbook immediately (does not change its recurrence). Scope: `schedule:manage`. Useful to test a schedule end-to-end.

NameTypeReqDescription
schedule_idstringyes
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_schedule_toggle ~70

Pause or resume a schedule without deleting it. Scope: `schedule:manage`.

NameTypeReqDescription
enabledbooleanyes
schedule_idstringyes
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_snapshot_create ~139

Manually capture reversible state before a risky change. Scope: `snapshot:manage`. Types + target: - post { id } - user { id } - option { name } - tables { tables: ["wp_options", ...] } (≤50k rows each) - file { path } Returns a snapshot_id for bridgistic_snapshot_restore.

NameTypeReqDescription
labelstring
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.
targetobjectyes
typestringyes

No output schema declared.

No examples provided.

bridgistic_snapshot_delete ~70

Delete a stored snapshot by id (frees space; cannot be restored after). Scope: `snapshot:manage`.

NameTypeReqDescription
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.
snapshot_idstringyes

No output schema declared.

No examples provided.

bridgistic_snapshot_list ~73

List recent snapshots (auto + manual) with id/type/label/size/created/restored. Scope: `snapshot:manage`.

NameTypeReqDescription
limitinteger
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_snapshot_restore ~90

Roll back to a snapshot by id (undo a write/delete). Scope: `snapshot:manage`. Use the snapshot_id returned by a write tool or by bridgistic_snapshot_create / bridgistic_snapshot_list.

NameTypeReqDescription
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.
snapshot_idstringyes

No output schema declared.

No examples provided.

bridgistic_toggle_plugin ~188

Activate or deactivate a plugin. Scope: `plugins:manage`. High-risk: ALWAYS routes through approval and snapshots active_plugins first. Args: plugin (file, e.g. 'woocommerce/woocommerce.php'), state ('activate'|'deactivate').

NameTypeReqDescription
approval_idstringApproval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves.
dry_runbooleanIf true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued.
forcebooleanProceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly.
pluginstringyes
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.
statestringyes

No output schema declared.

No examples provided.

bridgistic_update_option ~170

Write a wp_options value. Scope: `options:write`. Name must be allowlisted. Auto-snapshots the old value. Supports dry_run + approval.

NameTypeReqDescription
approval_idstringApproval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves.
dry_runbooleanIf true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued.
forcebooleanProceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly.
namestringyes
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.
value

No output schema declared.

No examples provided.

bridgistic_update_post ~212

Update an existing post by id. Scope: `posts:write`. Auto-snapshots the post first (rollback via snapshot_id). Same fields as create. Supports dry_run + approval.

NameTypeReqDescription
approval_idstringApproval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves.
contentstring
dry_runbooleanIf true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued.
excerptstring
forcebooleanProceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly.
idintegeryes
metaobject
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.
slugstring
statusstring
titlestring

No output schema declared.

No examples provided.

bridgistic_update_user ~188

Update a user by id (email, display_name, role). Scope: `users:write`. Auto-snapshots the user first. Supports dry_run + approval.

NameTypeReqDescription
approval_idstringApproval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves.
display_namestring
dry_runbooleanIf true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued.
emailstring
forcebooleanProceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly.
idintegeryes
rolestring
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_upload_media ~184

Upload to the media library from a URL or base64. Scope: `media:write`. Provide either url, or filename + content_base64. Supports dry_run + approval.

NameTypeReqDescription
approval_idstringApproval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves.
content_base64string
dry_runbooleanIf true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued.
filenamestring
forcebooleanProceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly.
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.
urlstring

No output schema declared.

No examples provided.

bridgistic_usage ~82

Return the calling key's tier, rate limit (req/min), monthly quota, and current usage (this minute / today / this month + top actions). Call before large batch operations to avoid hitting the quota mid-run.

NameTypeReqDescription
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_woo_create_product ~285

Create a simple product. Scope: `woo:products:write`. `name` is required; prices must be non-negative numbers. Supports dry_run to preview the fields that would be set, and the approval queue when the key requires it. Publishes only if you pass status='publish' — the store's own default applies otherwise.

NameTypeReqDescription
approval_idstringApproval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves.
descriptionstring
dry_runbooleanIf true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued.
forcebooleanProceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly.
manage_stockboolean
namestringyesProduct name. Required.
regular_pricestringDecimal string, e.g. "19.99".
sale_pricestring
short_descriptionstring
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.
skustring
statusstring
stock_quantityinteger
stock_statusstring

No output schema declared.

No examples provided.

bridgistic_woo_get_customer ~99

Fetch a single customer by user id with order count, lifetime spend, billing/shipping country and city, and last order date. Scope: `woo:customers:read`. Street addresses, phone numbers, password hashes, and payment methods are not exposed.

NameTypeReqDescription
idintegeryes
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_woo_get_order ~94

Fetch a single order by id with its line items, shipping and tax totals, customer note, and payment method name. Scope: `woo:orders:read`. Payment tokens, transaction ids, and card data are never included.

NameTypeReqDescription
idintegeryes
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_woo_get_product ~103

Fetch a single product by id, including description, categories, tags, attributes, and every variation's own price and stock. Scope: `woo:products:read`. For a variable product, the variation list is usually the real answer to "is this in stock?".

NameTypeReqDescription
idintegeryes
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_woo_inventory_status ~115

Out-of-stock and low-stock products in one call, with counts. Scope: `woo:analytics:read`. `low_stock_threshold` defaults to the store's own low-stock setting. Only stock-managed products can be low, so unmanaged products are counted separately rather than reported as zero.

NameTypeReqDescription
limitinteger
low_stock_thresholdinteger
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_woo_list_customers ~120

List users with the customer role, newest-first, with their order count and lifetime spend. Scope: `woo:customers:read`. Args: search (name/email/login), per_page (≤100), page. Password hashes, session tokens, and payment methods are never returned.

NameTypeReqDescription
pageinteger
per_pageinteger
searchstring
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.

No output schema declared.

No examples provided.

bridgistic_woo_list_orders ~179

List orders newest-first. Scope: `woo:orders:read`. Args: status (comma-separated, e.g. 'processing,completed'), customer_id, after (Y-m-d or ISO 8601), per_page (≤100), page. Returns id/number/status/total/currency/created/customer plus billing name, email, and country. Full addresses and payment details are never returned.

NameTypeReqDescription
afterstringOnly orders created on or after this date.
customer_idinteger
pageinteger
per_pageinteger
sitestringSite alias to target (e.g. "guns2ammo"). Omit when only one site is configured.
statusstringComma-separated statuses, e.g. "processing,completed".

No output schema declared.

No examples provided.

Common questions

What is the io.github.Shubochandrosarker/bridgistic MCP server?

io.github.Shubochandrosarker/bridgistic is an MCP server listed in the public MCP registry as io.github.Shubochandrosarker/bridgistic. Connect Claude to WordPress safely: signed requests, scoped keys, approvals, logs, snapshots. This page covers its npm package (bridgistic-mcp-server).

Is the io.github.Shubochandrosarker/bridgistic MCP server safe to use?

io.github.Shubochandrosarker/bridgistic scores 73 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.Shubochandrosarker/bridgistic MCP server expose?

io.github.Shubochandrosarker/bridgistic exposes 54 tools: bridgistic_list_sites, bridgistic_get_site_info, bridgistic_execute_php, bridgistic_db_query, bridgistic_list_posts, and 49 more. Their descriptions and schemas cost roughly 7,134 tokens of context every time the server is loaded.

Is the io.github.Shubochandrosarker/bridgistic MCP server still maintained?

io.github.Shubochandrosarker/bridgistic is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.Shubochandrosarker/bridgistic MCP server under?

io.github.Shubochandrosarker/bridgistic declares the GPL-2.0-or-later licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.