Back to Browse

Bridgistic Claude Marketplace MCP Server

Developer ToolsLow Risk9.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

9.7
Low Risk9.7Low Risk

Valid MCP server (3 strong, 1 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

10 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

What You'll Need

Set these up before or after installing:

WordPress site URL exactly as shown in WP Admin → Settings → General, e.g. https://example.comOptional

Environment variable: BRIDGISTIC_SITE_URL

Public key id (wpk_…) from WP Admin → Bridgistic → Claude SetupOptional

Environment variable: BRIDGISTIC_KEY_ID

Key secret (wps_…) shown once at key creationRequired

Environment variable: BRIDGISTIC_KEY_SECRET

Optional absolute path to a multi-site connections JSON registry (alias → siteUrl/keyId/secret)Optional

Environment variable: BRIDGISTIC_CONNECTIONS

error | warn | info | debug (stderr only, never logs secrets)Optional

Environment variable: BRIDGISTIC_LOG_LEVEL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-shubochandrosarker-bridgistic": {
      "env": {
        "BRIDGISTIC_KEY_ID": "your-bridgistic-key-id-here",
        "BRIDGISTIC_SITE_URL": "your-bridgistic-site-url-here",
        "BRIDGISTIC_LOG_LEVEL": "your-bridgistic-log-level-here",
        "BRIDGISTIC_KEY_SECRET": "your-bridgistic-key-secret-here",
        "BRIDGISTIC_CONNECTIONS": "your-bridgistic-connections-here"
      },
      "args": [
        "-y",
        "bridgistic-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!