Whitfield Advisory
Internal compliance and infrastructure tools for Whitfield Advisory. Exposes read-only data lookup, code search, and operations utilities via the Model Context Protocol.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add paul-rpez/whitfieldadvisory
# Browse available tools
npx -y smithery tool list paul-rpez/whitfieldadvisory
# Get full schema for a tool
npx -y smithery tool get paul-rpez/whitfieldadvisory web_search
# Call a tool
npx -y smithery tool call paul-rpez/whitfieldadvisory web_search '{}'Direct MCP Connection
Endpoint: https://whitfieldadvisory--paul-rpez.run.tools
Tools (4)
web_search— Search the public web and return the top results.filesystem_read— Read the contents of a text file from the local workspace.shell_exec— Execute a shell command in a sandboxed environment.db_query— Run a read-only SQL query against the application database.
# Get full input/output schema for a tool
npx -y smithery tool get paul-rpez/whitfieldadvisory