Automation

Openclaw Mcp Bridge

Bi-directional MCP bridge: expose OpenClaw capabilities as MCP server endpoints AND consume external MCP servers from within OpenClaw.

Buy Now — $4.99

One-time purchase · Instant download · Yours forever

OpenClaw MCP Bridge

Bi-directional MCP bridge: expose OpenClaw capabilities as MCP server endpoints AND consume external MCP servers from within OpenClaw.

Quick Start


# Check MCP bridge status and config
python3 scripts/mcp-bridge.py status

# Start MCP server (expose OpenClaw tools)
python3 scripts/mcp-bridge.py serve --port 3100

# List available tools from an external MCP server
python3 scripts/mcp-bridge.py discover --url http://localhost:3000

# Call a tool on an external MCP server
python3 scripts/mcp-bridge.py call --url http://localhost:3000 --tool web_search --params '{"query": "test"}'

# Configure which tools to expose
python3 scripts/mcp-bridge.py config --expose "web_search,read,write" --auth-token mytoken123

# Generate n8n-compatible webhook config
python3 scripts/mcp-bridge.py n8n-template

Commands

| Command | Purpose |

|---------|---------|

| status | Show current MCP bridge configuration and health |

| serve | Start MCP server exposing selected OpenClaw tools |

| discover | List tools available on an external MCP server |

| call | Invoke a tool on an external MCP server |

| config | Configure exposed tools, auth, rate limits |

| n8n-template | Generate n8n workflow templates for MCP integration |

| tools | List all exposable OpenClaw tools with descriptions |

Configuration

Config stored in memory/mcp-bridge-config.json:

Security

Architecture


External MCP Client → [Auth] → [Rate Limit] → OpenClaw MCP Server → Selected Tools
OpenClaw Agent → MCP Bridge Client → External MCP Server → Tool Response

n8n Integration

Run n8n-template to generate ready-to-import workflow JSON for common patterns:

Ready to get started?

One-time purchase. No subscription. Download instantly and use forever.

Buy Now — $4.99
Category: Automation Price: $4.99 USD Released: 2026-05-13 Skill ID: openclaw-mcp-bridge