middleBrick
@middlebrick/mcp-server
MCP server for middleBrick API security scanning. Lets AI assistants (Claude, Cursor, etc.) scan APIs for vulnerabilities via tool calls.
Setup
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"middlebrick": {
"command": "npx",
"args": ["-y", "@middlebrick/mcp-server"],
"env": {
"MIDDLEBRICK_API_KEY": "mb_your_key_here"
}
}
}
}Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"middlebrick": {
"command": "npx",
"args": ["-y", "@middlebrick/mcp-server"],
"env": {
"MIDDLEBRICK_API_KEY": "mb_your_key_here"
}
}
}
}Get your API key at: middlebrick.com/dashboard
Related MCP server: contrastapi
Tools
Tool | Description |
| Scan an API endpoint for security vulnerabilities |
| Get results of a previous scan |
| List previous scans |
scan_api
Parameter | Type | Required | Description |
| string | Yes | API endpoint URL |
| string | No | HTTP method (default: GET) |
get_scan
Parameter | Type | Required | Description |
| string | Yes | Scan ID to retrieve |
list_scans
Parameter | Type | Required | Description |
| number | No | Max results |
| number | No | Skip count |
| string | No | Filter: queued, processing, completed, failed |
Environment Variables
Variable | Required | Description |
| Yes | API key |
| No | API URL override |
License
Apache 2.0 — middleBrick
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/middleBrick/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server