{
  "$schema": "https://modelcontextprotocol.io/schemas/well-known",
  "name": "exploreworldai-legal",
  "title": "Source: NovaCopilot",
  "description": "Deterministic EU/Nordic/US legal reasoning: statutes, articles, case law, clusters and provenance with stable identifiers (SFS, CELEX, ECLI). Pay per use, no token fees, no license fees, no lock-in.",
  "version": "2026-08-31",
  "homepage": "https://legal.exploreworldai.com/openai",
  "documentation": "https://legal.exploreworldai.com/api-docs",
  "servers": [
    {
      "name": "exploreworldai-legal",
      "url": "https://legal.exploreworldai.com/mcp",
      "transport": "streamable-http"
    }
  ],
  "endpoints": {
    "list_tools": "https://legal.exploreworldai.com/.mcp/list-tools",
    "invoke_tool": "https://legal.exploreworldai.com/.mcp/invoke-tool",
    "oauth_protected_resource": "https://legal.exploreworldai.com/.well-known/oauth-protected-resource"
  },
  "authentication": {
    "type": "oauth2",
    "metadata": "https://legal.exploreworldai.com/.well-known/oauth-protected-resource"
  },
  "policies": {
    "pricing": "https://legal.exploreworldai.com/.well-known/pricing.json",
    "training": "https://legal.exploreworldai.com/.well-known/training-policy.json",
    "signing_keys": "https://legal.exploreworldai.com/.well-known/jwks.json"
  }
}