External Transmission
Medium
- Category
- Data Exfiltration
- Content
## API Call Pattern All tools are invoked via curl to the MCP endpoint: ```bash curl -s -X POST "${MCD_MCP_URL:-https://mcp.mcd.cn}" \- Confidence
- 90% confidence
- Finding
- curl to the MCP endpoint: ```bash curl -s -X POST "${MCD_MCP_URL:-https://mcp.mcd.cn}" \ -H "Authorization: Bearer ${MCD_TOKEN}" \ -H "Content-Type: application/json" \ -d
