We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/behrensd/mcpwall'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
rule_request.md•452 B
---
name: Rule Request
about: Suggest a new default rule or rule pack
labels: rules
---
**What threat does this rule address?**
<!-- e.g., "Block access to Kubernetes secrets" -->
**Proposed YAML rule**
```yaml
- name:
match:
method: tools/call
tool: "*"
arguments:
_any_value:
regex: ""
action: deny
message: ""
```
**Why should this be a default rule?**
<!-- Is this a common threat? Does it affect many users? -->