{
  "name": "Jam SQL Studio",
  "version": "1.1.1",
  "description": "AI-native desktop SQL IDE. Exposes a localhost MCP server for safe read-only SQL agent access across SQL Server, PostgreSQL, MySQL, Oracle, and SQLite.",
  "url": "https://jamsql.com/",
  "documentationUrl": "https://jamsql.com/docs/",
  "llmsUrl": "https://jamsql.com/llms.txt",
  "llmsFullUrl": "https://jamsql.com/llms-full.txt",
  "mcp": {
    "transport": "streamable-http",
    "discoveryUrl": "https://jamsql.com/.well-known/mcp/server-card.json",
    "requiresPairing": true,
    "scope": "localhost"
  },
  "capabilities": [
    "list-connections",
    "read-only-query-execution",
    "schema-introspection",
    "schema-compare",
    "data-compare",
    "execution-plan-analysis",
    "session-monitoring"
  ],
  "supportedDatabases": [
    "Microsoft SQL Server",
    "Azure SQL Database",
    "PostgreSQL",
    "MySQL",
    "MariaDB",
    "Oracle",
    "SQLite"
  ],
  "platforms": ["macOS", "Windows", "Linux"],
  "pricing": {
    "free": true,
    "pricingUrl": "https://jamsql.com/pricing.md",
    "tiers": [
      { "name": "Personal", "price": 0, "currency": "USD" },
      { "name": "Pro Monthly", "price": 9.99, "currency": "USD", "interval": "month" },
      { "name": "Pro Yearly", "price": 99, "currency": "USD", "interval": "year" }
    ]
  },
  "contact": {
    "email": "support@jamsql.com",
    "url": "https://jamsql.com/contact/"
  }
}
