{"name":"platphorm-podcasts","version":"1.0.0","description":"MCP server for PlatPhorm Podcasts - free podcast radio with AI features","protocol_version":"2024-11-05","capabilities":{"tools":true,"resources":true,"prompts":true},"endpoints":{"mcp":"https://podcasts.platphormnews.com/api/mcp","health":"https://podcasts.platphormnews.com/api/health"},"tools":[{"name":"list_podcasts","description":"List all available podcast stations","inputSchema":{"type":"object","properties":{"category":{"type":"string","description":"Filter by category"},"limit":{"type":"number","description":"Max results to return"}}}},{"name":"get_podcast","description":"Get details about a specific podcast","inputSchema":{"type":"object","properties":{"id":{"type":"string","description":"Podcast ID"}},"required":["id"]}},{"name":"analyze_sentiment","description":"Analyze sentiment of podcast content","inputSchema":{"type":"object","properties":{"text":{"type":"string","description":"Text to analyze"}},"required":["text"]}},{"name":"get_trending","description":"Get trending podcasts by listener count","inputSchema":{"type":"object","properties":{"limit":{"type":"number","description":"Number of results"}}}},{"name":"ingest_podcast","description":"Ingest a podcast from any URL (Pocket Casts, Apple, Spotify, RSS) and create a shareable page","inputSchema":{"type":"object","properties":{"url":{"type":"string","description":"Podcast URL to ingest"}},"required":["url"]}},{"name":"search_podcasts","description":"Search podcasts by name, author, or description","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Search query"},"limit":{"type":"number","description":"Max results"}},"required":["query"]}}],"resources":[{"uri":"podcasts://stations","name":"Podcast Stations","description":"All available podcast stations","mimeType":"application/json"},{"uri":"podcasts://categories","name":"Categories","description":"Available podcast categories","mimeType":"application/json"}],"network":{"hub":"https://mcp.platphormnews.com","federation":true,"sites":["https://platphormnews.com","https://radio.platphormnews.com","https://slides.platphormnews.com","https://monitor.platphormnews.com"]}}