9 tools from the Adaptive Cards MCP Server, categorised by risk level.
View the Adaptive Cards policy →generate_and_validate Generate an Adaptive Card and immediately validate + optionally optimize it in a single call. Reduces tool-call overhead for common workflows. 2/5 generate_card Convert any content — natural language description, structured data, or a combination — into a valid Adaptive Card v1.6 JSON. Returns cardId for re... 3/5 optimize_card Optimize an existing Adaptive Card. Accepts card JSON or a cardId. 2/5 suggest_layout Recommend the best Adaptive Card layout pattern for a given description. 2/5 template_card Convert a static Adaptive Card into an Adaptive Card Template with ${expression} data binding. 2/5 The Adaptive Cards MCP server exposes 9 tools across 3 categories: Read, Write, Execute.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Adaptive Cards server.
Adaptive Cards tools are categorised as Read (2), Write (5), Execute (2). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept