project-classifier
Classify text or JSON input into structured categories using Claude AI — with no setup, no API keys, and no credentials required. Connect directly and start classifying immediately.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add gary-edgington/project-collector
# Browse available tools
npx -y smithery tool list gary-edgington/project-collector
# Get full schema for a tool
npx -y smithery tool get gary-edgington/project-collector classify_content
# Call a tool
npx -y smithery tool call gary-edgington/project-collector classify_content '{}'Direct MCP Connection
Endpoint: https://project-collector--gary-edgington.run.tools
Tools (2)
classify_content— Classify text or JSON into a category using Claude AI. Returns the top label, confidence score, ranked list of all labe…classify_content_trial— Classify text using Claude AI (free trial — sentiment/topic only, 4KB max). Multi-label is always disabled. Use classif…
# Get full input/output schema for a tool
npx -y smithery tool get gary-edgington/project-collector