{"openapi":"3.1.0","info":{"title":"Lexito API","version":"1.0.0","description":"Lexito MCP server for Romanian legal practice. Primary interface is MCP at /mcp; this OpenAPI doc covers public discovery + pricing endpoints.","contact":{"name":"Lexito","email":"hello@lexito.ro","url":"https://lexito.ro"},"license":{"name":"Proprietary"}},"servers":[{"url":"https://lexito.ro"}],"x-mpp":{"version":"1.0","currency":"EUR","billing":"subscription","manifest":"https://lexito.ro/.well-known/acp.json"},"paths":{"/api/pricing":{"get":{"summary":"Public pricing","responses":{"200":{"description":"Pricing payload","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/mcp":{"post":{"summary":"MCP Streamable HTTP (JSON-RPC)","security":[{"oauth2":["mcp:tools"]}],"responses":{"200":{"description":"JSON-RPC response"}}}}},"components":{"securitySchemes":{"oauth2":{"type":"oauth2","flows":{"authorizationCode":{"authorizationUrl":"https://lexito.ro/oauth/authorize","tokenUrl":"https://lexito.ro/oauth/token","scopes":{"mcp:tools":"Invoke MCP tools"}}}}}}}