{
  "capabilities": {
    "modalities": [
      "text"
    ],
    "streaming": true
  },
  "contact": {
    "email": "support@legalcode.md",
    "url": "https://legalcode.md/contact"
  },
  "description": "Legalcode provides legal research API and MCP access to statutes, case law, regulatory guidance, and legal skills for AI agents.",
  "documentationUrl": "https://legalcode.md/docs",
  "endpoints": [
    {
      "authentication": "none",
      "name": "Public MCP",
      "transport": "streamable-http",
      "url": "https://mcp.legalcode.md/mcp"
    },
    {
      "authentication": "oauth2",
      "name": "Pro MCP",
      "transport": "streamable-http",
      "url": "https://mcp.legalcode.md/mcp"
    },
    {
      "authentication": "oauth2",
      "name": "REST API",
      "openapi": "https://api.legalcode.md/openapi.json",
      "url": "https://api.legalcode.md/v1"
    }
  ],
  "name": "Legalcode",
  "provider": {
    "name": "Fordaemi ehf.",
    "url": "https://legalcode.md"
  },
  "skills": [
    {
      "description": "Search statutes, regulations, directives, case law, and legal source text.",
      "id": "legalcode-public-search",
      "skillUrl": "https://legalcode.md/.well-known/agent-skills/legalcode-public-search/SKILL.md"
    },
    {
      "description": "Discover supported jurisdictions and source coverage.",
      "id": "legalcode-jurisdiction-coverage"
    },
    {
      "description": "Fetch source-backed law and case documents by source reference.",
      "id": "legalcode-source-fetch"
    }
  ],
  "url": "https://legalcode.md",
  "version": "1.0.0"
}