{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Ryan's Network Tools MCP Server",
  "description": "Network diagnostics and tools available via Model Context Protocol",
  "applicationCategory": "Utility",
  "offers": {
    "@type": "Offer",
    "price": "0",
    "priceCurrency": "USD"
  },
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "5",
    "ratingCount": "1"
  },
  "author": {
    "@type": "Person",
    "name": "Ryan"
  },
  "url": "https://ryan.nl.eu.org",
  "softwareVersion": "1.0.0",
  "license": "MIT",
  "operatingSystem": ["Web"],
  "browserRequirements": "Requires modern browser with ES6 support",
  "creator": {
    "@type": "Person",
    "name": "Ryan",
    "email": "info@ryan.nl.eu.org"
  }
}
