io.github.Shubochandrosarker/bridgistic
NPM · BRIDGISTIC-MCP-SERVER · SCANNED SEP 20
Connect Claude to WordPress safely: signed requests, scoped keys, approvals, logs, snapshots.
Available components
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
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
claude mcp add shubochandrosarker-bridgistic -- npx -y bridgistic-mcp-server
{
"mcpServers": {
"shubochandrosarker-bridgistic": {
"command": "npx",
"args": [
"-y",
"bridgistic-mcp-server"
]
}
}
} {
"servers": {
"shubochandrosarker-bridgistic": {
"command": "npx",
"args": [
"-y",
"bridgistic-mcp-server"
]
}
}
} codex mcp add shubochandrosarker-bridgistic -- npx -y bridgistic-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"shubochandrosarker-bridgistic": {
"type": "local",
"command": [
"npx",
"-y",
"bridgistic-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add shubochandrosarker-bridgistic --command npx --arg -y --arg bridgistic-mcp-server
mcp_servers:
shubochandrosarker-bridgistic:
command: "npx"
args: ["-y", "bridgistic-mcp-server"] {
"McpServers": {
"shubochandrosarker-bridgistic": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"bridgistic-mcp-server"
]
}
}
} assistant mcp add shubochandrosarker-bridgistic -t stdio -c npx -a -y bridgistic-mcp-server
{
"mcpServers": {
"shubochandrosarker-bridgistic": {
"command": "npx",
"args": [
"-y",
"bridgistic-mcp-server"
]
}
}
} 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
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 →
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 →
bridgistic_approval_status Check 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.
| Name | Type | Req | Description |
|---|---|---|---|
| approval_id | string | yes | – |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_create_post Create a 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.
| Name | Type | Req | Description |
|---|---|---|---|
| approval_id | string | – | Approval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves. |
| author | integer | – | – |
| content | string | – | – |
| dry_run | boolean | – | If true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued. |
| excerpt | string | – | – |
| force | boolean | – | Proceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly. |
| meta | object | – | – |
| parent | integer | – | – |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
| slug | string | – | – |
| status | string | – | – |
| title | string | – | – |
| type | string | – | – |
No output schema declared.
No examples provided.
bridgistic_create_user Create a 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.
| Name | Type | Req | Description |
|---|---|---|---|
| approval_id | string | – | Approval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves. |
| display_name | string | – | – |
| dry_run | boolean | – | If true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued. |
| string | yes | – | |
| force | boolean | – | Proceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly. |
| login | string | yes | – |
| password | string | – | – |
| role | string | – | – |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_db_query Run a SQL 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).
| Name | Type | Req | Description |
|---|---|---|---|
| approval_id | string | – | Approval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves. |
| dry_run | boolean | – | If true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued. |
| force | boolean | – | Proceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly. |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
| sql | string | yes | Single SQL statement. |
No output schema declared.
No examples provided.
bridgistic_delete_media Delete media ~153
Permanently delete an attachment by id. Scope: `media:write`. Auto-snapshots first.
| Name | Type | Req | Description |
|---|---|---|---|
| approval_id | string | – | Approval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves. |
| dry_run | boolean | – | If true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued. |
| force | boolean | – | Proceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly. |
| id | integer | yes | – |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_delete_post Delete a 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.
| Name | Type | Req | Description |
|---|---|---|---|
| approval_id | string | – | Approval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves. |
| dry_run | boolean | – | If true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued. |
| force | boolean | – | Proceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly. |
| id | integer | yes | – |
| permanent | boolean | – | – |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_execute_php Execute PHP in WordPress context ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | yes | PHP source. Example: return get_option("blogname"); |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_fs_delete Delete a file ~163
Delete a file inside ABSPATH. Scope: `fs:write`. High-risk: always routes through approval and snapshots the file first. Supports dry_run.
| Name | Type | Req | Description |
|---|---|---|---|
| approval_id | string | – | Approval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves. |
| dry_run | boolean | – | If true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued. |
| force | boolean | – | Proceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly. |
| path | string | yes | – |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_fs_list List a directory ~67
List files/dirs under a path (confined to ABSPATH). Scope: `fs:read`.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | yes | – |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_fs_read Read a file ~67
Read a file's contents (≤5MB, inside ABSPATH). Scope: `fs:read`.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | yes | – |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_fs_write Write a file ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| approval_id | string | – | Approval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves. |
| content | string | yes | – |
| dry_run | boolean | – | If true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued. |
| force | boolean | – | Proceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly. |
| path | string | yes | – |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_get_option Get an 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.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | – |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_get_post Get a single post ~67
Fetch one post/page/CPT by id with full content + meta. Scope: `posts:read`.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | – |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_get_site_info Get WordPress 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.
| Name | Type | Req | Description |
|---|---|---|---|
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_list_media List media ~77
List attachments (id/title/mime/url). Scope: `posts:read`. Args: per_page, page.
| Name | Type | Req | Description |
|---|---|---|---|
| page | integer | – | – |
| per_page | integer | – | – |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_list_plugins List plugins ~55
List installed plugins with active flag + version. Scope: `plugins:manage`.
| Name | Type | Req | Description |
|---|---|---|---|
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_list_posts List posts / pages / CPTs ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| page | integer | – | – |
| per_page | integer | – | – |
| post_type | string | – | – |
| search | string | – | – |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
| status | string | – | – |
No output schema declared.
No examples provided.
bridgistic_list_sites List connected WordPress 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 List users ~92
List users (id/login/email/display_name/roles). Scope: `users:read`. Never returns passwords. Args: search, per_page, page.
| Name | Type | Req | Description |
|---|---|---|---|
| page | integer | – | – |
| per_page | integer | – | – |
| search | string | – | – |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_memory_delete Delete a site memory note ~70
Remove a memory note by key (+optional category). Scope: `memory:write`.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | – | – |
| key | string | yes | – |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_memory_get Get a site memory note ~70
Read one memory note by key (+optional category). Scope: `memory:read`.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | – | – |
| key | string | yes | – |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_memory_list List site memory ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | – | – |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_memory_set Save a site memory note ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | – | – |
| key | string | yes | – |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
| value | – | – | – |
No output schema declared.
No examples provided.
bridgistic_playbook_delete Delete a playbook ~62
Delete a playbook by slug. Scope: `playbook:manage`.
| Name | Type | Req | Description |
|---|---|---|---|
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
| slug | string | yes | – |
No output schema declared.
No examples provided.
bridgistic_playbook_get Get a playbook ~64
Fetch one playbook incl. its steps. Scope: `playbook:manage`.
| Name | Type | Req | Description |
|---|---|---|---|
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
| slug | string | yes | – |
No output schema declared.
No examples provided.
bridgistic_playbook_list List playbooks ~58
List saved playbooks (slug/name/description). Scope: `playbook:manage`.
| Name | Type | Req | Description |
|---|---|---|---|
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_playbook_run Run a playbook ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| approvals | object | – | – |
| dry_run | boolean | – | – |
| force | boolean | – | – |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
| slug | string | yes | – |
| vars | object | – | – |
No output schema declared.
No examples provided.
bridgistic_playbook_save Save a reusable playbook ~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}}"} } ]
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | – | – |
| name | string | – | – |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
| slug | string | yes | – |
| steps | array | yes | – |
No output schema declared.
No examples provided.
bridgistic_schedule_create Schedule a playbook ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| dry_run | boolean | – | – |
| force | boolean | – | – |
| playbook | string | yes | – |
| recurrence | string | yes | – |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
| start_at | integer | – | – |
| vars | object | – | – |
No output schema declared.
No examples provided.
bridgistic_schedule_delete Delete a schedule ~63
Remove a schedule and unregister its cron event. Scope: `schedule:manage`.
| Name | Type | Req | Description |
|---|---|---|---|
| schedule_id | string | yes | – |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_schedule_list List schedules ~62
List scheduled playbooks with recurrence, next/last run, and last status. Scope: `schedule:manage`.
| Name | Type | Req | Description |
|---|---|---|---|
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_schedule_run_now Run a schedule now ~77
Trigger a scheduled playbook immediately (does not change its recurrence). Scope: `schedule:manage`. Useful to test a schedule end-to-end.
| Name | Type | Req | Description |
|---|---|---|---|
| schedule_id | string | yes | – |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_schedule_toggle Enable / disable a schedule ~70
Pause or resume a schedule without deleting it. Scope: `schedule:manage`.
| Name | Type | Req | Description |
|---|---|---|---|
| enabled | boolean | yes | – |
| schedule_id | string | yes | – |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_snapshot_create Create a snapshot ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| label | string | – | – |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
| target | object | yes | – |
| type | string | yes | – |
No output schema declared.
No examples provided.
bridgistic_snapshot_delete Delete a snapshot ~70
Delete a stored snapshot by id (frees space; cannot be restored after). Scope: `snapshot:manage`.
| Name | Type | Req | Description |
|---|---|---|---|
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
| snapshot_id | string | yes | – |
No output schema declared.
No examples provided.
bridgistic_snapshot_list List snapshots ~73
List recent snapshots (auto + manual) with id/type/label/size/created/restored. Scope: `snapshot:manage`.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_snapshot_restore Restore a snapshot ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
| snapshot_id | string | yes | – |
No output schema declared.
No examples provided.
bridgistic_toggle_plugin Activate / deactivate a 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').
| Name | Type | Req | Description |
|---|---|---|---|
| approval_id | string | – | Approval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves. |
| dry_run | boolean | – | If true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued. |
| force | boolean | – | Proceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly. |
| plugin | string | yes | – |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
| state | string | yes | – |
No output schema declared.
No examples provided.
bridgistic_update_option Update an option ~170
Write a wp_options value. Scope: `options:write`. Name must be allowlisted. Auto-snapshots the old value. Supports dry_run + approval.
| Name | Type | Req | Description |
|---|---|---|---|
| approval_id | string | – | Approval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves. |
| dry_run | boolean | – | If true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued. |
| force | boolean | – | Proceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly. |
| name | string | yes | – |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
| value | – | – | – |
No output schema declared.
No examples provided.
bridgistic_update_post Update a 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.
| Name | Type | Req | Description |
|---|---|---|---|
| approval_id | string | – | Approval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves. |
| content | string | – | – |
| dry_run | boolean | – | If true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued. |
| excerpt | string | – | – |
| force | boolean | – | Proceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly. |
| id | integer | yes | – |
| meta | object | – | – |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
| slug | string | – | – |
| status | string | – | – |
| title | string | – | – |
No output schema declared.
No examples provided.
bridgistic_update_user Update a user ~188
Update a user by id (email, display_name, role). Scope: `users:write`. Auto-snapshots the user first. Supports dry_run + approval.
| Name | Type | Req | Description |
|---|---|---|---|
| approval_id | string | – | Approval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves. |
| display_name | string | – | – |
| dry_run | boolean | – | If true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued. |
| string | – | – | |
| force | boolean | – | Proceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly. |
| id | integer | yes | – |
| role | string | – | – |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_upload_media 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.
| Name | Type | Req | Description |
|---|---|---|---|
| approval_id | string | – | Approval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves. |
| content_base64 | string | – | – |
| dry_run | boolean | – | If true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued. |
| filename | string | – | – |
| force | boolean | – | Proceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly. |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
| url | string | – | – |
No output schema declared.
No examples provided.
bridgistic_usage Check this key's usage & limits ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_woo_create_product Create a WooCommerce 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.
| Name | Type | Req | Description |
|---|---|---|---|
| approval_id | string | – | Approval id returned by a previous call that needed approval. Re-pass the SAME args plus this id once an admin approves. |
| description | string | – | – |
| dry_run | boolean | – | If true, return what WOULD change without modifying anything. Nothing is persisted, snapshotted, or queued. |
| force | boolean | – | Proceed even if a pre-op snapshot could not be taken. Irreversible — use sparingly. |
| manage_stock | boolean | – | – |
| name | string | yes | Product name. Required. |
| regular_price | string | – | Decimal string, e.g. "19.99". |
| sale_price | string | – | – |
| short_description | string | – | – |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
| sku | string | – | – |
| status | string | – | – |
| stock_quantity | integer | – | – |
| stock_status | string | – | – |
No output schema declared.
No examples provided.
bridgistic_woo_get_customer Get one WooCommerce 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | – |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_woo_get_order Get one WooCommerce 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | – |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_woo_get_product Get one WooCommerce 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?".
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | – |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_woo_inventory_status WooCommerce 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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
| low_stock_threshold | integer | – | – |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_woo_list_customers List WooCommerce 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.
| Name | Type | Req | Description |
|---|---|---|---|
| page | integer | – | – |
| per_page | integer | – | – |
| search | string | – | – |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
No output schema declared.
No examples provided.
bridgistic_woo_list_orders List WooCommerce 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.
| Name | Type | Req | Description |
|---|---|---|---|
| after | string | – | Only orders created on or after this date. |
| customer_id | integer | – | – |
| page | integer | – | – |
| per_page | integer | – | – |
| site | string | – | Site alias to target (e.g. "guns2ammo"). Omit when only one site is configured. |
| status | string | – | Comma-separated statuses, e.g. "processing,completed". |
No output schema declared.
No examples provided.
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.