{"schema_version":"v1","name_for_human":"PlatPhorm News","name_for_model":"platphormnews","description_for_human":"Browse top stories, QuakeJS game stats, platform analytics, and the PlatPhorm News project network.","description_for_model":"Use this plugin to list top stories, retrieve story details, search news articles, browse game servers and leaderboards, get platform-wide analytics, and discover deployment domains on PlatPhorm News (platphormnews.com). The network spans 0+ project subdomains.","auth":{"type":"none"},"api":{"type":"openapi","url":"https://platphormnews.com/api/docs","is_user_authenticated":false},"mcp_endpoint":"https://platphormnews.com/api/mcp","well_known":"https://platphormnews.com/.well-known/mcp.json","logo_url":"https://platphormnews.com/og-image.svg","contact_email":"Michael@Barbineworldwide.com","legal_info_url":"https://platphormnews.com/about","network":{"root_domain":"https://www.platphormnews.com","community_domain":"https://ph3ar.com","blog":"https://blog.ph3ar.com","api":"https://api.platphormnews.com","total_subdomains":0},"tools":[{"name":"list_stories","description":"List news stories by category. Returns title, url, score, author, and comment count.","inputSchema":{"type":"object","properties":{"category":{"type":"string","enum":["top","best","ask","show","jobs","latest"],"default":"top","description":"The story category to fetch."},"limit":{"type":"integer","default":20,"minimum":1,"maximum":100},"page":{"type":"integer","default":1,"minimum":1}}}},{"name":"get_story","description":"Retrieve full details for a single story by its HackerNews ID.","inputSchema":{"type":"object","required":["id"],"properties":{"id":{"type":"integer","description":"HackerNews item ID."}}}},{"name":"search_stories","description":"Full-text search across cached PlatPhorm News stories.","inputSchema":{"type":"object","required":["query"],"properties":{"query":{"type":"string","description":"Search query string."},"limit":{"type":"integer","default":10,"minimum":1,"maximum":50}}}},{"name":"list_domains","description":"List all deployment domains and subdomains in the PlatPhorm News network. Optionally filter by name.","inputSchema":{"type":"object","properties":{"filter":{"type":"string","description":"Optional substring to filter subdomain names (case-insensitive)."},"category":{"type":"string","enum":["all","subdomains","feeds","api","parents"],"default":"all","description":"Which category of domains to return."}}}},{"name":"get_domain","description":"Get details for a specific project subdomain by name, including its deployment URL.","inputSchema":{"type":"object","required":["name"],"properties":{"name":{"type":"string","description":"Subdomain name (e.g. \"blog\", \"analytics\", \"shop\")."}}}},{"name":"get_network_info","description":"Get the full PlatPhorm News network manifest including root domain, parent domains, author info, feeds, and subdomain count.","inputSchema":{"type":"object","properties":{}}},{"name":"get_games_catalog","description":"List available games on PlatPhorm Games. Returns game names, IDs, and descriptions.","inputSchema":{"type":"object","properties":{"limit":{"type":"integer","default":20,"minimum":1,"maximum":100},"page":{"type":"integer","default":1,"minimum":1}}}},{"name":"get_games_servers","description":"List active game servers on PlatPhorm Games. Optionally filter by game or mode.","inputSchema":{"type":"object","properties":{"game":{"type":"string","description":"Game ID filter (e.g. quake, doom, chess)."},"mode":{"type":"string","description":"Game mode filter."}}}},{"name":"get_games_leaderboard","description":"Get the PlatPhorm Games global leaderboard. Sort by score, deaths, kd, or wins.","inputSchema":{"type":"object","properties":{"game":{"type":"string","description":"Game ID filter."},"sort":{"type":"string","enum":["score","deaths","kd","wins"],"default":"score"},"limit":{"type":"integer","default":10,"minimum":1,"maximum":100}}}},{"name":"get_games_stats","description":"Get global PlatPhorm Games statistics — total servers, players online, matches live.","inputSchema":{"type":"object","properties":{"game":{"type":"string","description":"Optional game ID to filter stats."}}}},{"name":"get_games_matches","description":"Get recent PlatPhorm Games match history.","inputSchema":{"type":"object","properties":{"game":{"type":"string","description":"Optional game ID to filter matches."},"limit":{"type":"integer","default":10,"minimum":1,"maximum":50}}}},{"name":"get_platform_stats","description":"Get cross-platform statistics from the PlatPhorm MCP server — total sites, tools, articles, and version.","inputSchema":{"type":"object","properties":{}}},{"name":"get_monitor_status","description":"Get uptime and health status for PlatPhorm News network services from monitor.platphormnews.com.","inputSchema":{"type":"object","properties":{"service":{"type":"string","description":"Optional service name to filter (e.g. \"www\", \"api\", \"mcp\", \"games\", \"monitor\"). Returns all services if omitted."}}}},{"name":"get_sports_news","description":"Get live sports news, scores, and stats from sports.platphormnews.com.","inputSchema":{"type":"object","properties":{"type":{"type":"string","enum":["news","scores","stats"],"default":"news","description":"Data type to retrieve."},"limit":{"type":"integer","default":10,"minimum":1,"maximum":50}}}},{"name":"get_emoji_data","description":"Search or look up emoji from the PlatPhorm Emoji library at emoji.platphormnews.com.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Emoji name or keyword to search."},"category":{"type":"string","description":"Optional emoji category filter."}}}},{"name":"get_calendar_events","description":"Retrieve upcoming events and calendar data from calendar.platphormnews.com.","inputSchema":{"type":"object","properties":{"limit":{"type":"integer","default":10,"minimum":1,"maximum":50},"from":{"type":"string","description":"ISO 8601 start date filter."}}}},{"name":"get_altnews_stories","description":"Get alternative and independent news stories from altnews.platphormnews.com.","inputSchema":{"type":"object","properties":{"limit":{"type":"integer","default":10,"minimum":1,"maximum":50},"category":{"type":"string","description":"Optional category filter."}}}},{"name":"get_ascii_art","description":"Generate or retrieve ASCII art from ascii.platphormnews.com.","inputSchema":{"type":"object","properties":{"text":{"type":"string","description":"Text to convert to ASCII art."},"font":{"type":"string","description":"Optional font/style name."}}}},{"name":"get_fashion_content","description":"Get fashion news, trends, and style content from fashion.platphormnews.com.","inputSchema":{"type":"object","properties":{"type":{"type":"string","enum":["news","trends","collections"],"default":"news"},"limit":{"type":"integer","default":10,"minimum":1,"maximum":50}}}},{"name":"get_starphone_data","description":"Get communications and messaging data from starphone.platphormnews.com.","inputSchema":{"type":"object","properties":{"type":{"type":"string","enum":["status","features","stats"],"default":"status"}}}},{"name":"get_jobs_listings","description":"Get job listings and career opportunities from jobs.platphormnews.com.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Optional job title or keyword search."},"limit":{"type":"integer","default":20,"minimum":1,"maximum":100},"page":{"type":"integer","default":1,"minimum":1}}}},{"name":"get_gta_stats","description":"Get Grand Theft Auto news, stats, and community data from gta.platphormnews.com.","inputSchema":{"type":"object","properties":{"type":{"type":"string","enum":["news","stats","community"],"default":"news"},"limit":{"type":"integer","default":10,"minimum":1,"maximum":50}}}},{"name":"get_npaas_status","description":"Get News Platform as a Service (NPaaS) stats and status from npaas.platphormnews.com.","inputSchema":{"type":"object","properties":{"type":{"type":"string","enum":["status","stats","pipelines"],"default":"status"}}}},{"name":"get_airrow_data","description":"Get AI-powered recommendation and routing data from airrow.platphormnews.com.","inputSchema":{"type":"object","properties":{"type":{"type":"string","enum":["recommendations","routes","stats"],"default":"recommendations"},"context":{"type":"string","description":"Optional context string for recommendations."}}}},{"name":"get_reflux_data","description":"Get event-driven data pipeline and stream processing info from reflux.platphormnews.com.","inputSchema":{"type":"object","properties":{"type":{"type":"string","enum":["status","streams","metrics"],"default":"status"}}}},{"name":"get_docs_content","description":"Get documentation and API reference content from docs.platphormnews.com.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Search query for documentation topics."},"section":{"type":"string","description":"Optional docs section filter."}}}},{"name":"get_markdown_content","description":"Convert or retrieve Markdown content and utilities from markdown.platphormnews.com.","inputSchema":{"type":"object","properties":{"text":{"type":"string","description":"Markdown text to process or convert."},"format":{"type":"string","enum":["html","plaintext","ast"],"default":"html","description":"Output format for conversion."}}}},{"name":"get_xml_data","description":"Parse, validate, or transform XML data via xml.platphormnews.com.","inputSchema":{"type":"object","properties":{"type":{"type":"string","enum":["validate","transform","parse"],"default":"parse","description":"XML operation type."},"content":{"type":"string","description":"XML content to process."}}}},{"name":"get_json_data","description":"Validate, format, or query JSON data via json.platphormnews.com.","inputSchema":{"type":"object","properties":{"type":{"type":"string","enum":["validate","format","query"],"default":"format","description":"JSON operation type."},"content":{"type":"string","description":"JSON content to process."}}}},{"name":"get_polymaths_data","description":"Access interdisciplinary research, knowledge graphs, and cross-domain insights from polymaths.platphormnews.com.","inputSchema":{"type":"object","properties":{"type":{"type":"string","enum":["topics","insights","graph"],"default":"topics","description":"Data type to retrieve."},"query":{"type":"string","description":"Optional search query."}}}}]}