{"name":"tech-stack-detector-mcp","version":"1.0.0","description":"MCP server for detecting technology stacks of websites. Connect via POST /tech-stack/mcp with JSON-RPC 2.0.","protocol":"MCP JSON-RPC 2.0","endpoint":"POST https://api.lazy-mac.com/tech-stack/mcp","tools":[{"name":"detect_tech_stack","description":"Detect the technology stack of a website by analyzing HTTP headers, HTML, scripts, CSS, and meta tags. Returns detected CMS, frameworks, analytics, CDN, hosting, and more."},{"name":"batch_detect","description":"Detect tech stacks for multiple URLs at once (max 5)."}],"usage":{"step1_initialize":{"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"your-client","version":"1.0"}}},"step2_detect":{"method":"tools/call","params":{"name":"detect_tech_stack","arguments":{"url":"https://example.com"}}},"step2_batch":{"method":"tools/call","params":{"name":"batch_detect","arguments":{"urls":["https://example.com","https://another.com"]}}}}}