Hickey Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Hickey Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Personal MCP (Model Context Protocol) server built with FastMCP for Tableau and Snowflake integration.
git clone https://github.com/YOUR_USERNAME/Hickey_MCP.git
cd Hickey_MCPpython -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activatepip install -r requirements.txtCopy .env.example to .env and fill in your credentials:
cp .env.example .envEdit .env with your actual credentials:
python hickey_mcp_server.pyAdd this configuration to your Claude Desktop config file:
MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"hickey-mcp": {
"command": "python",
"args": ["C:/Users/kylec/OneDrive - CHG Healthcare/Hickey_MCP/hickey_mcp_server.py"]
}
}
}Restart Claude Desktop after adding this configuration.
.env file or any credentials to the repository.gitignore file is configured to exclude sensitive filesOnce connected, you can ask Claude to:
To add more tools, use the @mcp.tool() decorator in hickey_mcp_server.py:
@mcp.tool()
def your_new_tool(param: str) -> str:
"""
Tool description
Args:
param: Parameter description
Returns:
Return value description
"""
# Your implementation
passPersonal use only.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.