Bridge Security MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Bridge Security MCP ServerAnalyze contracts/ETNBridge.sol for vulnerabilities"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Bridge Security MCP Server 🌉⚡
$2.8B stolen from bridges. Every L2 needs an auditor. Now it's an MCP server.
Cross-chain bridge security auditing toolkit exposed as a Model Context Protocol (MCP) server. Connect any MCP client (Claude, Cursor, OpenClaw, etc.) and audit bridge contracts via natural language.
What It Does
Tool | What It Finds |
| Centralization risks, replay attacks, reentrancy, signature malleability, missing verification |
| Message replay, ordering faults, timeout exploits, relayer failure, race conditions |
| Byzantine faults, collusion, key compromise, offline validators, optimal thresholds |
| Double mints, orphaned locks/mints, supply drift, missing burns |
| Structured audit reports (standard, Immunefi, Code4rena templates) |
Related MCP server: Onchain MCP Server
Install
# Clone or pip install
pip install mcp-server-bridge-security
# OR
git clone https://github.com/manteclaw/mcp-server-bridge-security.git
cd mcp-server-bridge-security
pip install -r requirements.txtConnect
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"bridge-security": {
"command": "python",
"args": ["C:\\path\\to\\mcp-server-bridge-security\\server.py"]
}
}
}Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"bridge-security": {
"command": "python",
"args": ["/path/to/server.py"]
}
}
}OpenClaw
openclaw skill add projects/mcp-marketplace/mcp-server-bridge-securityUsage Examples
Once connected, ask your AI agent:
"Analyze this bridge contract for vulnerabilities:
contracts/ETNBridge.sol"
"Simulate a 5-validator bridge with 3-signature threshold and 1 Byzantine validator"
"Fuzz this bridge for replay attacks and race conditions"
"Track supply across chains for these bridge events and detect double mints"
"Generate an Immunefi-style report from these findings"
Pricing
Tier | Price | Limits |
Community | Free | 10 calls/day |
Pro | $29/month | Unlimited calls |
Enterprise | $199/month | Unlimited + custom chains + SLA |
License
MIT — audit the bridges, earn the bounties, stay safe. ⚡
Built by Manteclaw | Base L2 native | Protocol-native security tooling
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA comprehensive toolkit for building AI agents with blockchain capabilities, enabling interactions with multiple blockchain networks for tasks like wallet management, fund transfers, smart contract interactions, and cross-chain asset bridging.4GPL 3.0
- FlicenseNot gradedqualityDmaintenanceProvides tools for querying onchain data across 12+ blockchain networks, including token balances, transaction analysis, and smart contract security auditing. It enables users to interact with multiple EVM-compatible chains and perform deep contract evaluations through natural language interfaces.1
- FlicenseNot gradedqualityBmaintenanceAn MCP server that statically audits Solidity smart contracts for common vulnerabilities like reentrancy and access control, enabling developers to identify and fix security issues via natural language.
- FlicenseNot gradedqualityDmaintenanceEnables authorized compliance verification and security auditing through natural language, bridging AI assistants with industry-standard security tools for enterprise audits.24
Related MCP Connectors
AI security scanner for Solidity + free CC0 dataset of Sherlock audit-competition acceptance rates.
AI-powered threat intelligence, smart contract auditing, and cybersecurity OSINT.
Threat modeling, code/cloud/pipeline scanning, shadow-AI discovery, compliance checks and fixes.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/manteclaw/mcp-server-bridge-security'
If you have feedback or need assistance with the MCP directory API, please join our Discord server