Mcp Create Adaptive Cards
Official github skill covering MCP tools, creation for orchestrating AI agents and multi-step workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add mcp-create-adaptive-cards npx -- -y @trustedskills/mcp-create-adaptive-cards
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"mcp-create-adaptive-cards": {
"command": "npx",
"args": [
"-y",
"@trustedskills/mcp-create-adaptive-cards"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to generate adaptive cards, which are interactive UI components used in chatbots and messaging platforms. It allows for dynamic card creation based on user input or predefined templates, making it ideal for building responsive and engaging conversational interfaces.
When to use it
- Creating rich, interactive messages for Microsoft Teams or Slack integrations.
- Designing personalized user experiences with dynamically generated UI elements in chatbots.
- Automating the generation of cards from structured data like JSON or database entries.
Key capabilities
- Generates adaptive card markup based on input data.
- Supports dynamic content insertion and template-based rendering.
- Compatible with popular messaging platforms that use adaptive cards.
Example prompts
- "Generate an adaptive card for a meeting reminder with title, time, and location."
- "Create a card displaying the latest project status from this JSON data."
- "Design an interactive card with buttons to approve or reject a request."
Tips & gotchas
- Ensure input data is properly formatted in JSON or similar structures for accurate rendering.
- Platform-specific styling may require additional customization beyond basic card creation.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.