market-report
SKILL.md
Market Report Skill
Generate a comprehensive crypto market report by systematically pulling data from multiple CMC MCP tools.
Prerequisites
Before generating a report, verify the CMC MCP tools are available. If tools fail or return connection errors, ask the user to set up the MCP connection:
{
"mcpServers": {
"cmc-mcp": {
"url": "https://mcp.coinmarketcap.com/mcp",
"headers": {
"X-CMC-MCP-API-KEY": "your-api-key"
}
}
}
}