What problem does it solve? Setting up the Falcon MCP harness involves credentials, API scopes, region configuration, and security guardrails, and a misconfigured connection produces empty results that look like correct answers. This Skill walks through first-run setup and diagnoses authentication and configuration failures so the connection is proven before any investigation begins. ## Core Features & Use Cases - Guided first-run setup: Creates the .env credentials file with correct permissions, explains how to create a least-privilege Falcon API client, and validates the configuration with the doctor script. - Authentication diagnosis: Distinguishes wrong-region 403s, revoked clients, malformed credentials, and missing per-capability scopes, which otherwise produce identical symptoms. - Guardrail verification: Confirms the read-only mode and the default-deny PreToolUse hook are both active so write tools stay blocked. - Use Case: A security engineer clones the harness, adds Falcon API credentials, and asks the assistant to verify the setup; the Skill runs the doctor, fixes a wrong-region base URL, confirms guardrails, and proves the connection with a known-answer query. ## Quick Start Set up my Falcon MCP harness and verify the connection, API scopes, and security guardrails are working correctly.