{"openapi":"3.0.0","info":{"title":"Stripper Mug API","version":"1.1.0","description":"API documentation for the Stripper Mug node in the PlatPhorm News Network. Integrates with claws.platphormnews.com for enhanced features."},"paths":{"/api/health":{"get":{"summary":"Health Check","description":"Returns the health status of the node","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"node":{"type":"string"},"timestamp":{"type":"string","format":"date-time"},"dependencies":{"type":"object"},"version":{"type":"string"}}}}}}}}},"/api/mcp":{"get":{"summary":"MCP Configuration","description":"Returns the Model Context Protocol configuration for this node","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"label":{"type":"string"},"type":{"type":"string"},"source":{"type":"string"},"status":{"type":"string"},"category":{"type":"string"},"description":{"type":"string"}}}}}}}}},"/api/rss":{"get":{"summary":"RSS Feed","description":"Returns the RSS 2.0 feed for the Stripper Mug node updates and news.","responses":{"200":{"description":"OK","content":{"application/rss+xml":{}}}}}}}}